Hai
I'm using beagleboard-xm based custom board to porting android 4.0.3 on it.It boots with android but doesn't had a display due to some graphics library issue.
The following error shows
I/ServiceManager( 1210): Waiting for service SurfaceFlinger...
I/SurfaceFlinger( 1229): SurfaceFlinger is starting
I/SurfaceFlinger( 1229): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/FramebufferNativeWindow( 1229): couldn't open framebuffer HAL (Bad address)
E/SurfaceFlinger( 1229): Display subsystem failed to initialize. check logs. exiting...
I/ServiceManager( 1040): service 'entropy' died
I/ServiceManager( 1040): service 'sensorservice' died
I/ServiceManager( 1040): service 'power' died
In above error,what does Bad address means??? i am unable to install libgl1-mesa-glx:i386 library on my host system(i686).It may cause any problem???
Thanks