'android'에 해당되는 글 11건

Porting Android to x86

Android 2011. 11. 23. 13:39
Android-x86 2.2-r2 is released (Froyo).

[1] Getting source code


Getting Android-x86 source code
$ mkdir android-x86
$ cd android-x86
$ repo init -u git://git.android-x86.org/manifest.git -b $branch
$ repo sync -j$n

$ repo init -u git://git.android-x86.org/manifest.git -b android-x86-2.2-r2
$ repo sync –j4

[2] Building the image


Choose a target
froyo-x86 / gingerbread-x86 
 
       generic_x86: for generic x86 PC/notebook
eeepc: for ASUS EeePC family only
asus_laptop: for some ASUS laptops
viewpad10: for ViewSonic ViewPad 10 (may work with other Atom N45x based tablets)
sparta: for Dell Inspiron Mini Duo platform
vm: for virtual machine (virtual box, qemu, vmware)
motion_m1400: for Motion M1400 (Intel Centrino M based with Intel PRO/Wireless)

Build
$ . build/envsetup.sh
$ lunch eeepc-eng
$ m -jX usb_img

Make
$ cd ~/Android-x86/bin
$ make -j4 usb_img
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.2.2
TARGET_PRODUCT=eeepc
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=x86
TARGET_ARCH_VARIANT=
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=FRG83G
============================================

[3] Installation


Android Installation 선택


* ETC

Ubuntu live booting 후에 Window file system에 접근 후 USB booting image 생성
fdisk –l 명령어로 USB 파일 시스템 파악
dd if=xxx/eeepc_usb.img of=/dev/sdb
USB 파일 시스템으로 booting image 생성


'Android' 카테고리의 다른 글

인사이드 안드로이드 Chapter3 (1)  (0) 2011.12.08
인사이드 안드로이드 Chapter3  (0) 2011.12.08
인사이드 안드로이드 Chapter1-2  (0) 2011.12.08
Linaro  (0) 2011.11.28
인사이드 안드로이드  (0) 2011.11.23
블로그 이미지

민둥

,