Hi Android Developers !
I am interested to know whether " jelly beans " can be ported on Dm814x and Am335x ?
If so , which kernel version should i port ?
can anyone comment on this ?
Regards
ROHIT SHANBHAG
BANGALORE
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.
Hi Android Developers !
I am interested to know whether " jelly beans " can be ported on Dm814x and Am335x ?
If so , which kernel version should i port ?
can anyone comment on this ?
Regards
ROHIT SHANBHAG
BANGALORE
No idea about DM814x, but Android Jelly Bean is available for Am335x:
http://code.google.com/p/rowboat/wiki/JellybeanOnBeaglebone_WithSGX
Thanks MR.Bhat ,
Well, can you provide info porting android (ICS) on dm814xevm ? I am not getting any porting guide from TI .
Regards
ROHIT Y SHANBHAG
BANGLORE
I would take a look at:
Rowboat.org -- http://code.google.com/p/rowboat/wiki/TI81xxWithMultimediaAcceleration
I believe there is a GB release for DM81xx but it is community base. You could take the DM81xx kernel and port ICS on top of it but you will need to address several items before you get a working release. Another options is to take a look at PandaBoard.org and use the Android release as a reference. Again you will need to handle the kernel diffs but at least it should provide you a good starting point.
I would also take a look at http://www.mentor.com/embedded-software/supported-processors -- they support DM81xx devices and are very good with Android solutions.
HI
As you refered a link : http://code.google.com/p/rowboat/wiki/JellybeanOnBeaglebone_WithSGX
i tried to build for am335xevm , and am getting following error :
make TARGET_PRODUCT=am335xevm_sk droid
Makefile:134: *** missing `endif'. Stop.
Can you please help me on this ?
THANKS AND REGARDS
ROHIT Y SHANBHAG
HI,
Am building jellybeans for am335x , teh above issue was solved , but now i am encountered with this error
host C: acp <= build/tools/acp/acp.c
Import includes file: out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/import_includes
host C++: libhost <= build/libs/host/pseudolocalize.cpp
host C: libhost <= build/libs/host/CopyFile.c
host StaticLib: libhost (out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/libhost.a)
ERROR: prebuilts/tools/gcc-sdk/../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux-ar only run on 64-bit linux
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/libhost.a] Error 1
Cant i build jellybeans on 32 bit x86 linux machine?
Kindly reply
Regards
ROHIT
Rohit Shanbhag said:Cant i build jellybeans on 32 bit x86 linux machine?
Unless things have changes you will need a 64bit machine.
Patch for Gingerbread builds but not sure if this will work on latest android Releases.
http://omappedia.org/wiki/Android_How-tos#Building_Gingerbread_from_32-bit_Ubuntu
BTW: Google is asking for 64-bit for anything past Gingerbread (2.3.x)
http://source.android.com/source/initializing.html
Hi
I Am using prepacked repo sources from ti for ICS on am335x ,
mentioned in http://processors.wiki.ti.com/index.php/TI-Android-ICS-4.0.3-DevKit-3.0.1_DevelopersGuide since the build process starts successfully ,
it gives the error in between :5141.ICS_error.txt
can you suggest me , how to track it , am not getting the way to come out of it ! as i tried possible analysis by looking in code ! thus teh sources are the stable on by Ti , i am writing this post before modifying any code to bypass this issue
Thanks in advance
ROHIT SHANBHAG
BANGALORE