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.

DM816x EVM new Android DevKit progress

Other Parts Discussed in Thread: AM3894

Hello,

My team is currently designing Computer-on-module board based on TI AM3894 SoC and we plan to port Android 2.3 DevKit 2.0 on this board, i.e. make Android 2.3 board support package (BSP). We are interested in the progress and timeline of the next Android devkit development so that we can plan our software development accordingly.

We are also interested in contributing our code to the Android community. How can we do that?

Kind regards,

Milan

 

 

  • Milan Oklobdzija said:

    We are also interested in contributing our code to the Android community. How can we do that?

    TI Android DevKit is based on the Rowboat community project at http://arowboat.org
    You can post your contributions to the rowboat mailing list http://groups.google.com/group/rowboat

     

  • Hi Milan,

    We are glad to here that you are interested in contributing  to our android community.

    You can contribute by sending your patches for review on our  rowboat group mailing list http://groups.google.com/group/rowboat.

    Once patch is reviewed and approved we will push it on gitorious rowboat project.

    Though new android DevKit is not offiicially released, Latest Android sources (Gingerbread 2.3.4 ) and other software components are available on rowboat.

    You can sync with rowboat-gingerbread-ti81xx.xml manifest file to get latest sources. Here is the procedure to download latest sources.

     

    $ mkdir rowboat-android
    $ cd rowboat-android
    $ repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-gingerbread-ti81xx.xml
    $ repo sync

    Thanks and Regards,
    Pankaj Bharadiya