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.

Support for Android Kitkat and Lollipop

Hi Experts,

Is there any SDK support for Android Kitkat and Lollipop version for the AM335x SK ?

  • What do you expect as an SDK? The KK BSP for AM335x SK is made to be as AOSP compliant as possible, therefore you should only need the official Android SDK from Google to start writing applications.

    Let us know if that answers your question.

  • Hi Adeno,

    I mean SDK as this :

    I mean the TI's customized Android source code for AM335x board.

  • In the case of our Android supportf for the AM335x platforms, there is no specific platform support or driver that needs a customized SDK. Therefore the offciial SDK from Google should allow you to do everything you need with our Android image.

  • HI Adeno,

    I downloaded from the official site using the command "git clone android.googlesource.com/.../omap.git"

    It creates the folder named omap and am not able to find the kernel folder.

    Also when I issued the lunch command there is no provision for am335x or beagle bone board.

    I am getting the following logs

    You're building on Linux

    Lunch menu... pick a combo:
    1. aosp_arm-eng
    2. aosp_arm64-eng
    3. aosp_mips-eng
    4. aosp_mips64-eng
    5. aosp_x86-eng
    6. aosp_x86_64-eng
    7. aosp_deb-userdebug
    8. aosp_flo-userdebug
    9. full_fugu-userdebug
    10. aosp_fugu-userdebug
    11. aosp_grouper-userdebug
    12. aosp_tilapia-userdebug
    13. mini_emulator_arm64-userdebug
    14. m_e_arm-userdebug
    15. mini_emulator_mips-userdebug
    16. mini_emulator_x86_64-userdebug
    17. mini_emulator_x86-userdebug
    18. aosp_flounder-userdebug
    19. aosp_hammerhead-userdebug
    20. aosp_mako-userdebug
    21. aosp_shamu-userdebug
    22. aosp_manta-userdebug



    Also there is no uboot/MLO folder