Difference between revisions of "Template:RK3399-BurnOS-To-EMMC"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
Line 4: | Line 4: | ||
NanoPC-T4 there are three ways to flash an image to eMMC: | NanoPC-T4 there are three ways to flash an image to eMMC: | ||
* Use [[EFlasher]] to make a bootable SD card and flash an image to eMMC with this card | * Use [[EFlasher]] to make a bootable SD card and flash an image to eMMC with this card | ||
− | * Use a Windows' utility "AndroidTool_Release_v2. | + | * Use a Windows' utility "AndroidTool_Release_v2.54" provided by Rockchip to flash an image to eMMC with a Type-C cable |
* Use a Linux utility Linux_Upgrade_Tool_1.27 provided by Rockchip to flash an image to eMMC with a Type-C cable | * Use a Linux utility Linux_Upgrade_Tool_1.27 provided by Rockchip to flash an image to eMMC with a Type-C cable | ||
If you are not familiar with the two utilities provided by Rockchip or you don't have a Type-C cable we suggest you try the first method. | If you are not familiar with the two utilities provided by Rockchip or you don't have a Type-C cable we suggest you try the first method. |
Revision as of 06:20, 8 September 2018
1 Flash Image to eMMC
1.1 Download Image and Utilities
Visit download link to download image files and utilities.
Image Files | |
rk3399-eflasher-android8-YYYYMMDD.img.zip | Android 8.1 image file |
rk3399-eflasher-android7-YYYYMMDD.img.zip | Android 7.1.2 image file |
rk3399-eflasher-friendlydesktop-bionic-4.4-arm64-YYYYMMDD.img.zip | 64-bit FriendlyDesktop image file based on Ubuntu desktop 18.04 64bit |
rk3399-eflasher-friendlycore-bionic-4.4-arm64-YYYYMMDD.img.zip | 64-bit FriendlyCore image file(Qt 5.10.0) based on Ubuntu core 18.04 64bit |
rk3399-eflasher-lubuntu-desktop-xenial-4.4-armhf-YYYYMMDD.img.zip | Lubuntu Desktop(with Qt 5.10.0) |
Flash Utility: | |
win32diskimager.rar | Windows utility. Under Linux users can use "dd" |
1.2 Flash Image to eMMC with eflasher and SD card
- 准备一张8G或以上容量的SDHC卡;
- 下载并解压 固件文件rk3399-eflasher-OSNAME-YYYYMMDD.img.zip 和 工具win32diskimager;
- 在Windows下以管理员身份运行 win32diskimager,在界面上选择你的SD卡盘符,选择解压后的EFlasher固件,点击 Write 按钮烧写到SD卡; 或者在 Linux下使用 dd 命令将 rk3399-eflasher-OSNAME-YYYYMMDD.img 写入 SD卡;
- 将SD卡从电脑端弹出,插入{{{1}}}的microSD卡槽;
- 连接{{{1}}}的电源,系统会从SD卡启动,并自动启动 EFlasher 烧写工具,你有多种途径可以操作 EFlasher:
方法1: 连接HDMI显示屏和USB鼠标,在图形界面上操作EFlasher;
方法2: 将开发板通过网线接入局域网,通过 ssh 登录开发板,然后输入命令 eflasher,根据命令行的提示进行操作;(注: ssh登录的用户是root,密码为fa,开发板IP可查看路由器后台获得)
方法3: 通过调试串口登录到串口终端,在终端上输入命令 eflasher 来操作;
方法4: 连接一个lcd2usb配件到{{{1}}}上,按配件上面的K1键可以选择要烧写的系统,然后按K2键确定烧写,烧写进度会在lcd2usb上显示;
- 烧写完成后,切断电源,然后从{{{1}}}端弹出SD卡,然后重新上电开机,{{{1}}}会从eMMC启动你刚刚烧写的系统;