hello everyone:
here is a strange problem. i use the following steps to build BOOT.bin and an error occured:
(1)use PlanAhead to create a new project
(2)use XPS import zedboard_RevC_v1.xml
(3)close XPS using XPS launch SDK
(4)new Xilinx C Zynq FSBL project(Standalone)
(5)using the following options to create zynq boot image:
Bif file:Create a new bif file...
FSBL elf:F:FPGAtest3project_1.sdkSDKSDK_Exportzynq_fsbl_0Debugzynq_fsbl_0.elf
Add:F:FPGAtest3u-boot.elf
Output file:BOOT
click Creat Image
then the error occured and the Console display like this:
bootgen -image bootimage.bif -o i BOOT
bootgen -image bootimage.bif -o i BOOT.mcs
ERROR:BootGen:1 - File ' FPGAtest3project_1.sdkSDKSDK_Exportzynq_fsbl_0Debugzynq_fsbl_0.elf' can not be found, or is busy.Please ensure that the file is available in the correct directiory location, or isn't being locking by another application.
it also has a popup window:
(An internal error occurred during:"Create Zynq Boot Image". java.lang.NullPointerException")
what is wrong ?