- May 27, 2021
- 2
- 0
- 1
Hello.
I've just booted this version of Android :
https://github.com/antmicro/kvm-aosp-jetson-nano
on my jetson nano board using qemu / kvm like this :
qemu-system-aarch64 -enable-kvm -smp 4 -m 2048 -cpu host -M virt -device virtio-gpu-pci,xres=1024,yres=768 → -display sdl,gl=on -device usb-ehci -device usb-kbd -device virtio-tablet-pci -usb -serial stdio -kernel Image -initrd ramdisk.img -drive index=0,if=none,id=system,file=system-rw.img -device virtio-blk-pci,drive=system -drive index=1,if=none,id=vendor,file=vendor-rw.img -device virtio-blk-pci,drive=vendor -drive index=2,if=none,id=userdata,file=userdata.img -device virtio-blk-pci,drive=userdata —> -append “console=ttyAMA0,38400 drm.debug=0x0 rootwait rootdelay=5 androidboot.hardware=ranchu androidboot.selinux=permissive security=selinux selinux=1 androidboot.qemu.hw.mainkeys=0 androidboot.lcd.density=160”
here we go :

anyway,it worked only one time. I haven't been able to replicate,because I always get the same error ciclically :
[ 1022.322009] init: Received control message 'interface_start' for 'android.hardware.radio@1.0::IRadio/slot1' from pid: 115 (/system/bin/hwservicemanager)
I'm not an Android developer,but it does not seem to be a serious error. Maybe it's just enough to remove the offending parameter in the specific file,like this one ?
https://android.googlesource.com/pl.../android.hardware.radio.config@1.0-service.rc
anyone know how to do that ? thanks.
I've just booted this version of Android :
https://github.com/antmicro/kvm-aosp-jetson-nano
on my jetson nano board using qemu / kvm like this :
qemu-system-aarch64 -enable-kvm -smp 4 -m 2048 -cpu host -M virt -device virtio-gpu-pci,xres=1024,yres=768 → -display sdl,gl=on -device usb-ehci -device usb-kbd -device virtio-tablet-pci -usb -serial stdio -kernel Image -initrd ramdisk.img -drive index=0,if=none,id=system,file=system-rw.img -device virtio-blk-pci,drive=system -drive index=1,if=none,id=vendor,file=vendor-rw.img -device virtio-blk-pci,drive=vendor -drive index=2,if=none,id=userdata,file=userdata.img -device virtio-blk-pci,drive=userdata —> -append “console=ttyAMA0,38400 drm.debug=0x0 rootwait rootdelay=5 androidboot.hardware=ranchu androidboot.selinux=permissive security=selinux selinux=1 androidboot.qemu.hw.mainkeys=0 androidboot.lcd.density=160”
here we go :

anyway,it worked only one time. I haven't been able to replicate,because I always get the same error ciclically :
[ 1022.322009] init: Received control message 'interface_start' for 'android.hardware.radio@1.0::IRadio/slot1' from pid: 115 (/system/bin/hwservicemanager)
I'm not an Android developer,but it does not seem to be a serious error. Maybe it's just enough to remove the offending parameter in the specific file,like this one ?
https://android.googlesource.com/pl.../android.hardware.radio.config@1.0-service.rc
anyone know how to do that ? thanks.