Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:install-os:install-os-into-emmc-on-ubuntu

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
products:sbc:common:install-os:install-os-into-emmc-on-ubuntu [2022/07/07 06:30]
frank created
products:sbc:common:install-os:install-os-into-emmc-on-ubuntu [2022/09/27 23:25]
nick
Line 3: Line 3:
  
 <WRAP important > <WRAP important >
-Tools were verified to function properly on Ubuntu only, we make no guarantees for other Linux distributions!+Tools were only verified to function properly on Ubuntu. No guarantees were made for other Linux distributions!
 </WRAP> </WRAP>
  
Line 11: Line 11:
 Install the dependencies. Install the dependencies.
  
-```bash+```shell
 $ sudo apt-get install libusb-dev git parted $ sudo apt-get install libusb-dev git parted
 ``` ```
Line 19: Line 19:
 /*is on Khadas GitHub*/ [[kg>utils|Flash tools for Ubuntu/Linux]]. /*is on Khadas GitHub*/ [[kg>utils|Flash tools for Ubuntu/Linux]].
  
-```bash+```shell
 $ git clone https://github.com/khadas/utils $ git clone https://github.com/khadas/utils
 ``` ```
Line 25: Line 25:
 Or just pull it (if you have already cloned this repository). Or just pull it (if you have already cloned this repository).
  
-```bash+```shell
 $ cd /path/to/utils $ cd /path/to/utils
 $ git pull $ git pull
Line 34: Line 34:
 You need to install USB rules and create some links. You need to install USB rules and create some links.
  
-```bash+```shell
 $ cd /path/to/utils $ cd /path/to/utils
 $ sudo ./INSTALL $ sudo ./INSTALL
Line 81: Line 81:
  
  
-You must now [[boot-into-upgrade-mode| put your board into Upgrade Mode]].+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.+Check to see if Ubuntu has detected your board as an attached USB device.
  
-```bash+<tabbox VIM Series> 
 + 
 +```shell
 $ lsusb | grep Amlogic $ lsusb | grep Amlogic
 Bus 003 Device 073: ID 1b8e:c004 Amlogic, Inc. DNL Bus 003 Device 073: ID 1b8e:c004 Amlogic, Inc. DNL
 ``` ```
 +
 +<tabbox Edge Series>
 +
 +```shell
 +$ lsusb | grep Rockchip
 +Bus 003 Device 117: ID 2207:350b Fuzhou Rockchip Electronics Company 
 +```
 +
 +</tabbox>
 +
  
 The message above means that your board is connected and recogized by Ubuntu. The message above means that your board is connected and recogized by Ubuntu.
Line 94: Line 106:
 ===== Install the OS on Ubuntu ===== ===== Install the OS on Ubuntu =====
  
 +<tabbox VIM1> 
 +
 +```shell
 +$ burn-tool -v aml -b VIM1 -i /path/to/image
 ``` ```
-aml-burn-tool -b VIM4 -i /path/to/image+ 
 +<tabbox VIM2>  
 + 
 +```shell 
 +$ burn-tool -v aml -b VIM2 -i /path/to/image
 ``` ```
 +
 +<tabbox VIM3/3L> 
 +
 +```shell
 +$ burn-tool -v aml -b VIM3 -i /path/to/image
 +```
 +
 +<tabbox VIM4> 
 +
 +```shell
 +$ burn-tool -v aml -b VIM4 -i /path/to/image
 +```
 +
 +<tabbox VIM1S> 
 +
 +```shell
 +$ burn-tool -v aml -b VIM1S -i /path/to/image
 +```
 +
 +<tabbox Edge1/Edge2> 
 +
 +```shell
 +$ burn-tool -v rk -i /path/to/image
 +```
 +</tabbox>
 +
  
 You will see these teminal logs if successful. You will see these teminal logs if successful.
Line 132: Line 178:
 ===== Uninstall the Flash Tool ===== ===== Uninstall the Flash Tool =====
  
-```bash+```shell
 $ cd /path/to/utils $ cd /path/to/utils
 $ sudo ./UNINSTALL $ sudo ./UNINSTALL
 ``` ```
- 
-===== See Also ===== 
- 
-[[boot-into-upgrade-mode| Boot into Upgrade Mode]]. 
Last modified: 2024/02/01 21:30 by nick