Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


software:oowow:how-to:start

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
software:oowow:how-to:start [2024/12/26 22:02]
hyphop [Manual write OOWOW firmware by online]
software:oowow:how-to:start [2025/03/03 01:27] (current)
hyphop [Manual write OOWOW firmware by online]
Line 97: Line 97:
 ## Manual write OOWOW firmware by online   ## Manual write OOWOW firmware by online  
 <WRAP info > <WRAP info >
-This is simplest method to write or force update to latest oowow firmware into SPI flash +To update or force-write the OOWOW firmware to the SPI flash on your Edge2 device manually **using Linux**, follow these steps:
 </WRAP> </WRAP>
  
-  connect you edge2 device to PC by usb cable to USB otg port (not power usb port)   +  - Use a USB cable to connect your Edge2 device to your PC via the USB OTG port (not the power USB port)   
-  * copy paste next command line on your linux terminal +  - Copy and paste ''%%curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --refresh --write --spi%%'' command line into the linux terminal 
-  * wait prompt message ''[i] wait device with upgrade mode - need press KEY_FN 3x times'' +  - Wait prompt message ''[i] wait device with upgrade mode - need press KEY_FN 3x times'' 
-  * press **KEY_FN 3x times** +  - Press **KEY_FN 3x times** - middle key on left side  
-  * wait prompt message ''Write LBA from file (100%)'' +  - Wait prompt message ''Write LBA from file (100%)'' This indicates the firmware has been successfully written to the SPI flash. 
-  reboot into new OOWOW firmware+  - Auto reboot your Edge2 device into new OOWOW firmware\\ '' 
 +[i] OKAY edge2-oowow-latest-spi.img.gz was written to spi\\ 
 +[i] reset device''
  
  
 ```shell manual update OOWOW firmware by online ```shell manual update OOWOW firmware by online
-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
 ``` ```
  
-Get much more help information+Get much more help information https://dl.khadas.com/online/ or
  
 ```shell display much more usage information ```shell display much more usage information
Last modified: 2024/12/26 22:02 by hyphop