Hi,
I need a lollipop version for rpi3. Is there a way to have rpi3 build with the lollipop?
I'm trying to use peyo-hd's lollipop branch for local_manifest, and added in device_brcm_rpi3 into the repo.
I tried both using libGLES_android or back-port external/libdrm, external/drm_gralloc, external/drm_hwcomposer from M but wasn't able to have SurfaceFlinger working yet.
For libGLES_android, 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)
For libGLES_mesa, I have the following error:
E/GRALLOC-KMS( 635): failed to find a valid crtc/connector/mode combination
E/hwcomposer( 635): framebuffer_open failed (Invalid argument)
W/hwcomposer( 635): getting VSYNC period from thin air: 16666666
D/hwcomposer( 635): Intel hwcomposer module
E/SurfaceFlinger( 635): ERROR: failed to open framebuffer (Invalid argument), aborting
F/libc ( 635): Fatal signal 6 (SIGABRT), code -6 in tid 635 (surfaceflinger)
Thanks in advance.
Enoch