- Follow instructions to install git-repo http://source.android.com/source/downloading.html#installing-repo
brew install ant git Caskroom/versions/java7 socat lrzsz minicom
sudo apt-get install build-essential socat lrzsz minicom ant git
- small memory and storage footprint
mkdir xmodem
cd xmodem
repo init -m xmodem.xml -u ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/mutex.io.xmodem
repo sync
ant all_app
ant all_lib
TBD