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.

to port ice cream sandwich on xm beagle board

hi

      this is chandrashekhar, working in datamatics global service pvt and m working in beagle board. can you please tell is it possible to port ice cream sandwich on beagle board?, is so please give me the link for the source code of icecream sandwich

regards

chandrashekhar

  • Hi Chandrashekhar,

    Please refer to below link for details.

    http://code.google.com/p/rowboat/wiki/ICSonBeagleboard_WithSGX

    Regards,

    Pankaj Bharadiya

  • thanks for the reply, i have downloaded the source code from the same link wat you have suggested, but that source code is of only 128 MB, but i heard that source code is of size 6 GB...please confirm

  • Hi Chandrashekhar,

    I think you have downloaded pre-built image.

    Please refer to "Getting Source Code" section

    Getting Source Code

    Installing Repo

    To install, initialize, and configure repo, follow these steps

    Make sure you have a bin/ directory in your home directory, and that it is included in your path

     $ mkdir ~/bin
     $ PATH=~/
    bin:$PATH

    Download the repo script and ensure it is executable

     $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
     $ chmod a
    +x ~/bin/repo

    Initializing repo Client

    After installing repo, set up your client to access the android source repository

    Create an empty directory to hold your working files

     $ mkdir ~/rowboat-android
     $ cd ~/
    rowboat-android

    Get the Files.

     $ repo init -u repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-ics.xml
     $ repo sync

    Regards,
    Pankaj Bharadiya