Difference between revisions of "Template:BurnLinuxToEMMC-Allwinner"

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

Revision as of 06:12, 15 April 2019

1 Boot from 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

root 用户的密码是 fa ,然后输入数字并回车选择想要安装到 eMMC 的系统,然后输入 yes 并回车确定开始烧写:
eflasher-console
等待烧写完毕后,断电并从BOOT卡槽中取出TF卡,此时再上电就会从 eMMC 启动系统了。

  • 如果想烧写其他系统映像到 eMMC ,请下载光盘里images-for-eflasher目录,将目录内的压缩包解压到 SD 卡的 FRIENDLYARM 分区。