PetaLinux provides QEMU support to enable testing of PetaLinux software image in a simulated environment without any hardware.
Use the following steps to test the PetaLinux reference design with QEMU:
- Change to your project directory and boot the prebuilt Linux
kernel
image:
$ petalinux-boot --qemu --prebuilt 3
If you do not wish to use prebuilt capability for QEMU boot, see the Additional Options for Booting on QEMU.
The
--qemu
option tellspetalinux-boot
to boot QEMU instead of real hardware.- The
--prebuilt 1
performs a Level 1 (FPGA bitstream) boot. This option is not valid for QEMU. - A level 2 boot includes U-Boot.
- A level 3 boot includes a prebuilt Linux image.
To know more about different boot levels for prebuilt option, see Using petalinux-boot Command with Prebuilt Images.
An example of the kernel boot log messages displayed on the console during successful Linux boot is as follows:
- The
- Log in to target with the default user name
root
and passwordroot
.
Tip: To exit the
emulator when you are finished, press Ctrl + A, release, and then press X.