Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChromiumOS build for arm64 qemu ? #3

Open
RaviBeagle opened this issue May 13, 2021 · 0 comments
Open

ChromiumOS build for arm64 qemu ? #3

RaviBeagle opened this issue May 13, 2021 · 0 comments

Comments

@RaviBeagle
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant