Difference between revisions of "Template:BurnLinuxToEMMC-Allwinner"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(Flash to eMMC)
Line 20: Line 20:
 
{{#switch: {{{1}}}
 
{{#switch: {{{1}}}
 
  | NanoPi-R1 =
 
  | NanoPi-R1 =
root 用户的密码是 fa ,这里以nanopi-r1_eflasher_openwrt_4.14_armhf_YYYYMMDD.img.zip为例,执行"eflasher"命令后会出现如下信息:<br>
+
The password for "root" is "fa". We take "nanopi-r1_eflasher_openwrt_4.14_armhf_YYYYMMDD.img.zip" as an example. After you run the "eflasher" command you will see the following messages:<br>
 
[[File:r1-eflasher-openwrt.jpg|frameless|600px|r1-eflasher-openwrt]]<br>
 
[[File:r1-eflasher-openwrt.jpg|frameless|600px|r1-eflasher-openwrt]]<br>
输入“1”,选择烧写OpenWrt到eMMC上后,会提示如下信息:<br>
+
Type "1", select writing OpenWrt to eMMC you will see the following messages:<br>
 
[[File:eflasher-openwrt-2.jpg|frameless|600px|eflasher-openwrt-2]]<br>
 
[[File:eflasher-openwrt-2.jpg|frameless|600px|eflasher-openwrt-2]]<br>
输入“yes”,确定进行烧写:<br>
+
Type "yes" to start installation:<br>
 
[[File:eflasher-openwrt-3.jpg|frameless|600px|eflasher-openwrt-3]]<br>
 
[[File:eflasher-openwrt-3.jpg|frameless|600px|eflasher-openwrt-3]]<br>
 
  | #default =
 
  | #default =
root 用户的密码是 fa ,然后输入数字并回车选择想要安装到 eMMC 的系统,然后输入 yes 并回车确定开始烧写:<br>
+
The password for "root" is "fa". Type the number corresponding to a system and then type "yes" to start installation:<br>
 
[[File:eflasher-console.jpg|frameless|600px|eflasher-console]]<br>
 
[[File:eflasher-console.jpg|frameless|600px|eflasher-console]]<br>
 
}}
 
}}
等待烧写完毕后,断电并从BOOT卡槽中取出TF卡,此时再上电就会从 eMMC 启动系统了。
+
After it is done power off the system, take off the TF card, power on again your system will be booted from eMMC.
* 如果想烧写其他系统映像到 eMMC ,请下载光盘里images-for-eflasher目录,将目录内的压缩包解压到 SD 卡的 FRIENDLYARM 分区。<br>
+
* If you want to flash other system to eMMC you can download the whole images-for-eflasher directory and extract the package under that directory to the FRIENDLYARM partition of an installation SD card.<br>
 
{{#switch: {{{1}}}
 
{{#switch: {{{1}}}
 
  | NanoPi-R1 =
 
  | NanoPi-R1 =

Revision as of 06:41, 15 April 2019

1 Flash to eMMC
1.1 Flash OS with eflasher Utility
  • For more details about eflasher refer to the wiki link: EFlasher
  • Extract the eflasher Image and win32diskimager.rar files. Insert a TF card(at least 4G) into a Windows PC and run the win32diskimager utility as administrator. On the utility's main window select your TF card's drive, the wanted image file and click on "write" to start flashing the TF card.
  • Insert this card into your board's BOOT slot and power on (with a 5V/2A power source). If the green LED is on and the blue LED is blinking this indicates your board has successfully booted.
  • If your board doesn't support HDMI or no monitor is connected you can select an OS by running the following command:
$ su root
$ eflasher

The password for "root" is "fa". Type the number corresponding to a system and then type "yes" to start installation:
eflasher-console
After it is done power off the system, take off the TF card, power on again your system will be booted from eMMC.

  • If you want to flash other system to eMMC you can download the whole images-for-eflasher directory and extract the package under that directory to the FRIENDLYARM partition of an installation SD card.