Dear All,
After following the "Android on Fast Models" pdf. I managed to successfully run android as the host and when running the following command to run android as a guest:
./qemu-system-arm \
-vnc :0 \
-k en-us \
-enable-kvm \
-serial stdio \
-kernel zImage \
-m 512 -M vexpress-a15 -cpu cortex-a15 \
-drive file=./android.img,id=virtio-blk,if=none \
-device virtio-blk,drive=virtio-blk,transport=virtio-mmio.0 \
-append "virtio_mmio.device=1M@0x4e000000:74:0 init=/init
console=ttyAMA0 mem=512M root=/dev/vda rw"
After following the "Android on Fast Models" pdf. I managed to successfully run android as the host and when running the following command to run android as a guest:
./qemu-system-arm \
-vnc :0 \
-k en-us \
-enable-kvm \
-serial stdio \
-kernel zImage \
-m 512 -M vexpress-a15 -cpu cortex-a15 \
-drive file=./android.img,id=virtio-blk,if=none \
-device virtio-blk,drive=virtio-blk,transport=virtio-mmio.0 \
-append "virtio_mmio.device=1M@0x4e000000:74:0 init=/init
console=ttyAMA0 mem=512M root=/dev/vda rw"
The following errors appear:
Many Thanks
Mai
_______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm