User Tools

Site Tools


tutorials:cb1:development:build_androidtv_image_for_cubieboard

This is an old revision of the document!


Getting the Source Code

The Android TV source code for Cubieboard can be downloaded at the URL http://github.com/cubieboard.
If you want to build Android TV image for cubieboard, you need to know how to use git and android repo (just some basic commands will be okay). Also the recommended building environment is ubuntu 12.04(x86_64).
You can refers to http://source.android.com/source/initializing.html.

Openbox is just an alias for Cubieboard Android TV. I know that a window manager for the X Window System also names openbox, they are totally different thing. Here we mention openbox refers Cubieboard Android TV. Here are the way to get the code

 $ curl https://raw.github.com/cubieboard/git-repo/stable/repo > ~/bin/repo
 $ chmod +x ~/bin/repo
 $ mkdir openbox && cd openbox
 $ repo init --no-repo-verify -u git://github.com/cubieboard/manifests -b cb -m openbox.xml
 $ repo sync

Building Image from the Source Code

 $source build/envsetup.sh
 $lunch 4 (note: select cubieboard option)
 $make -j4
 $tools/pack-cm.sh (note: this will generate the final image suitable for livesuit tool)

Install the Image to Cubieboard

Video

*Build openbox for cubieboard

http://ubuntuone.com/6c5CBCERn7r0tudYBZTeWt from youtube; many people in china are unable to access youtube, so it is here now

tutorials/cb1/development/build_androidtv_image_for_cubieboard.1380897048.txt.gz · Last modified: 2013/12/23 14:50 (external edit)