Skip to content

Device qemu

postmarketOS Bot requested to merge mmaret:device-qemu into master

Created by: mmaret

So it will be easier to try the project and/or develop userspace.

Status:

  • build a img that you can mount (with kpartx) and use the binaries on the boot partitions to start qemu (qemu-system-arm -M vexpress-a9 -kernel vmlinuz-qemu-armhf -dtb vexpress-v2p-ca9.dtb -initrd initramfs-qemu-armhf)

  • This need a bootloader to give to qemu to look for the kernel, dtb, initramfs on the boot partition

  • Mounting rootfs

  • More testing ...

Merge request reports