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 beagleboard rev c4



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

    ============================================
    PLATFORM_VERSION_CODENAME=REL
    PLATFORM_VERSION=4.0.3
    TARGET_PRODUCT=beagleboard
    TARGET_BUILD_VARIANT=eng
    TARGET_BUILD_TYPE=release
    TARGET_BUILD_APPS=
    TARGET_ARCH=arm
    TARGET_ARCH_VARIANT=armv7-a-neon
    HOST_ARCH=x86
    HOST_OS=linux
    HOST_BUILD_TYPE=release
    BUILD_ID=IML74K
    ============================================
    ---------- 8< ----------
    host C++: aapt <= frameworks/base/tools/aapt/CrunchCache.cpp
    In file included from frameworks/base/include/utils/AssetManager.h:25:0,
                     from frameworks/base/tools/aapt/AaptAssets.h:10,
                     from frameworks/base/tools/aapt/AaptAssets.cpp:5:
    frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:
    frameworks/base/tools/aapt/AaptAssets.h:446:59:   required from here
    frameworks/base/include/utils/KeyedVector.h:193:31: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
    What can be wrong here?
    Thanx in advance
    Gyorgy Kovesdi

  • 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