[android-porting] Source code for RaspBerry PI-2

2017-09-12 Thread Vishwanath Hegde
Hi, I have a Raspberry Pi-2 board. Can some one point me to the android source and images which can run on this board? Regards, Vishwanath -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message

[android-porting] Re: signing update.zip for stock recovery

2017-09-12 Thread Aaron David Secor
what exactly do you type to use this dd command? Is the dd command included in adb or fastboot? On Wednesday, March 12, 2014 at 10:27:40 AM UTC-5, fastludeh22 wrote: > > First off are you sure that recovery is compatible with your device? Do > you have root access though adb in recovery. If

Re: [android-porting] Issue in Display of Android M porting on TI EVM

2017-09-12 Thread Viraj Mistry
Hi Satish, Thank you for the update. Yes I have those binaries. But I am not loading it but the flow using which those binaries load the modules I followed the same. Please tell do I need omapflb.ko module? I am loading pvrsrvkm.ko in my init script. Also if you want then I will load those

Re: [android-porting] Issue in Display of Android M porting on TI EVM

2017-09-12 Thread Viraj Mistry
Hi Satish, Yes in Case I have rebuilt pvrsrvkm.ko with my kernel version 4.4. It's loaded successful. I am using default gralloc and Hwcomposer. But then it says no EGL config found. What does that mean? Am i missing something? Regards, Viraj On 11 Sep 2017 7:55 p.m., "Satish Patel"

Re: [android-porting] Issue in Display of Android M porting on TI EVM

2017-09-12 Thread Satish Patel
I do not remember correctly at the moment, but pvrsrvkm.ko is necessary for sitara soc. So it's worth trying out. Which source port are you using currently ? - satish On Mon, Sep 11, 2017 at 7:49 PM, Viraj Mistry wrote: > Hi Satish, > > Thank you for the update. >

Re: [android-porting] Issue in Display of Android M porting on TI EVM

2017-09-12 Thread Satish Patel
Hi Viraj, Could you do - ls -l system/vendor/lib/egl and lib64 Do you see logs similar to ... loaded /vendor/lib/egl/libEGL_POWERVR_SGX. loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_ loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX... On Mon, Sep 11, 2017 at 8:04 PM, Viraj Mistry

Re: [android-porting] SurfaceFlinger: no suitable EGLConfig found, giving up

2017-09-12 Thread Satish Patel
Hi, >From the looks it doesn't look like surfaceflinger issues. Would be great if you give (in attached log file or pastbin) the complete log starting from boot. I suspect its more of filesystem mount issues. Failed to open default fstab /fstab.am43xevm_epos: No such file or - satish On Fri,

Re: [android-porting] Issue in Display of Android M porting on TI EVM

2017-09-12 Thread Satish Patel
Hi Vijay, Have you checked proper binaries are present for sgx module to load [4.823579] init: cannot find '/vendor/bin/pvrsrvinit', disabling 'pvrsrvinit' [4.865977] init: cannot find '/system/bin/sgx/rc.pvr', disabling 'pvr' -- satish On Sat, Sep 9, 2017 at 11:48 AM, Viraj Mistry