Difference between revisions of "Template:BurnLinuxToEMMC-Allwinner"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
Line 24: Line 24:
 
  | NanoPi-K1-Plus =
 
  | NanoPi-K1-Plus =
 
======PC上烧写eMMC模块======
 
======PC上烧写eMMC模块======
* 将固件和烧写工具分别解压,在 Windows 下插入 eMMC(需使用 MicroSD 转 eMMC 模块适配器),以管理员身份运行 win32diskimager 工具, 在 win32diskimager 工具的界面上, 选择你的MicroSD转eMMC模块适配器盘符,选择你要烧写的系统固件,点击 Write 按钮烧写即可。
+
* eMMC 里的系统本质上和 SD 卡上的系统是一样的,所以 eMMC 的系统固件和 SD 卡的系统固件是同一个。将固件和烧写工具分别解压,在 Windows 下插入 eMMC(需使用 MicroSD 转 eMMC 模块适配器),以管理员身份运行 win32diskimager 工具, 在 win32diskimager 工具的界面上, 选择你的MicroSD转eMMC模块适配器盘符,选择你要烧写的系统固件,点击 Write 按钮烧写即可。
 
[[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 />
 
* 当烧写完成后,弹出 MicroSD 转 eMMC 模块适配器,将 eMMC 模块插入 eMMC 插槽,上电启动(注意,这里需要 5V/2A 的供电),你可以看到PWR灯常亮以及SATA灯闪烁,这时你已经成功启动系统。<br />
 
* 当同时接了 SD 卡和 eMMC 模块时,会优先选择 SD 启动,SD 启动失败后,再选择eMMC启动。
 
* 当同时接了 SD 卡和 eMMC 模块时,会优先选择 SD 启动,SD 启动失败后,再选择eMMC启动。
 
}}
 
}}

Revision as of 03:28, 26 April 2018

1 Boot from eMMC
1.1 使用eflasher脱机烧写
  • eflasher的详细说明请参考wiki: 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.

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