Hi Israel,
Thank you for your reply i am using PANDA BOARD REV A2 (OMAP4430).
I am working on USB Camera based application.
So i need a proper release having support for
- OMAP 4430
- USB Camera Support
- Hardware encoder decoder support
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.
Android ICS on pandaboard randomly crashes
--> I am testing in the following software and hardware environment:
OS Kernel : Linux® 3.0
Android : Android IcecreamSandwich 4.0.4(MR1.1)
Toolchain : CodeSourcery compiler version Sourcery G++ Lite 2010q1-202 for ARM GNU/Linux
Reference hardware platforms : PANDA BOARD REV A2
Build Host OS : Ubuntu 11.10
Android ICS Release : 4AI.1.4 OMAP4 Icecream Sandwich Panda
SD Card : Sandisk 4 GB
--> To build the source i had follwed all the steps given on http://omappedia.org/wiki/4AI.1.4_OMAP4_Icecream_Sandwich_Panda_Notes
--> I had build and loaded everything on the board but having issue of android crashes at random time after complate boot.
--> Even i had checked using prebuilt binaries given at "https://gforge.ti.com/gf/download/user/9174/5962/omap4_sd_files_panda.tar.gz" , my board is booting Android ICS successfully but having same issue of crash
--> I have tried to boot
1.from SD card by flashing SD card using fastboot
2.from NFS and tftp
--> In both the case my device is booting successfully but i could not use it more than 5 minuts maximum.
--> After successful boot however i launch any appication some times it open and work as it should and sometime after clicking on the application board crashes , after this i can't have control to android prompt and it does not give me any log for what reasone it crashed.
--> If i do not use any application then it works fine and i can use board prompt any time.
Below are the examples of the random crashes that i have faced.
Successful boot --> Open lock of the device --> Open Menu --> Setting >>>> then it crash and some time it works properly
Successful boot --> Open lock of the device --> Open Menu --> Gallery >>>> then it crash and some time it works properly
Given below is log of successful boot and then crash by clicking on Gallery Application....
================================================================
================================================================
3173.panda.boot.successful.but.crash.on.gallery.log
================================================================
================================================================
After this last line (130|root@android:/ # ) i had clicked on Gallery application and board crashed with out giving any log.
I have some questions;
1. do you have some patterns in either /mnt/sdcard/Movies or /mnt/ext_sdcard/? this is to discard it could be a multimedia issue.
2. Can you describe your actual configuration? using HDMI? just to know what HW is involved and because of the last HDMI issue.
3. Can you try setting/display the timeout to 30 minutes, in "settings/development/stay awake" and check it error is present? this to isolate if it is a sleep issue or multimedia or HW?
Hi Brijesh,
That is because the release is working better in OMAP4460, the kernel has not be optimized to work on OMAP4430 because I see it reboot several times before boot well and get Android GUI.
You may want to test the release in a Panda ES or look for other optimized to work on Panda with OMAP4430.
Hi Manuel,
Thank you for reply,
1.I think its not only multimedia issue because even i launch calculator application then having same behavior of crashes.
Some time calculator application open and work fine and some time just i click on the calculator application board crashes.
2.I am connection pandaboard to sony full HD LCD via HDMI cable.
3.I did try and changed time out to 30 minutes but having same issue.
Hi Israel,
Thank you for your reply i am using PANDA BOARD REV A2 (OMAP4430).
I am working on USB Camera based application.
So i need a proper release having support for
Hi Israel,
You are right i have to reboot the board minimum 5 to 10 times to get Android GUI.
Even after getting Android GUI i am not able to get the performance and having crashes issue.
In some of the blogs i have read that by changing video resolution Android ICS performance improves.
So I have tried to change video resolution by changing my bootargs as given below,
============================================
setenv bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 noinitrd ip=10.99.14.155:10.99.14.184:10.99.13.1:255.255.252.0::eth0:off rw init=/init root=/dev/nfs nfsroot=10.99.14.184:<path to rootfs>, wsize=1024, rsize=1024, nolock, vers=3 rootwait omapfb.mode=tv:640x480MR-16@60 omapdss.def_disp=tv earlyprintk vram=48M omapfb.vram=0:24M,1:24M'
============================================
I have even tried all the resolutions but I think i can't getting any change in my video resolution.
Is there any change in my bootargs or is video resolution hard coded in the release ?
Hi Israel,
I tried to run board with 640x480 video resolution but issue remains same of random crashes.
Can suggest me proper stable release from the same ?
Hi Brijesh,
I don't think that is a problem about resolution, I think it is with power management for omap4430, I will try to take a look to the board file to see if there is something like is hardcoded or wire that could be causing to work only on omap4460.
About releases I only know about AOSP and Linaro, have you try any of those?, I have read some post that those are working on Panda with OMAP4430.
Hi Brujesh,
I was trying to look what it the problem, and I am still thinking is not problem with resolution, it keeps restarting even without any display connected, unfortunately it is taking me log time to see what is going wrong, so your best option is to contact the pandaboard@googlegroups.com and ask if somebody has solve the issue or if there is another version that can support pandaboard with omap4430.
Hi Israel,
I have tried Linaro latest release.
It's working completely fine on Panda Board with OMAP4430.