This section demonstrates how to use the BOOT.bin
boot image created in prior sections to perform a secure boot using the ZCU102.
Copy the BOOT.bin image, the
boot.scr
file generated in PetaLinux, and theps_pl_linux_app.elf
file.Insert the SD card into the ZCU102.
Set SW6 of the ZCU102 for SD boot mode (1=ON; 2,3,4=OFF).
Connect Serial terminals to ZCU102 (115200, eight data bits, one stop bit, no parity).
Power on the ZCU102.
When the terminal reaches the U-Boot
ZynqMP>
prompt, typebootm 0x2000000
.Note
0x2000000 is the address of image.ub
Log into Linux using the following credentials:
Login: root; Password: root
Run the Linux application as described in Design Example 1: Using GPIOs, Timers, and Interrupts.