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
Last revision Both sides next revision
software:oowow:how-to:start [2023/02/27 03:04]
hyphop ↷ Links adapted because of a move operation
software:oowow:how-to:start [2023/08/18 06:53]
hyphop [Manualy restore OOWOW SPI-Flash firmware]
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 26: Line 32:
 | 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
 curl -L http://dl.khadas.com/products/oowow/system/edge-oowow-latest-sd.img.gz \ curl -L http://dl.khadas.com/products/oowow/system/edge-oowow-latest-sd.img.gz \
 | gzip -dc | dd conv=fsync,notrunc of=/dev/sdX | gzip -dc | dd conv=fsync,notrunc of=/dev/sdX
 +```
 +
 +## Check whats a latest oowow image
 +
 +```sh check latest oowow sd image
 +curl -s -I http://dl.khadas.com/products/oowow/system/${BOARD}-oowow-latest-sd.img.gz | grep Location:
 +```
 +
 +''BOARD := [ edge | edge2 | vim1 | vim1s | vim2 | vim3 | vim3l | vim4 ]''
 +
 +
 +```shell check latest oowow sd image version for vim3 example
 +
 +~$ curl -s -I http://dl.khadas.com/products/oowow/system/vim3-oowow-latest-sd.img.gz | grep Location:
 +
 +Location: http://dl.khadas.com/products/oowow/system/versions/vim3/vim3-oowow-230227.000-sd.img.gz
 ``` ```
  
Line 51: 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.
Line 112: Line 147:
   * plug removable storage with OS image   * plug removable storage with OS image
   * choose this image to write by __ menu -> Write image to eMMC __ and up to .. mounts   * choose this image to write by __ menu -> Write image to eMMC __ and up to .. mounts
- 
  
 WIP: WIP:
  
 +===== All how-to topics =====
 +
 +~~NOCACHE~~
  
 +<catlist . -noHead >
Last modified: 2024/01/08 22:23 by hyphop