platform-tools
directory. /etc/udev/rules.d/70-android.rules
file. (if not exist, search the same function file or create it) SUBSYSTEM=="usb", ATTRS{idVendor}=="03EB", ATTRS{idProduct}=="6158", MODE="0666"
... DRAM: 512 MiB BP3/USER1 button pressed... NAND: 256 MiB ... Hit any key to stop autoboot: 0 Fastboot entered...
$ fastboot.exe -i 0x03eb devices 001234 fastboot
$ sudo fastboot -i 0x03eb devices 001234 fastboot
dtb
) file, Linux kernel image (kernel
) file, Android system image (system
) file, and Android user data image (userdata
) file.
The following give an example about how to flash Android system image file on Linux OS. Jelly Bean
. For Kit Kat
, no need this step any more.
$ sudo fastboot -i 0x03eb oem format ... OKAY [ 0.005s] finished. total time: 0.005sFlash system to NAND flash.
$ sudo fastboot -i 0x03eb flash system system_ubifs-SAMA5D3-ANDROID-4.2.2_r1.1.img sending 'system' (113920 KB)... OKAY [ 41.905s] writing 'system'... OKAY [ 53.838s] finished. total time: 95.744s $ sudo fastboot -i 0x03eb reboot rebooting... finished. total time: 0.000s
Copyright by the contributing authors. All material on the platform is the property of the contributing authors.
Android is a trademark of Google Inc. Use of this trademark is subject to Google Permissions
Atmel and others, are registered trademarks or trademarks of Atmel or its subsidiaries.
ARM and others are registered trademarks or trademarks or ARM Ltd. Other terms and product names may be trademarks of others.
Under the terms of the Creative Commons Attribution License