Difference between revisions of "Template:BurnAndroidToEMMC-Allwinner"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=====Boot from eMMC=====
+
=====Flash to eMMC=====
* Extract an Android image and the USB flashing utility "LiveSuitV306_For_Linux64.zip" under Ubuntu(必须是硬件安装, 不能使用虚拟机安装的Ubuntu系统) and install LiveSuit by running the following command:
+
======Install Android to eMMC from TF Card======
 +
* Extract an Android image file and the flashing utility PhoenixCard_V310.rar, insert a TF card(at least 8G) to a windows PC and run PhoenixCard as administrator. On the PhoenixCard Window select your TF card's device and your wanted Android image file, set the mode to "卡量产(factory production)" and click on "烧录(Flash)" to start flashing the Android image to TF card.
 +
[[File:PhoenixCard_burn.png|frameless|600px|]] <br>
 +
(In the screenshot an Android image file for the NanoPi M1 Plus was selected. You need to select a correct image file for your board.)
 +
* After flashing is done, the TF card has the ability to burn the Android system to eMMC. Take out the TF card and insert it to your board's TF card slot. Connect your board to an HDMI monitor, power on your board(note:you need a 5V/2A power adapter) and you will see a green process bar on the HDMI monitor. After flashing is done take out the TF card and reboot your board and it will be rebooted from eMMC.
 +
 
 +
<!--
 +
只适配了H3,H5经测试功能也是正常的,但是文档并没有适配,为了减少维护工作决定裁剪掉该章节。
 +
======Install Android to eMMC with USB======
 +
* Extract an Android image and the USB flashing utility "LiveSuitV306_For_Linux64.zip" under 64bit Ubuntu(you need to install it on your PC's hard drive instead of using a virtual machine) and install LiveSuit by running the following command:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
$ cd LiveSuit_For_Linux64
 
$ cd LiveSuit_For_Linux64
Line 16: Line 25:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
Click on the "Image" button to select an Android image:<br>
 
Click on the "Image" button to select an Android image:<br>
[[File:sunxi-livesuit-select.png|frameless|500px|]]
+
[[File:sunxi-livesuit-select.png|frameless|600px|]]
  
* 烧写默认进入fex模式的Uboot到TF卡:<br>
+
* Flash U-boot with Fex Mode to TF Card:<br>
fex模式是全志定制过的一种USB下载模式。可以直接下载使用默认进入fex模式的U-boot [http://wiki.friendlyarm.com/wiki/index.php/File:U-boot-efex.zip 点击下载U-boot-efex], 下载后解压, 执行下列命令烧写U-boot到TF卡:
+
The fex mode is an Allwinner-customized USB download mode. You can download a U-boot image file with fex mode
 +
[http://wiki.friendlyelec.com/wiki/index.php/File:U-boot-efex.zip download link U-boot-efex], after you download it extract the package and run the following commands to flash U-boot to a TF card:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
$ cd U-boot-efex
 
$ cd U-boot-efex
Line 26: Line 36:
 
$ sync
 
$ sync
 
</syntaxhighlight>
 
</syntaxhighlight>
/dev/sdX请替换为实际的TF卡设备文件名。<br>
+
You need to replace "/dev/sdX" with the real device name that your TF card is recognized as in your system. If you boot your board with a customized U-boot you can enter the fex mode by running "efex" in a commandline utility after U-boot loads.
另外, 你也可以在自己编译出来的U-boot的命令行终端中手动执行efex命令可以进入fex模式。
+
* After your TF card is flashed with U-boot take out the TF card and insert it into your board's BOOT card slot, connect your board to a PC with a MicroUSB cable. And your board will be automatically powered up and running U-boot. A LiveSuit popup window will show up on your host PC asking whether or not to start installation:<br>
* 制作完成TF卡后,拔出TF卡插入板子的BOOT卡槽,使用MicroUSB线连接板子和PC机,此时板子会上电启动并运行U-boot, A LiveSuit popup window will show up on your host PC asking whether or not to start installation:<br>
+
[[File:sunxi-livesuit-detect.png|frameless|600px|]]<br>
[[File:sunxi-livesuit-detect.png|frameless|500px|]]<br>
+
Note: you must have started LiveSuit on your PC before you enter U-boot's fex mode.<br>
Note: you must run LiveSuit on your host PC before you command "efex".<br>
+
 
Click on "Yes" to start flashing an Android image to eMMC. After this is done power off the board and take out the TF card. If you boot your board again it will boot from eMMC.<br>
 
Click on "Yes" to start flashing an Android image to eMMC. After this is done power off the board and take out the TF card. If you boot your board again it will boot from eMMC.<br>
如果你使用的是默认会进行fex模式的U-boot, 那么烧写完成后会进入fex模式并再次弹出烧写提示, 此时你只要忽略它的提示并断电选择eMMC启动即可。
+
If your Uboot by default enters the fex mode after you flash your U-boot you will be directed to U-boot's fex mode and be asked to start flashing again. In this case you just need to ignore this prompt, power off your board and reboot by booting from eMMC.
 +
-->

Latest revision as of 07:19, 21 February 2022

1 Flash to eMMC
1.1 Install Android to eMMC from TF Card
  • Extract an Android image file and the flashing utility PhoenixCard_V310.rar, insert a TF card(at least 8G) to a windows PC and run PhoenixCard as administrator. On the PhoenixCard Window select your TF card's device and your wanted Android image file, set the mode to "卡量产(factory production)" and click on "烧录(Flash)" to start flashing the Android image to TF card.

PhoenixCard burn.png
(In the screenshot an Android image file for the NanoPi M1 Plus was selected. You need to select a correct image file for your board.)

  • After flashing is done, the TF card has the ability to burn the Android system to eMMC. Take out the TF card and insert it to your board's TF card slot. Connect your board to an HDMI monitor, power on your board(note:you need a 5V/2A power adapter) and you will see a green process bar on the HDMI monitor. After flashing is done take out the TF card and reboot your board and it will be rebooted from eMMC.