Difference between revisions of "IoTGateway/BSP/Android/BinaryImage"
From ESS-WIKI
Yuming.lin (talk | contribs) |
Yuming.lin (talk | contribs) |
||
Line 46: | Line 46: | ||
:<span style="font-size: small;">The </span><font face="courier new">mksd-android.sh </font><span style="font-size: small;">script reference: [https://github.com/ADVANTECH-Corp/android_mk_sd_emmc_script <span style="color: rgb(0, 0, 255);">https://github.com/ADVANTECH-Corp/android_mk_sd_emmc_script</span>]</span> | :<span style="font-size: small;">The </span><font face="courier new">mksd-android.sh </font><span style="font-size: small;">script reference: [https://github.com/ADVANTECH-Corp/android_mk_sd_emmc_script <span style="color: rgb(0, 0, 255);">https://github.com/ADVANTECH-Corp/android_mk_sd_emmc_script</span>]</span> | ||
− | = [http://ess-wiki.advantech.com.tw/view/IoTGateway/BSP/Android/BSPsandImagesn#Release_Note <font size="3" color="#00aff0">Release Note</font>] = | + | = [http://ess-wiki.advantech.com.tw/view/IoTGateway/BSP/Android/BSPsandImagesn#Release_Note <font size="3" color="#00aff0">Release Note</font>] = |
− | + | This release includes all porting and enhancements based on the Android open source code. |
Revision as of 10:58, 6 February 2017
Contents
Android Image Downloads
Download Android Image (list below):
FTP:
user name:
password:
Flashing
Conventions
${BOARD} : target board name (list below)
- rsb_4410 / rom_3420 / rom_5420 / rom_7420 / ubc_ds31 / ubc_200 / rsb_6410
${BSPHOME} : the directory that BSP tarball extacted to
${SD_DEVICE} : device name of SD card in Ubuntu (e.g. /dev/sdf)
${MMC_DEVICE} : device name of on-board eMMC in Android (e.g. /dev/block/mmcblk0)
debug console / serial console
- serial terminal program (e.g. minicom, putty, teraterm ...) that serial port is configured to 115200 8N1
terminal console
- terminal program (e.g. gnome-terminal, xfce4-terminal ...)
To create a bootable SD card
- Perform the following command in terminal console
$ cd ${BSPHOME}/scripts
$ ./mksd-android.sh ${SD_DEVICE}
To transfer whole system to onboard eMMC
- Boot up from SD card
- Perform the following commands in debug console
# cd /data/mkimage/scripts
# sh ./mksd-android.sh ${MMC_DEVICE}
- Remove SD card, then target board can boot up from onboard eMMC.
- The mksd-android.sh script reference: https://github.com/ADVANTECH-Corp/android_mk_sd_emmc_script
Release Note
This release includes all porting and enhancements based on the Android open source code.