You will now boot Linux on the Zynq™ 7000 SoC ZC702 target board using the JTAG mode.
Note
Additional boot options are explained in Linux Booting and Debug in the Software Platform.
Copy the
BOOT.BIN
,image.ub
, andboot.scr
files to the SD card.Set up the board as described in Setting Up the Board.
Change the boot mode to SD boot.
Change SW16[5:1] to 01100
Make sure Ethernet Jumper J30 and J43 are as shown in the following figure.
Ethernet is optional in this example. It is required in Example 5.
Launch the Vitis software platform and open the same workspace you used in Using the Zynq SoC Processing System.
If the serial terminal is not open, connect the serial communication utility with the baud rate set to 115200.
Note
This is the baud rate that the UART is programmed to on Zynq devices.
Power on the target board.
The Linux login prompt will appear. Use user name
petalinux
and create a new password and login.
Note
Use sudo -i
to assign privileges.