Appendix c: how to flash the image to emmc, Appendix d – adb configuration (for android only) – IBASE IB102 User Manual

Page 66

Advertising
background image

66

IB102

7. Appendix C: how to flash the image to eMMC

(For advanced users only) This is just an example ( form SMARC eval kit) if users have
the ability to customize the system in the SD card. Users can flash the current SD image
system (standard or customized by user) to eMMC by using the following method.

Use “fdisk -l” command to check current storage devices, current boot device is
represented as /dev/mmcblk1, SMARC module’s eMMC device is /dev/mmcblk0

#sudo fdisk –l


Flash Module eMMC:

# cd flash_emmc/rp100_emmc
# ./fsl-sdcard-partition.sh –f /dev/mmcblk0


Remember to remove the special dongle, then, you can boot from eMMC (the IB102

default status) with the above concept.

8. Appendix D – ADB configuration (For Android only)

Update the ADB configuration to scan for the new vendor ID. Below are the steps to update the
ADB configuration for Windows PC. These steps (and the steps for Linux PC as well) can also
be found in the R10,3.x user guide.

1. Run the SDK's tools to generate an ADB configure file:

C:\Program Files\Android\android-sdk\tools> android.bat update adb

2. Modify the adb usb configure file to add the new vendor id 0x18d1.

File: X:\Profile\<your account>\.android\adb_usb.ini

# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.

# USE 'android update adb' TO GENERATE.

# 1 USB VENDOR ID PER LINE.

0x15a2

0x18d1

Advertising