Template:BurnLinuxToEMMC-RK3568

From FriendlyELEC WiKi
Revision as of 11:41, 16 May 2022 by Tzs (Talk | contribs) (updated by API)

Jump to: navigation, search

1 Flash Image to eMMC

{{{1}}} need to boot from SD card, use EFlasher tool to burn system to eMMC.
Visit download link to download image files and utilities.

Image Files
rk3568-eflasher-friendlycore-lite-focal-5.10-arm64-YYYYMMDD.img.zip 64-bit FriendlyCore Lite image file based on Ubuntu core 20.04 64bit, kernel version 5.10.y
rk3568-eflasher-friendlywrt-YYYYMMDD.img.zip FriendlyWrt image file, based on OpenWrt 22.03, kernel version 5.10.y
Flash Utility:
win32diskimager.rar Windows utility. Under Linux users can use "dd"

Flash Image to eMMC with eflasher and SD card:

  • Get an 8G SDHC card and backup its data if necessary;
  • Download and extract the rk3568-eflasher-OSNAME-YYYYMMDD.img.zip and win32diskimager;
  • Run the win32diskimager utility under Windows as administrator. On the utility's main window select your SD card's drive, the wanted image file EFlasher and click on "write" to start flashing the SD card. Under Linux run "dd" to flash the rk3568-eflasher-OSNAME-YYYYMMDD.img file to your SD card;
  • Take out the SD and insert it to {{{1}}}'s microSD card slot;
  • Power on {{{1}}} and it will be booted from your SD card and the EFlasher utility will be automatically launched, check the installation progress through the on-board LED lights:
Status SYS LED (Red) LAN LED(Green) WAN LED(Green)
Power on Long bright Off Off
OS startup Slow blinking Off Off
Installing OS to eMMC Fast blinking Off Off
Installation is complete Slow blinking Long bright Long bright
  • After installation is done turn off the board and take out the SD card from {{{1}}}, power on the board and it will be booted from eMMC;

2 Burn Raw file (or third-party image) to eMMC

1) Download any firmware with the file name eflasher from the netdisk, decompress it and burn it into the TF card;
2) Reinsert the TF card once, a disk named FriendlyARM will appear on the PC (Linux: FriendlyARM directory), copy the image file ending with .img or .gz into it;
3) Edit the eflasher.conf configuration file on the TF card, change the value after autoStart= to specify the name of your image file, for example:

autoStart=openwrt-rockchip-armv8_nanopi-ext4-sysupgrade.img.gz

4) Safely eject the TF card, place the TF card on the {{{1}}} and power it up, it will automatically burn your image file to emmc, the on-board LEDs will tell you the progress of the installation, refer to the previous section;