Difference between revisions of "Template:BurnLinuxToEMMC-Allwinner"

From FriendlyELEC WiKi
Jump to: navigation, search
(使用eflasher脱机烧写)
(Flash OS with eflasher Utility)
Line 23: Line 23:
 
{{#switch: {{{1}}}
 
{{#switch: {{{1}}}
 
  | NanoPi-K1-Plus =
 
  | NanoPi-K1-Plus =
======PC上烧写eMMC模块======
+
======Flash OS to eMMC on PC======
* eMMC 里的系统本质上和 SD 卡上的系统是一样的,所以 eMMC 的系统固件和 SD 卡的系统固件是同一个。将固件和烧写工具分别解压,在 Windows 下插入 eMMC(需使用 MicroSD eMMC 模块适配器),以管理员身份运行 win32diskimager 工具, 在 win32diskimager 工具的界面上, 选择你的MicroSD转eMMC模块适配器盘符,选择你要烧写的系统固件,点击 Write 按钮烧写即可。
+
* An OS image for eMMC is the same as the one for an SD card. Extract an image package and flash utility. Insert an eMMC module(in a MicroSD to eMMC adapter) to a Windows PC. Run the win32diskimager utility as administrator. On the win32diskimager's main window select your MicroSD to eMMC adapter's drive, a wanted OS image and click "Write" to start flashing.
 
[[File:EMMC_module_1.jpg|400px]][[File:EMMC_module_4.jpg|400px]]
 
[[File:EMMC_module_1.jpg|400px]][[File:EMMC_module_4.jpg|400px]]
* 当烧写完成后,弹出 MicroSD eMMC 模块适配器,将 eMMC 模块插入 eMMC 插槽,上电启动(注意,这里需要 5V/2A 的供电),你可以看到PWR灯常亮以及SATA灯闪烁,这时你已经成功启动系统。<br />
+
* After flash is done take out the MicroSD to eMMC adapter. Take the eMMC module off the adapter, insert this module to the board's eMMC slot and power up the board. If the PWR LED is solid on and the SATA LED is flashing it means your board has been successfully booted.<br />
* 当同时接了 SD 卡和 eMMC 模块时,会优先选择 SD 启动,SD 启动失败后,再选择eMMC启动。
+
* When both an SD card and an eMMC module are connected to a board the board will be booted from the SD card first and if that fails it will be booted from eMMC.
 
}}
 
}}

Revision as of 05:24, 28 April 2018

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

The password for "root" is "fa".Type a number and enter to select an OS, then type "yes" and enter to start installation:
eflasher-console
After installation is done shutdown the system, take out the TF card, power on your board again and it will boot from eMMC.

  • 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.