Open main menu

DAVE Developer's Wiki β

Changes

Command line based procedure
*the FSBL (ELF file) is built automatically
*create the binary from the FSBL ELF chosing one of the following options:
**launch this command manually<code>arm-xilinx-eabi-objcopy -v -O binary $PROJ_DIR/bora.sdk/SDK/SDK_Export/bora_FSBL/Debug/bora_FSBL.elf $PROJ_DIR/bora.sdk/SDK/SDK_Export/bora_FSBL/Debug/bora_FSBL.bin</code>**configure the automatic binary generation on project build. In Project Explorer, right-click on ''bora_FSBL'' project, select C/C++ Build Settings and add the command <code>arm-xilinx-eabi-objcopy -v -O binary ${ProjName}.elf ${ProjName}.bin</code> on ''Post-build steps''
*create the <code>BOOT.bin</code> image (single file including FSBL, FPGA and U-boot for uSD boot:
**select the ''bora_FSBL project'' in ''Project Explorer''
4,650
edits