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 [2023/08/18 06:46]
hyphop [Manualy restore OOWOW SPI-Flash firmware]
software:oowow:how-to:start [2024/01/08 22:23] (current)
hyphop [Write OOWOW image to removable storage]
Line 24: Line 24:
  
 ```sh VIM3 ```sh VIM3
-curl -L http://dl.khadas.com/products/oowow/system/vim2-oowow-latest-sd.img.gz \+curl -L http://dl.khadas.com/products/oowow/system/vim3-oowow-latest-sd.img.gz \
 | gzip -dc | dd conv=fsync,notrunc of=/dev/sdX | gzip -dc | dd conv=fsync,notrunc of=/dev/sdX
 ``` ```
  
 ```sh VIM3L ```sh VIM3L
-curl -L http://dl.khadas.com/products/oowow/system/vim2-oowow-latest-sd.img.gz \+curl -L http://dl.khadas.com/products/oowow/system/vim3l-oowow-latest-sd.img.gz \
 | gzip -dc | dd conv=fsync,notrunc of=/dev/sdX | gzip -dc | dd conv=fsync,notrunc of=/dev/sdX
 ``` ```
Line 80: Line 80:
 </WRAP> </WRAP>
  
-NOTE: [[https://docs.khadas.com/local/dev/edge2/usb-burn-online#restore-oowow-firmware|Edge2 restore OOWOW another way]]+NOTE: [[https://docs.khadas.com/products/sbc/edge2/troubleshooting/usb-burn-online#restore-oowow-firmware|Edge2 restore OOWOW another way]]
  
  
Last modified: 2023/08/18 06:46 by hyphop