$ mkdir android-x86
$ cd android-x86
$ repo init -u git://git.android-x86.org/platform/manifest.git
$ repo sync
2. Build Image
$ make -jX usb_img TARGET_PRODUCT=eeepc
X:CPU 核心數參數,如果是單核,用 1 取代 X,如果是雙核,則用 2,以此類推。
Build 完後,產出會放在 android-x86/out/target/product/eeepc/ 下
建議:如果是重 build 的話,將上次產生出來的 eeepc_usb.img 刪掉
3. 準備一顆隨身碟放 Android Image
$ sudo dd if=out/target/product/eeepc/eeepc_usb.image of=/dev/sdX
/dev/sdX:是USB Device 的名字,如果不知道,可以用 mount 指令來查詢
沒有留言:
張貼留言