We have a Panda board REV A3. Ported ICS 4.0.3.0.2.0.1.0.
Comes up fine. But Bluetooth option is missing in settings. May be an issues with the build.
However Just have a doubt if Panda REV A3 supports BT connectivity.
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.
We have a Panda board REV A3. Ported ICS 4.0.3.0.2.0.1.0.
Comes up fine. But Bluetooth option is missing in settings. May be an issues with the build.
However Just have a doubt if Panda REV A3 supports BT connectivity.
Yes the PandaBoard Rev A3 should have hardware support for bluetooth.
I would recommend directing your question on ICS & Pandaboard at 2 community emails lists : pandaboard@googlegoups.com AND android-building@googlegroups.com
--Jayabharath
Hi Ramesh,
I am finding difficult to get ICS ported onto Panda board REV A3 (OMAP4430) from android source. I was only successful with pre-built images on panda. I appreciate if you can reply with source links and special instructions to be followed.
Thanks,
Anand
Hello Anand,
How to boot from SD Card:
http://kinneko-android.blogspot.com/2011/11/how-to-make-ics-self-bootable-sd-car d.html
Google Groups: How to build AOSP for pandaboard .
https://groups.google.com/forum/#!msg/android-building/T4XZJCZnqF8/WCHhnpijvsQJ
Hope this helps
Ramesh
Hi Ramesh,
I faithfully followed the steps
How to boot from SD Card:
http://kinneko-android.blogspot.com/2011/11/how-to-make-ics-self-bootable-sd-car d.html
I can boot from SD CARD and it stops after a while and do not see anything on my monitor ( tried both HDMI & DVI ports).
Here is the snip of the log. Any help is appreciated.
[ 4.118255] usb 1-1.2.3: new full speed USB device number 5 using ehci-omap
[ 4.256134] usb 1-1.2.3: New USB device found, idVendor=413c, idProduct=1002
[ 4.263946] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.272277] usb 1-1.2.3: Product: Dell USB Keyboard Hub
[ 4.278289] usb 1-1.2.3: Manufacturer: Dell
[ 4.285491] hub 1-1.2.3:1.0: USB hub found
[ 4.290496] hub 1-1.2.3:1.0: 3 ports detected
[ 4.380004] usb 1-1.2.4: new low speed USB device number 6 using ehci-omap
[ 4.507354] usb 1-1.2.4: New USB device found, idVendor=04b3, idProduct=310b
[ 4.515197] usb 1-1.2.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.527313] input: HID 04b3:310b as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input1
[ 4.540802] generic-usb 0003:04B3:310B.0001: input: USB HID v1.00 Mouse [HID 04b3:310b] on usb-ehci-omap.0-1.2.4/input0
[ 4.637725] usb 1-1.2.3.1: new full speed USB device number 7 using ehci-omap
[ 4.768096] usb 1-1.2.3.1: New USB device found, idVendor=413c, idProduct=2002
[ 4.776153] usb 1-1.2.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.784698] usb 1-1.2.3.1: Product: Dell USB Keyboard Hub
[ 4.790893] usb 1-1.2.3.1: Manufacturer: Dell
[ 4.797668] input: Dell Dell USB Keyboard Hub as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.0/input/input2
[ 4.813537] generic-usb 0003:413C:2002.0002: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard Hub] on usb-ehci-omap.0-1.2.3.1/input0
[ 4.830993] input: Dell Dell USB Keyboard Hub as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.1/input/input3
[ 4.846099] generic-usb 0003:413C:2002.0003: input: USB HID v1.10 Device [Dell Dell USB Keyboard Hub] on usb-ehci-omap.0-1.2.3.1/input1
[ 4.902374] sr_class1p5_calib_work: mpu: Calibration complete: Voltage Nominal=1200000 Calib=1126780
[ 61.008361] omap-rproc omap-rproc.1: rproc_loader_cont: failed to load ducati-m3.bin
[ 64.129272] wl1271: ERROR could not get nvs file: -2
[ 64.148498] wl1271: loaded
[ 64.148498] wl1271: initialized
[ 64.156311] VFS: Cannot open root device "mmcblk0p2" or unknown-block(0,0)
[ 64.165618] Please append a correct "root=" boot option; here are the available partitions:
[ 64.174621] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[ 64.183441] Backtrace:
[ 64.185882] [<c00511a0>] (dump_backtrace+0x0/0x110) from [<c0599cfc>] (dump_stack+0x18/0x1c)
[ 64.195617] r6:ed440020 r5:00000000 r4:c07b5bc8 r3:ed440000
[ 64.195678] [<c0599ce4>] (dump_stack+0x0/0x1c) from [<c0599d90>] (panic+0x90/0x1bc)
[ 64.209869] [<c0599d00>] (panic+0x0/0x1bc) from [<c0008efc>] (mount_block_root+0x230/0x2d8)
[ 64.218780] r3:00000000 r2:00000000 r1:ed441f60 r0:c06bb6e
Thanks,
Anand
Hi Ramesh,
I faithfully followed the steps in the link
How to boot from SD Card:
http://kinneko-android.blogspot.com/2011/11/how-to-make-ics-self-bootable-sd-car d.html
I can boot from SD CARD and it stops after a while ( no # prompt) and blank monitor ( tried both HDMI & DVI ports).
Here is the snip of the log. Any help is appreciated.
[ 4.716735] input: Dell Dell USB Keyboard Hub as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.0/input/input2
[ 4.731842] generic-usb 0003:413C:2002.0002: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard Hub] on usb-ehci-omap.0-1.2.3.1/input0
[ 4.748718] input: Dell Dell USB Keyboard Hub as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.1/input/input3
[ 4.764038] generic-usb 0003:413C:2002.0003: input: USB HID v1.10 Device [Dell Dell USB Keyboard Hub] on usb-ehci-omap.0-1.2.3.1/input1
[ 61.007873] omap-rproc omap-rproc.1: rproc_loader_cont: failed to load ducati-m3.bin
[ 64.133300] wl1271: ERROR could not get nvs file: -2
[ 64.148498] wl1271: loaded
[ 64.156555] wl1271: initialized
[ 64.162597] EXT2-fs (mmcblk0p3): error: couldn't mount because of unsupported optional features (240)
[ 65.079864] EXT4-fs (mmcblk0p3): couldn't mount as ext3 due to feature incompatibilities
[ 65.222625] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 65.233306] VFS: Mounted root (ext4 filesystem) on device 179:3.
[ 65.234436] Freeing init memory: 248K
[ 65.301330] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[ 66.134033] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null)
[ 66.174896] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
[ 66.183868] init: cannot find '/system/bin/vold', disabling 'vold'
[ 66.196044] init: cannot find '/system/bin/netd', disabling 'netd'
[ 66.203826] init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
[ 66.212188] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[ 66.220153] init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
[ 66.229400] init: cannot execve('/vendor/bin/pvrsrvinit'): No such file or directory
[ 66.229400] init: cannot find '/system/bin/app_process', disabling 'zygote'
[ 66.229431] init: cannot find '/system/bin/drmserver', disabling 'drm'
[ 66.229431] init: cannot find '/system/bin/mediaserver', disabling 'media'
[ 66.229522] init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
[ 66.229522] init: cannot find '/system/bin/installd', disabling 'installd'
[ 66.229553] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 66.229553] init: cannot find '/system/bin/keystore', disabling 'keystore'
[ 66.229553] init: using deprecated syntax for specifying property 'ro.product.manufacturer', use ${name} instead
[ 66.229553] init: property 'ro.product.manufacturer' doesn't exist while expanding '$ro.product.manufacturer'
[ 66.229980] init: cannot expand '$ro.product.manufacturer' while writing to '/sys/class/android_usb/android0/iManufacturer'
[ 66.229980] init: using deprecated syntax for specifying property 'ro.product.model', use ${name} instead
[ 66.230010] init: property 'ro.product.model' doesn't exist while expanding '$ro.product.model'
[ 66.230010] init: cannot expand '$ro.product.model' while writing to '/sys/class/android_usb/android0/iProduct'
[ 66.230041] init: using deprecated syntax for specifying property 'ro.serialno', use ${name} instead
[ 66.230041] init: cannot find '/system/bin/sh', disabling 'console'
[ 66.230468] android_usb: already disabled
[ 66.230865] adb_bind_config
[ 66.452575] adb_open
[ 66.638275] adb_release
[ 66.638488] init: using deprecated syntax for specifying property 'sys.usb.config', use ${name} instead
Thanks,
Anand
Hi Ramesh,
Made some progress mean while, but still having issues.
shell@android:/ $
shell@android:/ $ [ 1246.796936] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4811, drivers/gpu/pvr/bridged_pvr_bridge.c]
[ 1246.811126] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4811, drivers/gpu/pvr/bridged_pvr_bridge.c]
ICS on PANDA-OMAP4430
Observations:
1. It boots up as shell prompt not #panda prompt.
2. No out on display ( blank)
I appreciate your suggestions.
Thanks,
Anand
John,
1. Try this link for built -in images and verify the board is working.
=> https://android-build.linaro.org/builds/~linaro-android/aosp-panda/
2. Follow this link to build both RFS ( ver 4.0.3) and Kernel (ver 3.0.8)
=> http://source.android.com/source/downloading.html
3. Replace "uImage" with new image in the boot partition.
Hope it works.
Thanks,
Anand
Ramesh,
I still have same issues with the display. No output when I build and use my own kernel. Prebuilt images works well though.
I appreciate if you can send me the link for the ".config" file or "WORKING_PANDA_DEFCONFIG" for OMAP4430 or OMAP4460.
Thanks, Anand
Refer the following link and read through last few posts by VH & gad.krumh. If you follow these steps it should work
https://groups.google.com/group/pandaboard/browse_thread/thread/c72cb0121144c15f/46fa0667e7d8fb42
I suggest to post further questions on the above group instead of here, you can get more help.