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.

Omap4460 source for Android

Dear All,

we have new version omap4460 processor with Pandaboard ES Rev1. For this we don't have the full source(Kernel, filesystem, u-boot, x-loader ) so can you help me for next step.

we are expecting from you some help, links or any other way to get the source.

Thanks for your help.

 

  • Anil,

    Please read the forum guidelines for where to direct your questions on panda - this is not the right place. Go to http://pandaboard.org/ for all the info you need on panda, and if that is not sufficient, there is a google group dedicated to Panda.

    Regards,

    Magdalena

  • I think the more active group for android support on Panda is Linaro, you can look for source code there: http://www.linaro.org/downloads/1202

  • Hi Israel,

    Thanks for ur info....

    In this link(http://www.linaro.org/downloads/1202) only prebuilds are available, i didn't find the full source.

    please you give me more infoooo...about this. even http://pandaboard.org/ in this link also  don't have the OMAP4460 android source.

    anil

  • Hi Israel,

    Thanks for ur info....

    In this link(http://www.linaro.org/downloads/1202) only prebuilds are available, i didn't find the full source.

    please you give me more infoooo...about this. even http://pandaboard.org/ in this link also  don't have the OMAP4460 android source.

    anil

  • Hi Anil,

    I don't think you will find source code in linaro. I think linaro has a more automatic way to get everything, you should be able to download some scripts and it will download and compile the code as far as I know.

    Here is a useful link about a porting from a TI release to Panda board, it is a step by step guide to get android working: http://omappedia.org/wiki/4AI.1.4_OMAP4_Icecream_Sandwich_Panda_Notes

  • Hi Israel,

    Thanks a lot...... Mr.Israel

    we will try with this link , i will be back very soon with my success.

    with Regards ,

    Anil.V

  • Hi Israel,

    i am using OS is ubuntu 12.04, 11.10  and 10.04 (all 32-bit) tested all versions.


    facing problem git clone git://git.omapzoom.org/.....

    if i run any command with git clone it is throwing error like this 

    fatal: unable to connect to git.omapzoom.org:

    git.omapzoom.org[0:209.20.88.187]: errno=Connection timed out

    Anil.V

  • Hi Anil,

    The site is working, I was able to clone the u-boot:

    $ git clone git://git.omapzoom.org/repo/u-boot.git u-boot
    Cloning into 'u-boot'...
    remote: Counting objects: 159331, done.
    remote: Compressing objects: 100% (28872/28872), done.
    remote: Total 159331 (delta 128762), reused 159275 (delta 128715)
    Receiving objects: 100% (159331/159331), 45.71 MiB | 189 KiB/s, done.
    Resolving deltas: 100% (128762/128762), done.

    That might be because you are behind a firewall, in that case you need to specify to git what proxy to use.

    What people use to do is to install corkscrew and create a script for git, like:

    #!/bin/sh
    corkscrew <proxy.ip> <port> $*

    then configure git to use this script.

    For more info you can go to: http://omapedia.org/wiki/Host_PC_Setup