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 Kernel

Hai

I download an Android ICS for my Beagleboard XM from http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/TI_Android_ICS_4_0_3_DevKit_3_0_0/exports/TI-Android-ICS-4.0.3_AM37x_3.0.0.bin thsi link.

It has Android version-4.0.3 and kernel version-2.6.37-dirty.Its a prepackaged android source.I want to upgrade the kernel to 3.0.x or higher for my development??

Its possible to upgrade the kernel 2.6.37 in that downloaded package??

Reply as soon as possible!!!

Thanks in advance 

  • Hi,

    Its possible to upgrade the kernel 2.6.37 in that downloaded package??

    As per my understanding,

    Yes you can upgrade the android linux kernel version to 3.x.

    You need to compile SDX graphics driver with new android linux kernel 3.x for UI android boot.

    I have taken TI AM335x android source package (which is linux kernel 3.x)  then i have configured (only board file changes for my custom board) for AM37x board.

  • Hai stalin


    I stuck with two issues:

    1)I download a prepackage android ics source from TI but it has 2.6.37 basic kernel version but i need recent kernel 3.x

    How to i upgrade it????

    2)I'm using ICS for my AM37x custom board.I download the android source from android.googlesource repository using repo init commands from this link http://source.android.com/source/downloading.html

    But it has android source only, but not a board file folders,x-loader,u-boot,kernel.Can i download it from any other android source.its possible to merge any recent kernels with it????

    My main objective is to upgrade the recent kernel version 3.x...its possible???

    I'm waiting for your reply.Thanks in advance

  • Hai

    I have taken TI AM335x android source package (which is linux kernel 3.x)  then i have configured (only board file changes for my custom board) for AM37x board.


    You had taken the am335x source code from TI prepackage source.???

    Could you share the link!!!!

  • Hi Mr.Sekra

         Download the Android ICS source package from http://processors.wiki.ti.com/index.php/TI-Android-ICS-4.0.3-DevKit-3.0.1_DevelopersGuide#Getting_Source_.26_Toolchain

        or you can clone the TI Linux3.x from the GIT repository.

      I haven't worked with Beagleboard-XM. but this process may be help you.

      As usually build the Linux with modified board file and don't forget to build your SGX opposite to new kernel version. you can use the old u-boot file because u-boot is piece of code that bring the u-image from residing silicon to your RAM then its no more after that.

    Cheers

    Sangly

  • Hello Mr.Sangili

    Thanks for your info................