Hi everyone,
I want to port android ICS on beagleboard rev c4(not on beagleboard xm),where can I get the source code and prebuilt package of android ics for my beagelboard rev c4??
regards,
Krishna.
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 everyone,
I want to port android ICS on beagleboard rev c4(not on beagleboard xm),where can I get the source code and prebuilt package of android ics for my beagelboard rev c4??
regards,
Krishna.
There are no prebuilt images for Beagleboard-C4 ICS.
It should be possible to build using the latest rowboat sources, now that support for OMAPES=3.x is added to rowboat. However, we have not verified the same.
Please follow the instructions at http://processors.wiki.ti.com/index.php/TI-Android-ICS-4.0.3-DevKit-3.0.0_DevelopersGuide
You need to initialize the repo sources with the following command:
repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-ics.xml
After you have downloaded the full sources, build android images using the following command:
make TARGET_PRODUCT=beagleboard OMAPES=3.x
Hi,
I tried to do it, and got the followings:
$> make TARGET_PRODUCT=beagleboard OMAPES=3.x
Hi, If I use the link http://processors.wiki.ti.com/index.php/TI-Android-ICS-4.0.3-DevKit-3.0.0_DevelopersGuide
for repo init, the
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo command fails as the link no longer exists. Can you please help me out in resolving this?
Regards.
Suresh