Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


software:oowow:how-to:start

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:oowow:how-to:start [2023/03/02 23:31]
hyphop [All how-to topics]
software:oowow:how-to:start [2024/01/08 22:23] (current)
hyphop [Write OOWOW image to removable storage]
Line 1: Line 1:
 +~~tag>OOWOW howto~~
 ====== OOWOW How-To ====== ====== OOWOW How-To ======
  
Line 6: Line 7:
 Need replace ''/dev/sdX'' to actual device node name Need replace ''/dev/sdX'' to actual device node name
 </WRAP> </WRAP>
 +
 +```sh VIM1S
 +curl -L http://dl.khadas.com/products/oowow/system/vim1s-oowow-latest-sd.img.gz \
 +| gzip -dc | dd conv=fsync,notrunc of=/dev/sdX
 +```
  
 ```sh VIM1  ```sh VIM1 
Line 18: 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
 ``` ```
 +
 +```sh VIM4
 +curl -L http://dl.khadas.com/products/oowow/system/vim4-oowow-latest-sd.img.gz \
 +| gzip -dc | dd conv=fsync,notrunc of=/dev/sdX
 +```
 +
  
 ```sh Edge ```sh Edge
Line 67: Line 79:
 replace XXX to right board name ''vim4 edge2 vim1s ...'' replace XXX to right board name ''vim4 edge2 vim1s ...''
 </WRAP> </WRAP>
 +
 +NOTE: [[https://docs.khadas.com/products/sbc/edge2/troubleshooting/usb-burn-online#restore-oowow-firmware|Edge2 restore OOWOW another way]]
 +
  
 ## Boot-up OOWOW from SD-card ## Boot-up OOWOW from SD-card
 +
 +<WRAP important >
 +In most cases, it will be same suitable to use any other removable storage like USB-Flash etc
 +</WRAP>
  
 For same cases if embedded OOWOW can't bootup from SPI-Flash. [[:OOWOW]] can be started from SD-card anytime. For same cases if embedded OOWOW can't bootup from SPI-Flash. [[:OOWOW]] can be started from SD-card anytime.
Last modified: 2023/03/02 23:31 by hyphop