android-rpi/device_brcm_rpi3

rpi3 with lollipop

enochcheng opened this issue · 0 comments

Hi,

I need a lollipop version for rpi3. Is there a way to have device_brcm_rpi3 build with the lollipop branch on local_manifest?
I was looking at your site and recalled you have a 160315 lollipop build that runs on rpi3 as well.
Can you give me some pointers?

Currently I'm trying to use libGLES_android in rpi3 and I am getting SurfaceFlinger error during start-up

E/SurfaceFlinger( 119): hwcomposer module not found
W/SurfaceFlinger( 119): no suitable EGLConfig found, trying a simpler query
F/SurfaceFlinger( 119): no suitable EGLConfig found, giving up
--------- beginning of crash
F/libc ( 121): Fatal signal 6 (SIGABRT), code -6 in tid 121 (surfaceflinger)

Thanks in advance.

Enoch