- Build the PMU firmware application in the Vitis IDE.
- Build an FSBL in the Vitis IDE for A53. (R5F can also be used).
- Create a
hello_worldexample for A53. - Select .
- Create a new bif file selecting the following:
- Architecture: ZynqMP
- You should see the A53 fsbl and
hello_worldexamples by default in partitions. You also need the PMU firmware. - Click Add, then provide the pmufw.elf path. Also select the partition type as datafile, the destination device as PS, and the destination CPU as PMU.
- Click OK.
- Make sure to select the following partition order:
- A53 FSBL
- PMU firmware
- Hello World application
- Click Create Image. BOOT.bin appears in a new bootimage folder in your example project.
- View the .BIF file to confirm the
partition order.
- Copy the BOOT.bin into an SD card.
- Boot the ZCU102 board in SD boot mode. You can see the example prints in a sequence.