Hi,
We are porting kernel version 3.0.8 + Android ICS filesystem on to Omap4 (panda board) we were able to get the kernel and filesystem up.
But after the kernel boots it continuously displays incompatible SGX libs
Logs for reference
[ 67.132659] PVR_K: (FAIL) SGXInit: Incompatible driver DDK revision (785978)/device DDK revision (550175).
[ 67.143829] PVR_K:(Error): PVRSRVFinaliseSystem: Failed PVRSRVDevInitCompatCheck call (device index: 0) [456, drivers/gpu/pvr/pvrsrv.c]
[ 67.157318] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4812, drivers/gpu/pvr/bridged_pvr_bridge.c]
[ 67.210266] android_work: sent uevent USB_STATE=CONNECTED
[ 67.217620] android_usb gadget: high speed config #1: android
[ 67.224426] android_work: sent uevent USB_STATE=CONFIGURED
[ 68.187347] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4812, drivers/gpu/pvr/bridged_pvr_bridge.c]
[ 68.204742] init: untracked pid 86 exited
[ 68.971649] init: untracked pid 82 exited
[ 68.986999] init: untracked pid 88 exited
[ 72.097076] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4812, drivers/gpu/pvr/bridged_pvr_bridge.c]
[ 72.718597] init: untracked pid 117 exited
[ 72.724609] init: untracked pid 118 exited
[ 76.834167] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4812, drivers/gpu/pvr/bridged_pvr_bridge.c]
[ 77.449340] init: untracked pid 135 exited
[ 77.454101] init: untracked pid 136 exited
[ 81.571258] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4812, drivers/gpu/pvr/bridged_pvr_bridge.c]
Let me know
1) Are we using the right FS
2) Does the libs downloaded from the url "https://developers.google.com/android/nexus/drivers#panda" works for panda board
Provide me few pointers to suggest where it is going wrong
Regards
Yogesh
Hi Sudarsan,
You can use ics-plus-aosp branch, It wil work fine ,Please follow below steps
#mkdir ics-plus-aosp
#cd ics-plus-aosp
#repo init -u https://android.googlesource.com/platform/manifest
#repo init -u https://android.googlesource.com/platform/manifest -b ics-plus-aosp
# repo sync
# wget -p -nd https://dl.google.com/dl/android/aosp/imgtec-panda-20120430-67545da7.tgz
# tar -xzvf imgtec-panda-20120430-67545da7.tgz
# ./extract-imgtec-panda.sh
# source build/envsetup.sh
#lunch full_panda-userdebug
# make
With no SD card inserted, plug USB first, then the power cord,# and load fastboot over USB:
# device/ti/panda/usbboot device/ti/panda/bootloader.bin
# source build/envsetup.sh
#lunch full_panda-userdebug
# make fastboot
# fastboot oem format
# fastboot erase cache
# fastboot flash userdata
# fastboot flashall
Regards
Dhyan
--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Sudarsan,
You can use ics-plus-aosp branch, It wil work fine ,Please follow below steps
#mkdir ics-plus-aosp
#cd ics-plus-aosp
#repo init -u https://android.googlesource.com/platform/manifest
#repo init -u https://android.googlesource.com/platform/manifest -b ics-plus-aosp
# repo sync
# wget -p -nd https://dl.google.com/dl/android/aosp/imgtec-panda-20120430-67545da7.tgz
# tar -xzvf imgtec-panda-20120430-67545da7.tgz
# ./extract-imgtec-panda.sh
# source build/envsetup.sh
#lunch full_panda-userdebug
# make
With no SD card inserted, plug USB first, then the power cord,# and load fastboot over USB:
# device/ti/panda/usbboot device/ti/panda/bootloader.bin
# source build/envsetup.sh
#lunch full_panda-userdebug