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"
Launch the Vitis software platform and open the same workspace you used in Using the Zynq SoC Processing System.
The Linux login prompt will appear. Use user name
petalinux
and create a new password and login.
Note
Use sudo -i
to assign privileges.