Qemu
De Banane Atomic
Aller à la navigationAller à la recherche
Liens
Exemples
qemu-system-arm \ -kernel vmlinuz \ -initrd initrd.gz \ -append "root=/dev/ram" \ -no-reboot \ -nographic \ -m 1024 \ -M virt \ -hda ubuntu-18.04.2-4.9-minimal-odroid-n2-20190329.img |
- Télécharger vmlinuz et initrd.gz
ODROID-N2
# Create Root File System Partition Image qemu-img create rootfs-buildroot.ext2 200M sudo mkfs.ext2 rootfs-buildroot.ext2 # mount it mkdir mnt sudo mount -o loop rootfs-buildroot.ext2 mnt # copier le root file system image cd mnt sudo tar -xvzf ../rootfs.tar.gz cd ../ sudo umount ./mnt |
Installation
- qemu
- qemu-arch-extra pour arm
Erreurs
Could not read from CDROM (code 0009)
Utiliser qemu-system-arm pour un iso arm.