This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge2:install-os:install-os-into-emmc-via-usb-tool [2022/09/27 23:48] nick |
products:sbc:edge2:install-os:install-os-into-emmc-via-usb-tool [2025/05/14 22:06] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Edge2 Install OS into eMMC via USB Tool ====== | + | {{indexmenu_n> |
| + | |||
| + | |||
| + | ====== Edge2 Install OS into eMMC via USB Flash Tool ====== | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| Line 9: | Line 12: | ||
| ==== Preparation ==== | ==== Preparation ==== | ||
| - | Dowload | + | Dowload [[dl> |
| ==== Install USB Drivers ==== | ==== Install USB Drivers ==== | ||
| - | + | | |
| - | | + | |
| - Double click '' | - Double click '' | ||
| - Double click '' | - Double click '' | ||
| - | {{products: | + | {{products: |
| - | ==== Flash Image ==== | + | ==== Install the OS ==== |
| - Run '' | - Run '' | ||
| Line 27: | Line 29: | ||
| - Now all you need to do is to click the '' | - Now all you need to do is to click the '' | ||
| - | {{products: | + | {{products: |
| ===== Install on Ubuntu PC ===== | ===== Install on Ubuntu PC ===== | ||
| - | <WRAP important | + | {{page>products/sbc/common/install-os/install-os-into-emmc-on-ubuntu& |
| - | 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> | + | |
| - | + | ||
| - | ```shell | + | |
| - | $ git clone https:// | + | |
| - | ``` | + | |
| - | + | ||
| - | Or just pull it (if you have already cloned this repository). | + | |
| - | + | ||
| - | ```shell | + | |
| - | $ cd / | + | |
| - | $ git pull | + | |
| - | ``` | + | |
| - | + | ||
| - | ==== Install the Flash Tool ==== | + | |
| - | + | ||
| - | You need to install | + | |
| - | + | ||
| - | ```shell | + | |
| - | $ cd / | + | |
| - | $ 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 [[boot-into-upgrade-mode| put your board into 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 / | + | |
| - | ``` | + | |
| - | + | ||
| - | You will see these teminal logs if successful. | + | |
| - | + | ||
| - | ```txt | + | |
| - | ``` | + | |
| - | + | ||
| - | For more information please refer to [[kg> | + | |
| - | + | ||
| - | ==== Uninstall the Flash Tool ==== | + | |
| - | ```shell | ||
| - | $ cd / | ||
| - | $ sudo ./UNINSTALL | ||
| - | ``` | ||