This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can't boot jellybean on Panda

Hello, 

I have issues while trying to run jellybean tag 4.1.2_r1 pandaboard,the first issue was the graphics driver version mismatch which I solved but after solving this issue the screen is still black .

You claimed on pandaboard website that jelly bean is running on panda . Which tag are using ? Is there any revision confirmed to work somoothly ?
logcat output : 
D/DOMX    (  102): ERROR: Can't open device, errorno from open = 2
D/DOMX    (  102): ERROR: DOMX Write failed 0xffffffff -1
D/DOMX    (  102): ERROR: failed check:status >= 0 - returning error: 0x81001 - Write failed
D/DOMX    (  102): ERROR: RPC function returned error 0x81001
E/ion     (  102): open /dev/ion failed!
D/DOMX    (  102): ERROR: Close failed on omx fd
D/DOMX    (  102): ERROR: rror in Initializing Proxy
E/CameraHAL(  102): OMX_GetHandle() failed, error: 0x80001001
E/CameraHAL(  102): OMX_GetHandle -0x80001001
E/        (  102): num_cameras = 0
E/CameraHAL(  102): Couldn't get camera properties
Also I get this when I move the mouse 
 I/InputDispatcher(  265): Dropping event because there is no touched window.
I/InputDispatcher(  265): Dropping event because there is no touched window.
I/InputDispatcher(  265): Dropping event because there is no touched window.
I/InputDispatcher(  265): Dropping event because there is no touched window.
I/InputDispatcher(  265): Dropping event because there is no touched window.
I/InputDispatcher(  265): Dropping event because there is no touched window.
I/InputDispatcher(  265): Dropping event because there is no touched window.
  • Hi,

    Pandaboard is being supported by the community in AOSP or Linaro, you can get support by writing to the group: pandaboard@googlegroups.com

  • Thanks , 

    I was able to run it successfully. There is better support in android-building google group where I got those steps for a stable build :

    tag 4.1.2_r1 for the whole source tree

    and those specific commits 

    for /hardware/ti/omap4xxx: 53835e97845edf78d513010ae4faa8fc467f0a6c
    for /device/ti/panda : 5f567f13b76dc6b2e1bfe3d279fbac0427704a09

    $ mkdir WORKING_DIRECTORY
    $ cd WORKING_DIRECTORY
    $ repo init -u https://android.googlesource.com/platform/manifest -b android-4.1.2_r1 $ repo sync download latest driver from: http://code.google.com/android/nexus/drivers.html#panda
    $ tar xzvf imgtec-panda-20120807-c4e99e89.tgz
    $ chmod +x extract-imgtec-panda.sh
    $ ./extract-imgtec-panda.sh
    $ cd device/ti/panda/
    $ git checkout aosp/master
    $ cd ../../../hardware/ti/omap4xxx/
    $ git checkout aosp/master
    $ source build/envsetup.sh
    $ lunch full_panda-userdebug
    $ make