Chapter 4 Android Operating System; Development; Get The Source Code - Embest SBC8600B User Manual

Hide thumbs Also See for SBC8600B:
Table of Contents

Advertisement

Embest Technology Co., Ltd
Chapter 4
This chapter will give you a general map of the Android software resources contained
in the DVD-ROM provided along with the product, as well as a introduction to the process
of Android develop, system update, functionality tests.
Note:
It is recommended refering to Appendix for details of Ubuntu Linux installation and learning
about embedded Android development technology before you get started.

4.1 Development

4.1.1 Get the Source Code

Get the android source code by the following instructions:
1)
Execute the following commands to get the repo tool:
$ mkdir ~/bin
$ curl https://raw.github.com/android/tools_repo/master/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ export PATH=~/bin:$PATH
2)
Execute the following commands to initialize repo source code
$ mkdir ~/TI-Android-ICS-4.0.3-DevKit-EVM-SK-3.0.1
$ cd ~/TI-Android-ICS-4.0.3-DevKit-EVM-SK-3.0.1
$ repo init --repo-url=git://github.com/android/tools_repo.git -u https://gith
ub.com/embest-tech/rowboat-manifest.git -m TIOP-TI-Android-ICS-4.0.3-DevKit-E
VM-SK-3.0.1.xml
3)
Execute the following command to synchronize the repo source code:
$ cd ~/TI-Android-ICS-4.0.3-DevKit-EVM-SK-3.0.1
Copyright © 2017 Embest Technology
Android Operating System
SBC8600B-UM-V2.0
106

Advertisement

Table of Contents
loading

Table of Contents