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/27 00:10]
hyphop [Limitations]
products:sbc:edge2:troubleshooting:usb-burn-online [2025/03/03 01:16] (current)
hyphop [Restore OOWOW firmware]
Line 3: Line 3:
 ====== Edge2 Online burn ====== ====== Edge2 Online burn ======
  
-Just copy one command line to linux terminal... ( copy paste mode ) \\ +<WRAP info > 
-Advanced info about [[./usb-burn]] +  - Connect Edge2 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> 
 + 
 + 
 +Just copy one command line to Linux terminal... (copy-paste mode) 
 + 
 +/* 
 +Advanced info about [[local:dev:edge2:usb-burn]]  
 +*/ 
  
-WIP: after some testing and improves will be moved to public area 
  
 ===== Restore OOWOW firmware ===== ===== 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 --write --spi+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
 +```
 ===== Write Android to emmc ===== ===== Write Android to emmc =====
  
Last modified: 2023/03/27 00:10 by hyphop