Boot on Physical ZC702 - 2023.2 English

Zynq-7000 SoC Embedded Design Tutorial (UG1165)

Document ID
UG1165
Release Date
2024-05-02
Version
2023.2 English

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.

  1. Copy the BOOT.BIN, image.ub, and boot.scr files to the SD card.

  2. Set up the board as described in Setting Up the Board.

  3. Change the boot mode to SD boot.

    • Change SW16[5:1] to 01100

    SD Boot Mode Setup for SW16

    SD Boot Mode Setup for SW16

  4. Make sure Ethernet Jumper J30 and J43 are as shown in the following figure.

    Ethernet Jumper

    Ethernet Jumper

    Ethernet is optional in this example. It is required in Example 5.

  5. Launch the Vitis software platform and open the same workspace you used in Using the Zynq SoC Processing System.

  6. 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.

  7. Power on the target board.

  8. The Linux login prompt will appear. Use user name petalinux and create a new password and login.

Note

Use sudo -i to assign privileges.