Difference between revisions of "Zero/install/eMMC aml tool"
(→execute command to flash) |
(→Run Radxa-Zero into maskrom mode) |
||
Line 32: | Line 32: | ||
====Step2: Flash amlupdate_img==== | ====Step2: Flash amlupdate_img==== | ||
=====Run Radxa-Zero into maskrom mode===== | =====Run Radxa-Zero into maskrom mode===== | ||
− | * Press and hold the button on the back side of Radxa-Zero before you | + | * Press and hold the button on the back side of Radxa-Zero before you plugin usb cable in the USB-PWR port. |
* If Radxa-Zero running in maskrom mode correctly, you will see following info when you execute lsusb command. | * If Radxa-Zero running in maskrom mode correctly, you will see following info when you execute lsusb command. | ||
$ lsusb | $ lsusb | ||
Bus 001 Device 052: ID 1b8e:c003 Amlogic, Inc. USB DEVICE | Bus 001 Device 052: ID 1b8e:c003 Amlogic, Inc. USB DEVICE | ||
+ | |||
=====execute command to flash===== | =====execute command to flash===== | ||
$ aml-flash-tool.sh path_to_amlupdate_img/img_file | $ aml-flash-tool.sh path_to_amlupdate_img/img_file |
Revision as of 01:43, 12 July 2021
Zero > Install > Install on eMMC card(use aml tool)
Contents
Possible Issues
This aml-flash-tool.sh may not work very stably. If you seeing some log like:
[KO] Cleanup
please try to run again.
Step1: Requirements
Host request: Ubuntu LTS version 14.04 and later, including 14.04/16.04/18.04/20.04.
Download and install aml-flash tool:
# git clone flash tool git clone https://github.com/radxa/aml-flash-tool.git # install dependency cd aml-flash-tool ./INSTALL
Download image from amlupdate_img and extract.
Step2: Flash amlupdate_img
Run Radxa-Zero into maskrom mode
- Press and hold the button on the back side of Radxa-Zero before you plugin usb cable in the USB-PWR port.
- If Radxa-Zero running in maskrom mode correctly, you will see following info when you execute lsusb command.
$ lsusb Bus 001 Device 052: ID 1b8e:c003 Amlogic, Inc. USB DEVICE
execute command to flash
$ aml-flash-tool.sh path_to_amlupdate_img/img_file