Skip to content
jefby edited this page Oct 9, 2014 · 4 revisions

Welcome to the arndale_octa_devel wiki!

I am very interested in the Samsung’s SoC , and the arndale use its newest soc Exynos 5420,so i want to research it.This records my process.

0. insert the LCD to arndale octa board like below:

1. download the vmware,and install the ubuntu 12.04 x64.

2. install the necessary packages.
$ sudo apt-get install git-core gnupg flex bison gperf build-essential \
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
libgl1-mesa-dev g++-multilib mingw32 openjdk-6-jdk tofrodos \
python-markdown libxml2-utils xsltproc zlib1g-dev:i386
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so

3.install jdk

4.install repo,from this website download
https://code.google.com/p/git-repo/downloads/detail?name=repo-1.12

5. mkdir WORKDIR;cd WORKDIR

6. repo init -u git://git.insignal.co.kr/insignal/arndale_octa-jb_mr1.1/android/manifest -b jb-mr1.1

7. repo sync -f -j10

Clone this wiki locally