Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: Xilinx how-to "Prepare Boot Image" is incomplete and out-dated as well. Xilinx how-to does not show bitstream at all, and lists files to be included that are not needed with latest petalinux standard kernels.

Defaults by SDK, dummy "hello.elf" replaced with u-boot.elf to create BOOT.bin for Linux boot from SD Card.

 

Example BIF file for BOOT.bin, FPGA bitstream is clearly visible as second file. This is how SDK wizard does it by default, this order should not be changed. As 3rd file is normally second stage bootloader (u-boot). For boot file for SD Card, this all that goes into BOOT.bin, the remaining files will be copied to SD card. For SPI Flash images linux image should be added as well as last file, with correct offset (it must match the offset u-boot is expecting it).

...