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 [2026/02/10 07:00]
hyphop [Get images list]
products:sbc:edge2:troubleshooting:usb-burn-online [2026/02/10 07:31] (current)
hyphop [Edge2 Online burn]
Line 4: Line 4:
  
 <WRAP info > <WRAP info >
-  - Connect Edge2 to PC by USB cable  +  - Connect device to PC by USB cable  
   - Activate USB Burn mode - by pressing quickly  KEY_FUN x 3 times   - Activate USB Burn mode - by pressing quickly  KEY_FUN x 3 times
   - Try the next commands from your PC   - Try the next commands from your PC
 </WRAP> </WRAP>
  
 +<WRAP tip >
 +full online help https://github.com/hyphop/rockchip-burn?tab=readme-ov-file#rockchip-burn
 +</WRAP>
  
-Just copy one command line to Linux terminal... (copy-paste mode)+===== Devices ===== 
 + 
 +  * Edge2 
 +  * Edge-2L NEW:
  
 /* /*
Line 19: Line 25:
  
 ===== Get images list ===== ===== Get images list =====
 +
 +Just copy one command line to Linux terminal... (copy-paste mode)
  
 ``` ```
Line 46: Line 54:
 curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write --spi curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write --spi
 ``` ```
 +
 +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 ===== ===== Write Android to emmc =====
  
Last modified: 2026/02/10 07:00 by hyphop