From ArndaleBoard.org
Contents |
Arndale Octa Board Connection Guide
Hardware Schematics
Arndale Octa Board
Display Module
- If you want to use arndale board LCD/Touch, please use below patch.
Pre-built Images of Android Jelly Bean for Arndale Octa Board
Proprietary for Arndale Octa Board
Proprietaries for vendor & other peripherals
How to Download Source Tree
Installing Repo
Repo is a tool that makes it easier to work with Git in the context of Android. For more information about Repo, see Version Control.
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
- For version 1.17, the SHA-1 checksum for repo is ddd79b6d5a7807e911b524cb223bc3544b661c28
Initializing a Repo client
After installing Repo, set up your client to access the android source repository:
- Create an empty directory to hold your working files. If you're using MacOS, this has to be on a case-sensitive filesystem. Give it any name you like:
$ mkdir WORKING_DIRECTORY $ cd WORKING_DIRECTORY
- Run repo init to bring down the latest version of Repo with all its most recent bug fixes. You must specify a URL for the manifest, which specifies where the various repositories included in the Android source will be placed within your working directory.
$ repo init -u git://git.insignal.co.kr/insignal/arndale_octa-jbmr1.1/android/manifest -b jb-mr1.1
- To check out a branch other than "jb-mr1.1", specify it with -b:
A successful initialization will end with a message stating that Repo is initialized in your working directory. Your client directory should now contain a .repo directory where files such as the manifest will be kept.
Getting the files
To pull down files to your working directory from the repositories as specified in the default manifest, run
$ repo sync
The Android source files will be located in your working directory under their project names. The initial sync operation will take an hour or more to complete.
For more about repo sync and other Repo commands, see Version Control.
Download proprietary for Eyxnos5420
[https://arndaleboard.org/wiki/index.php/Resources#Proprietaries_for_vendor_.26_other_peripherals Download proprietary] archive, vendor_samsung_slsi_exynos5420_jb-mr1.120131030_xxxxxx.run to root of android source tree.
Make it executable and run it:
$ chmod +x vendor_samsung_slsi_exynos5420_jb-mr1.1_20131030_xxxxxx.run $ ./vendor_samsung_slsi_exynos5420_jb-mr1.1_20131030_xxxxxx.run
It show license of it's contents. After agree it by typing "I ACCEPT", proprietary files will be extracted under vendor/samsung_slsi/exynos5250/
Software Guides
Host Environment setup guide
How to download source tree
How to build Android system
How to flash a Device
Hardware Guides
- Material is being prepared. Please wait.
Common Resource
Samsung Exynos 5420 Octa core processor manual
- Material is being prepared. Please wait.
Cross compiler for Linux host
- Material is being prepared. Please wait.
Fastboot & Adb for Linux host
USB driver for Windows
More Information
For more information, please visit below site. We will update for your information.