Dear Vishal,
>From the Linaro mailing list, I think you are the expert for Pandaboard ES platform issues.
So your help for this problem would be very much appreciated:
I am just getting started with Android prebuilt images on Pandaboard ES platform, but I don’t have success with any prebuilt image available on your download section.
As I’m not a Linux expert, prebuilt images are written on SD-Card with Win32 Disk Imager.
- Several prebuild images tested, but Android does not work with any of them.
- 2 diferent boards tested, but unfortunately the result is the same (even hadware validation is ok for both boards).
It has been observed the top of OMAP4460 device is getting very hot, so the board has been powered off in order to avoid any hardware damage.
Several error messages on the terminal, unable to analyze all of them one by one.
Please could you help me ?
Thanks,
Josep
P.D. For example, there are some of the error messages:
[ 2751.705169] acc_open
[ 2751.707946] acc_release
[ 2752.743469] omap_alert_zone:hot spot temp 101092
[ 2752.768890] binder: release 31777:31777 transaction 483178 in, still active
[ 2752.776489] binder: send failed reply for transaction 483178 to 31918:31918
[ 2752.784301] binder: release 31777:31789 transaction 483160 in, still active
[ 2752.791687] binder: send failed reply for transaction 483160 to 31891:31957
[ 2752.799468] binder: release 31777:31949 transaction 483141 in, still active
[ 2752.806884] binder: send failed reply for transaction 483141 to 31891:31891
[ 2752.814392] binder: release 31777:31950 transaction 483176 in, still active
[ 2752.821899] binder: send failed reply for transaction 483176 to 31879:31879
[ 2752.829681] binder: send failed reply for transaction 483179 to 31911:31911
[ 2752.837188] binder: send failed reply for transaction 483186 to 31958:31958
[ 2752.844848] binder: 31851:31851 transaction failed 29189, size 156-0
[ 2752.853607] binder: 31879:31879 transaction failed 29189, size 292-8
[ 2752.877990] binder: 31891:31891 transaction failed 29189, size 224-4
[ 2752.884735] binder: 31851:31851 transaction failed 29189, size 100-0
[ 2752.917663] binder: 31851:31851 transaction failed 29189, size 5348-4
[ 2753.003082] alarm_release: clear alarm, pending 0
[ 2753.008209] alarm_release: clear alarm, pending 0
[ 2753.243499] omap_monitor_zone:hot spot temp 94279
[ 2754.050354] request_suspend_state: wakeup (0->0) at 2754024597173 (2000-01-01 00:45:50.002624484 UTC)
[ 2754.074890] init: untracked pid 31751 exited
[ 2754.079956] init: untracked pid 31750 exited
[ 2754.084747] init: untracked pid 31879 exited
[ 2754.089416] init: untracked pid 31891 exited
[ 2754.094390] init: untracked pid 31958 exited
[ 2754.105621] init: untracked pid 31863 exited
[ 2760.588409] request_suspend_state: wakeup (0->0) at 2760562622075 (2000-01-01 00:45:56.540649386 UTC)
[ 2761.124206] acc_open
[ 2761.126556] acc_release
Hi,
Calendar Week 42: Here is test result summary for Linaro Android
platform on following boards:
1) ARM Versatile Express A9
2) ST-Ericsson Snowball
3) TI Panda Board 4430
4) TI Panda Board 4460
5) Samsung Origen
*Synopsis - Android version for all the boards mentioned above
has changed to 4.1.2. Glmark2 and wifi/BT still not working on panda. On
other boards Vexpress-a9, Origen and Snowball no major differences are
observed compared to the last week testing. For more detail test results,
please check the last column of the spreadsheet provided above. *
*
*
1) *ARM Versatile Express A9* -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadExQd…
Features like glmark2,
youtube, speech recorder, email, calendar and people still dont work. Test
results are similar to last week.
2) *ST-Ericsson Snowball * -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadEF1N…
This week test result is
similar as week 41. WiFi,BT,youtube still not working. SD card still not
getting detected blocking few other test cases.
3)* TI Panda Board 4430 * -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadGVWd…
Phone app still missing on
panda. SD card is still an issue which blocks few test cases. Hardware
graphics acceleration works fine.
4) *TI Panda Board 4460 * -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadGVWd…
Same comment as Panda 4430.
5) *Samsung Origen * -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadDRDV…
All features remain the same
status as previous week, except the tool chain version has been switched to
the 12.10. Ethernet adapter can only work after a command line based
manually setting, and due to WiFi is unavailable, this is the only way we
let the board be online. Google Apps can only work on "local" mode, Device
Tree, Video playback and HDMI display are still unavailable.
Note: Calendar week 41 result attached for reference.
Thanks,
Amit khare <amit.khare(a)linaro.org>
QA Services - Linaro Platform
http://wiki.linaro.org/Platform/QA
Hello all,
I am using ICS 4.0.3
In my code browser is not working over 3G
The problem I observed is the out buffer is filling after some time and I
am not able to send any frame out
if (test_and_set_bit(XMIT_FULL, &ap->xmit_flags)) is becoming true
and it is not recovering from that and everything stops from there
my driver is having
OBUFSIZE 4096 and
PPP_VERSION "2.4.2"
kindly suggest me any thing I can do to solve
Thanks & Regards
O S L Reddy
Hello,
I'm am building a Kindle Fire CM10 ROM using the Linaro 2012.09 4.7.2
toolchain.
I compile with strict-aliasing and have all strict-aliasing and ISO C++11
fixes applied to my repos.
However, if I also include the -std=gnu++11 compiler option MX Player
failes to load with the following error:
java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1331]:
130 cannot locate '_ZN7android8String16C1EPKt'...
at java.lang.Runtime.load(Runtime.java:340)
at java.lang.System.load(System.java:521)
at com.mxtech.videoplayer.App.a(Unknown Source)
at com.mxtech.videoplayer.App.b(Unknown Source)
at com.mxtech.app.MXApplication.a(Unknown Source)
at com.mxtech.videoplayer.VideoSearchSuggestionProvider.onCreate(Unknown
Source)
at android.content.ContentProvider.attachInfo(ContentProvider.java:1058)
at android.app.ActivityThread.installProvider(ActivityThread.java:4779)
at
android.app.ActivityThread.installContentProviders(ActivityThread.java:4409)
at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:4351)
at android.app.ActivityThread.access$1300(ActivityThread.java:143)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1269)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4965)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
at dalvik.system.NativeStart.main(Native Method)
java.library.path: /vendor/lib:/system/lib
/vendor/lib/egl: size=4096 date=08:38, 10/16/2012
/vendor/lib/hw: size=4096 date=08:38, 10/16/2012
/vendor/lib/libIMGegl_SGX540_120.so: size=63152 date=08:00, 8/1/2008
/vendor/lib/libPVRScopeServices_SGX540_120.so: size=9352 date=08:00,
8/1/2008
/vendor/lib/libglslcompiler_SGX540_120.so: size=269396 date=08:00,
8/1/2008
...
I'm at a loss how to debug/fix this and am hoping that someone here could
point me in the right direction or even know the fix.
The error happens on 2012.10 and pre-2012.09 toolchain versions.
The full logcat is available here: http://pastebin.com/nrCFj8FM
Please let me know if I can provide more information.
Thanks in advance
Hi,
What must I do to check out the source code from that repo. I get an
"nonexistent ref" warning, and then I can not checkout anything. Any hint? I
have checked twice. Do you see that warning too?
You can see below the steps I have followed:
$ git clone git://android.git.linaro.org/kernel/panda.git
Cloning into panda...
remote: Counting objects: 2586860, done.
remote: Compressing objects: 100% (409613/409613), done.
Receiving objects: 100% (2586860/2586860), 584.80 MiB | 646 KiB/s, done.
remote: Total 2586860 (delta 2172988), reused 2566256 (delta 2152384)
Resolving deltas: 100% (2172988/2172988), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ cd panda
panda$ ls -la
drwxr-xr-x 3 davi davi 17 Oct 16 12:44 .
drwxr-xr-x 3 davi davi 18 Oct 16 12:44 ..
drwxr-xr-x 7 davi davi 129 Oct 16 13:02 .git
panda$ git branch
panda$
--
Regards
Hi,
I have tried to use my android device behind a proxy but fails to
access internet. The browser is unable to access to internet
I'm using an Eth0 instead of wifi. I have done my last trial on tc2
board but I had also failed previously with my panda board
I have tried to use transproxy.apk but it's still ko
Does anyone have already faced and solved same kind of issue ?
Regards,
Vincent