Difference between revisions of "Template:BurnOSToEMMC"
(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 | + | ===Flash image to eMMC with eflasher=== |
* Download eflasher image file <br /> | * Download eflasher image file <br /> | ||
− | + | An image file's name is as : {{{2}}}-OSNAME-YYYYMMDD.img.zip <br /> | |
− | + | The "OSNAME" is the name of an OS e.g. android, friendlycore and etc; <br /> | |
− | + | This image file is used for making an installation SD card and it contains a Ubuntu core system and a utility [[EFlasher]];<br /> | |
− | + | Download {{{2}}}-OSNAME-YYYYMMDD.img.zip to a host PC and get a windows utility win32diskimager.rar as well;<br /> | |
− | * | + | * Make Installation SD Card with eflasher<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 /> | |
− | + | 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 /> | |
− | * | + | * 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.<br /> | |
− | * | + | * 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]]: | |
<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