Difference between revisions of "Template:BurnOSToEMMC"

From FriendlyELEC WiKi
Jump to: navigation, search
(Created page with "===Flash image to eMMC with eflasher(TODO)=== * Download eflasher image file <br /> 固件文件名的格式为:{{{2}}}-OSNAME-YYYYMMDD.img.zip <br /> 其中,OSNAME替换...")
 
(updated by API)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Flash image to eMMC with eflasher(TODO)===
+
===Flash image to eMMC with eflasher===
 
* Download eflasher image file <br />
 
* Download eflasher image file <br />
固件文件名的格式为:{{{2}}}-OSNAME-YYYYMMDD.img.zip <br />
+
An image file's name is as : {{{2}}}-OSNAME-YYYYMMDD.img.zip <br />
其中,OSNAME替换为你需要烧写的系统,例如 android、friendly-core等等; <br />
+
The "OSNAME" is the name of an OS e.g. android, friendlycore and etc; <br />
这个固件是的一个SD卡映象,包含了一个用SD卡启动的微型Ubuntu core系统,以及eMMC安装工具[[EFlasher]]<br />
+
This image file is used for making an installation SD card and it contains a Ubuntu core system and a utility [[EFlasher]];<br />
{{{2}}}-OSNAME-YYYYMMDD.img.zip 下载到电脑上,另外还需要下载Windows下的烧写工具: win32diskimager.rar;<br />
+
Download {{{2}}}-OSNAME-YYYYMMDD.img.zip to a host PC and get a windows utility win32diskimager.rar as well;<br />
* 用eflasher固件制作SD启动卡 <br />
+
* Make Installation SD Card with eflasher<br />
将固件用7z软件解压,得到.img结尾的文件,在Windows下插入SDHC卡(限8G及以上的卡),以管理员身份运行Win32DiskImager,选择 Image File载入固件,选择你的SD卡盘符,点 Write 即开始写Image到SD卡;<br />
+
Extract the package with a 7z utility and you will get a file with an extension ".img". Insert an SDHC card(minimum 8G or above) to a PC running Windows, run the Win32DiskImager utility as administrator, click on "Image File" to select your wanted file, select your SD card and click on "Write" to start flashing the Image to your SD card;<br />
如果你的电脑用的是Linux系统,你也可以用 dd 命令将解压后得到的 .img 文件直接写入SD卡完成启动卡的制作;<br />
+
If your PC runs Linux you can command "dd" to extract the package and get an ".img" file and write it to your SD card;<br />
* 图形界面: 烧写系统到eMMC
+
* Operate in GUI Window: Flash OS to eMMC
将制作好的SD卡插入{{{1}}},连接HDMI或LCD, 按住网口旁边标住有boot的按键,拨动电源开关,启动开发板后会看到系统选择,选择你需要烧写到eMMC的系统即可。<br />
+
Insert your SD card to {{{1}}}, connect an HDMI monitor or LCD to your board, press and hold the "boot" key beside the Ethernet port, power on the board you will see a pop-up window asking you to select an OS for installation. Select your wanted OS and start installation.<br />
* 命令行界面: 烧写系统到eMMC
+
* Operate in Commandline Utility: Flash OS to eMMC
将制作好的SD卡插入{{{1}}},登录串口终端,或者ssh终端,输入如下命令启动[[EFlasher]]
+
Insert an installation SD card to {{{1}}}, log into or SSH to your board and run the following command to start [[EFlasher]]:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
sudo eflasher
 
sudo eflasher
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 06:32, 25 December 2018

Flash image to eMMC with eflasher

  • Download eflasher image file

An image file's name is as : {{{2}}}-OSNAME-YYYYMMDD.img.zip
The "OSNAME" is the name of an OS e.g. android, friendlycore and etc;
This image file is used for making an installation SD card and it contains a Ubuntu core system and a utility EFlasher;
Download {{{2}}}-OSNAME-YYYYMMDD.img.zip to a host PC and get a windows utility win32diskimager.rar as well;

  • Make Installation SD Card with eflasher

Extract the package with a 7z utility and you will get a file with an extension ".img". Insert an SDHC card(minimum 8G or above) to a PC running Windows, run the Win32DiskImager utility as administrator, click on "Image File" to select your wanted file, select your SD card and click on "Write" to start flashing the Image to your SD card;
If your PC runs Linux you can command "dd" to extract the package and get an ".img" file and write it to your SD card;

  • Operate in GUI Window: Flash OS to eMMC

Insert your SD card to {{{1}}}, connect an HDMI monitor or LCD to your board, press and hold the "boot" key beside the Ethernet port, power on the board you will see a pop-up window asking you to select an OS for installation. Select your wanted OS and start installation.

  • Operate in Commandline Utility: Flash OS to eMMC

Insert an installation SD card to {{{1}}}, log into or SSH to your board and run the following command to start EFlasher:

sudo eflasher