Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:troubleshooting:usb-burn-online

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:troubleshooting:usb-burn-online [2023/03/10 01:48]
hyphop
products:sbc:edge2:troubleshooting:usb-burn-online [2026/02/10 07:31] (current)
hyphop [Edge2 Online burn]
Line 3: Line 3:
 ====== Edge2 Online burn ====== ====== Edge2 Online burn ======
  
-Just copy one command line to linux terminal...\\ +<WRAP info > 
-Advanced info about [[./usb-burn]] +  - Connect device to PC by USB cable   
 +  Activate USB Burn mode - by pressing quickly  KEY_FUN x 3 times 
 +  - Try the next commands from your PC 
 +</WRAP>
  
-WIPafter some testing and improves will be moved to public area+<WRAP tip > 
 +full online help https://github.com/hyphop/rockchip-burn?tab=readme-ov-file#rockchip-burn 
 +</WRAP>
  
-==== Restore OOWOW firmware ====+===== Devices ===== 
 + 
 +  * Edge2 
 +  * Edge-2L NEW: 
 + 
 +/* 
 +Advanced info about [[local:dev:edge2:usb-burn]]  
 +*/ 
 + 
 + 
 + 
 +===== Get images list ===== 
 + 
 +Just copy one command line to Linux terminal... (copy-paste mode) 
 + 
 +``` 
 +curl dl.khadas.com/online/rockchip-burn | sh -s - --list 
 +``` 
 + 
 +```sh get edge-2l images list 
 +curl dl.khadas.com/online/rockchip-burn | sh -s - edge-2l --list 
 +``` 
 + 
 +```sh get edge-2l images list 
 +export BOARD=edge-2l 
 +curl dl.khadas.com/online/rockchip-burn | sh -s - --list 
 +``` 
 + 
 + 
 + 
 +===== Restore OOWOW firmware =====
  
 ```sh write latest oowow into spi flash ```sh write latest oowow into spi flash
 +curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --refresh --write --spi
 +```
 +
 +or last cached image
 +
 +```sh write latest cached oowow into spi flash
 curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write --spi curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write --spi
 ``` ```
  
-==== Write Android to emmc ====+or minimal variant 
 + 
 +```sh write latest cached oowow into spi flash 
 +curl dl.khadas.com/online/rockchip-burn | sh -s - oowow 
 +``` 
 + 
 + 
 + 
 +===== Write Android to emmc =====
  
 ```sh write android to emmc ```sh write android to emmc
Line 20: Line 69:
 ``` ```
  
-==== Fast OOWOW from emmc ====+===== Fast OOWOW from emmc =====
  
 ```sh write latest oowow to emmc ```sh write latest oowow to emmc
 curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write
 ``` ```
-==== Write Ubuntu to emmc ====+===== Write Ubuntu to emmc =====
  
 ```sh write ubuntu to emmc ```sh write ubuntu to emmc
 curl dl.khadas.com/online/rockchip-burn | sh -s - ubuntu --write curl dl.khadas.com/online/rockchip-burn | sh -s - ubuntu --write
 ``` ```
 +
 +===== Write custom remote images examples =====
 +
 +```sh write remote image from link 
 +rockchip-burn http://dl.khadas.com/products/oowow/system/versions/edge2/edge2-oowow-230308.000-sd.img.gz
 +```
 +
 +```sh write remote image from by short name to spi flash 
 +rockchip-burn edge2-oowow-230308.000-spi.img.gz --spi
 +```
 +
 +===== Write Local images examples=====
 +
 +```sh write local image to emmc
 +rockchip-burn ./edge2-oowow-230308.000-sd.img.gz
 +```
 +
 +```sh write local image to spi
 +rockchip-burn ./edge2-oowow-230308.000-spi.img.gz --spi
 +```
 +
  
 ===== Limitations ===== ===== Limitations =====
  
   * Linux systems only   * Linux systems only
-  *  x86 arch only +  * x86 arch only 
-  * +  * Tested on Ubuntu but must works for any other linux system 
 +  * Ubuntu 22.04 - OKAY 
 + 
 + 
 +===== Sources =====
  
 +   * https://github.com/hyphop/rockchip-burn
 +   * https://github.com/hyphop/rockchip-burn/blob/main/rockchip-burn#L11
 +   * http://dl.khadas.com/online/rockchip-burn
 +   * http://dl.khadas.com/online/rockchip-burn.readme.md
Last modified: 2023/03/10 01:48 by hyphop