Boot on QEMU - 2023.2 English

Zynq-7000 SoC Embedded Design Tutorial (UG1165)

Document ID
UG1165
Release Date
2024-05-02
Version
2023.2 English
  1. Change directory to the petalinux project, and use the petalinux-boot command to boot linux on an Emulated system

    petalinux-boot --qemu --kernel --qemu-args "-net nic,netdev=gem0 -netdev user,id=gem0,hostfwd=tcp:127.0.0.1:1540-10.0.2.15:1534 -net nic"
    
  2. Launch the Vitis software platform and open the same workspace you used in Using the Zynq SoC Processing System.

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

Note

Use sudo -i to assign privileges.