Skip to content

[QEMU] add support for seco-qemuarm-imx and seco-qemuarm64-imx

Alessandro Pecugi requested to merge ap/qemuarm-imx into kirkstone
  • add and configure wks templates

To run the kernel directly in the rootfs partition (ext4 image): runqemu slirp nographic

To run the bootloader in the complete OS image (wic): BIOS=<u-boot.bin> runqemu wic slirp nographic

In both cases you need to resize the image you're using to a power of two (QEMU requires this when using the emulated SD card controller). Use the utility qemu-img to resize the file (located in the same dir as the qemu binaries).

Merge request reports