android-rpi/device_brcm_rpi3

Unable to boot android 10 image

bhargavdas opened this issue · 0 comments

Hi, I tried booting the android 10 image after following the instructions, but during the device gets stuck in a bootloop while starting the surfaceflinger service. Here is the complete log,

[  186.008503] init: starting service 'netd'...
[  186.018550] init: Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003
[  186.022032] init: starting service 'zygote'...
[  186.027743] init: Created socket '/dev/socket/mdns', mode 660, user 0, group 1000
[  186.036087] init: Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
[  186.039339] init: Created socket '/dev/socket/fwmarkd', mode 660, user 0, group 3003
[  186.047158] init: Created socket '/dev/socket/usap_pool_primary', mode 660, user 0, group 1000
[  186.058072] init: starting service 'audioserver'...
[  186.144902] init: starting service 'surfaceflinger'...
[  186.160007] init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory

Google search pointed out that this is an OpenGL issue, and maybe using swiftshader or mesa will resolve this. Can someone point out the approach how to change the graphics stack in Android (I am new to aosp).

I am using a raspberrypi 3 B+ model, with the raspberrypi display connected to it. During boot I can only see the rainbow colors in the display.

Also I was think if it is possible to support android 14 is rpi3 ? If not please point out the limitations.

Regards