Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Zero/install/eMMC aml tool"

< Zero‎ | install
(Created page with "{{Zero_header}} {{Languages|rockpi4/install/microSD}} Zero > Install > Install on eMMC card(use aml tool) ==...")
 
(Warning)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Zero_header}}
 
{{Zero_header}}
  
{{Languages|rockpi4/install/microSD}}
+
{{Languages|zero/install/eMMC_aml_tool}}
  
[[Zero | Zero]] > [[zero/install | Install]] > [[zero/install/eMMC_aml_tool | Install on eMMC card(use aml tool)]]
+
    [[Zero | Radxa Zero]] > [[zero/install | Install]] > [[zero/install/eMMC_aml_tool | Install Android to eMMC using <code>aml-flash-tool</code>''']]
 +
 
 +
__NOTOC__
 +
 
 +
=<font color="#AAAA00">Warning</font>=
 +
 
 +
The use of <code>aml-flash-tool</code> is '''deprecated'''. We no longer provide aml-compatiable Android image. Existing user should switch to [[Zero/install/eMMC | raw image format]] to install Android on their Radxa Zero. Follow this guide only if the 3rd party image is specifically calling for this method.
 +
 
 +
__TOC__
  
 
====Possible Issues====
 
====Possible Issues====
Line 32: Line 40:
 
====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 plug in usb cable in the USB-PWR port.
+
* 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:
+
 
  aml-flash-tool.sh path_to_amlupdate_img/img_file
+
=====execute command to flash=====
 +
  $ aml-flash-tool.sh path_to_amlupdate_img/img_file

Latest revision as of 02:22, 6 December 2021

    Radxa Zero >  Install >  Install Android to eMMC using aml-flash-tool


Warning

The use of aml-flash-tool is deprecated. We no longer provide aml-compatiable Android image. Existing user should switch to raw image format to install Android on their Radxa Zero. Follow this guide only if the 3rd party image is specifically calling for this method.

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