![FriendlyARM Mini210S Скачать руководство пользователя страница 151](http://html1.mh-extra.com/html/friendlyarm/mini210s/mini210s_user-manual_2333466151.webp)
Address: Room 1705,Block A1, Longyuan Plaza, Longkouxi Road, Guangzhou, China, 510640 Website:
http://www.arm9.net
Sales: +86-20-85201025 Tech Support: +86-13719442657 Fax: +86-20-85261505
Email for Business and Cooperation:
Email for Tech Support: [email protected]
第
- 151 -
页
5.3.4 Uncompress Source Code and Install Application Utilities
Firstly, create a working directory: /opt/FriendlyARM/mini210/android by running
the following command
#mkdir –p /opt/FriendlyARM/mini210/android
All the source code in the following steps will be uncompressed in this working
directory
(1)
Get a Copy of
Android Souce Code Package
Create a temporary directory “
/tmp/android
” in Fedora9
#mkdir /tmp/android
Copy all the files under “Android” from the shipped CD to “
/tmp/Android
”
(2)
Uncompress Android Kernel
Execute the commands below in “/opt/FriendlyARM/mini210/android”
#cd /opt/FriendlyARM/mini210/android
#tar xvzf /tmp/android/
linux-2.6.35.7-android-2011-09-30.tgz
This will create a “linux-2.6.35-android” directory which contains a complete copy of
source code
Note: 2011-09-30 is the date when we released it
(3)
Uncompress Android System
Execute the commands below in “/opt/FriendlyARM/mini210/android”
#cd /opt/FriendlyARM/mini210/android
#tar xvzf /tmp/android/android-2.3.1-fs-20110925.tar.gz
This will create an “Android-2.3.1” directory
Note: 20110925 is the date when we released it. This source code contains a copy of
Android-2.3.1 source code and compiling scripts