Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:install-os:install-os-into-emmc-via-usb-tool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:edge2:install-os:install-os-into-emmc-via-usb-tool [2022/09/28 00:19]
hyphop [Install the OS]
products:sbc:edge2:install-os:install-os-into-emmc-via-usb-tool [2024/01/12 22:03] (current)
nick
Line 12: Line 12:
 ==== Preparation ==== ==== Preparation ====
  
-Dowload the [[http://dl.khadas.com/products/edge2/tool/rk_dev_tool.zip|rk_dev_tool]] and extract it to somewhere.+Dowload [[dl>products/edge2/tool/rk-dev-tool.zip|rk-dev-tool]] and [[dl>products/edge2/tool/driver-assitant_v5.12.zip|driver-assitant]] then extract them to somewhere.
  
 ==== Install USB Drivers ==== ==== Install USB Drivers ====
- +  - Enter ''driver-assitant'' folder, then run ''DriverInstall.exe''.
-  - Enter ''DriverAssitant'' folder, then run ''DriverInstall.exe''.+
   - Double click ''Unistall'' to uninstall.   - Double click ''Unistall'' to uninstall.
   - Double click ''Install'' to install.   - Double click ''Install'' to install.
  
-{{products:sbc:edge2:install-os:driver-install.png}}+{{products:sbc:edge2:install-os:driver-install.webp}}
  
 ==== Install the OS ==== ==== Install the OS ====
Line 30: Line 29:
   - Now all you need to do is to click the ''Upgrade'' button of the tool and wait for upgrading to complete.   - Now all you need to do is to click the ''Upgrade'' button of the tool and wait for upgrading to complete.
  
-{{products:sbc:edge2:install-os:flash-image.png}}+{{products:sbc:edge2:install-os:flash-image.webp}}
  
 ===== Install on Ubuntu PC ===== ===== Install on Ubuntu PC =====
  
-<WRAP important > +{{page>products/sbc/common/install-os/install-os-into-emmc-on-ubuntu&noheader}}
-Tools were only verified to function properly on Ubuntu. No guarantees were made for other Linux distributions! +
-</WRAP> +
- +
- +
-==== Preparation ==== +
- +
-Install the dependencies. +
- +
-```shell +
-$ sudo apt update +
-$ sudo apt install libusb-dev git parted +
-``` +
- +
-==== Download the Tool ==== +
- +
-[[kg>utils|Flash tools for Ubuntu/Linux]]. +
- +
-```shell +
-$ git clone https://github.com/khadas/utils +
-``` +
- +
-Or just pull it (if you have already cloned this repository). +
- +
-```shell +
-$ cd /path/to/utils +
-$ git pull +
-``` +
- +
-==== Install the Flash Tool ==== +
- +
-You need to install USB rules and create some links. +
- +
-```shell +
-$ cd /path/to/utils +
-$ sudo ./INSTALL +
-``` +
- +
-You will see this print-out if it was successful. +
- +
-```txt +
-Installing Amlogic flash-tool... +
- +
-=============================================== +
- +
-Host PC: Ubuntu 16.04 +
- +
-=============================================== +
- +
-Installing USB rules... +
-[sudo] password for User: +
-Installing flash-tool... +
-Done! +
- +
-Installing Rockchip flash-tool... +
- +
-=============================================== +
- +
-Host PC: Ubuntu 16.04 +
- +
-=============================================== +
- +
-Installing USB rules... +
-Installing flash-tool... +
-Done! +
-Installing Khadas burn-tool... +
-Done! +
-``` +
- +
-<wrap important > +
-Root privilege is required. +
-</wrap> +
- +
-==== Check the USB Driver ==== +
- +
- +
-You must now put your board into [[boot-into-upgrade-mode| Upgrade Mode]]. +
- +
-Check to see if Ubuntu has detected your board as an attached USB device. +
- +
- +
-```shell +
-$ lsusb | grep Rockchip +
-Bus 003 Device 117: ID 2207:350b Fuzhou Rockchip Electronics Company  +
-``` +
- +
- +
-The message above means that your board is connected and recogized by Ubuntu. +
- +
-==== Install the OS ==== +
- +
- +
-```shell +
-$ burn-tool -v rk -i /path/to/image +
-``` +
- +
-In successful case we will see these terminal logs: +
- +
-```txt +
-Try to burn Rockchip image... +
-Burn to eMMC... +
-Rockchip Android image (or linux image compatible with AndroidTool one image burning) found! +
-Try to burn Rockchip image... +
-Using /storage/code/git/utils/rk-flash-tool/tools/Linux_Upgrade_Tool/config.ini +
-Program Log will save in the /home/nick/upgrade_tool/log/ +
-Loading firmware... +
-Support Type:RK3588 FW Ver:1.0.00 FW Time:2022-04-08 10:31:34 +
-Loader ver:1.01 Loader Time:2022-04-08 10:23:02 +
-Upgrade firmware ok. +
-Time elapsed: 1 minute(s). +
-Done! +
- +
-``` +
- +
-For more information please refer to [[kg>utils/tree/master/rk-flash-tool|rk-flash-tool docs]]. +
- +
-==== Uninstall the Flash Tool ====+
  
-```shell 
-$ cd /path/to/utils 
-$ sudo ./UNINSTALL 
-``` 
Last modified: 2022/09/28 00:19 by hyphop