ChromiumOS build for arm64 qemu ?
RaviBeagle opened this issue · 0 comments
Hi,
Is it possible to build an image for arm64 qemu ? I know Google does have an arm64-generic build but that does not run yet on qemu. Possibly kernel lacks some configuration.
I have tried something like this:
emu-system-aarch64 -M virt -m 2048 -smp 2 -cpu host -enable-kvm -kernel vmlinuz-4.19.188-11540-arm64 \
-append 'init=/sbin/init boot=local rootwait ro noresume noswap loglevel=7 noinitrd console=ttyAMA0 i915.modeset=1 cros_efi cros_debug root=PARTUUID=97b4aaf3-6484-b743-bd18-1d64f5c946b8'
-device usb-ehci -device usb-kbd -device usb-mouse -usb -serial stdio -device virtio-gpu-pci,virgl=on,xres=1600,yres=900 -display sdl,gl=on
-device virtio-blk-device,drive=hd -drive if=none,file=/home/rreddy78/Downloads/chromiumos_test_image.bin,format=raw,id=hd
-netdev user,id=mynet -device virtio-net-device,netdev=mynet
Thanks and Regards