- Build PMU firmware application in the Vitis IDE.
- Build an FSBL in the Vitis IDE for A53. (R5F can also be used).
- Create a hello_world example for A53.
- Select .
- Create a new bif file. Choose:
- Architecture: ZynqMP
- You will see A53 fsbl and hello_world example by default in partitions. Also, we need PMU firmware.
- Click on Add, then provide pmufw.elf path. Also select Partition type as datafile, Destination device as PS, and Destination CPU as PMU.
- Click OK.
- After adding pmufw as partition. Click on pmufw partition and then, click UP.
- Make sure to select the following partition order:
- A53 FSBL
- PMU firmware
- Hello World application
- Click on Create Image. You will see BOOT.bin created in a new bootimage folder in your example project.
- View the .BIF file to confirm the
partition order.
- Now copy this BOOT.bin into SD card.
- Boot the ZCU102 board in SD boot mode. You can see the example prints in a sequence.