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/01/21 23:33]
hyphop [OOWOW How-To and Troubleshooting]
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 ======
 +
 +===== Write OOWOW image to removable storage ======
 +
 +<WRAP important >
 +Need replace ''/dev/sdX'' to actual device node name
 +</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 
 +curl -L http://dl.khadas.com/products/oowow/system/vim2-oowow-latest-sd.img.gz \
 +| gzip -dc | dd conv=fsync,notrunc of=/dev/sdX
 +```
 +
 +```sh VIM2
 +curl -L http://dl.khadas.com/products/oowow/system/vim2-oowow-latest-sd.img.gz \
 +| gzip -dc | dd conv=fsync,notrunc of=/dev/sdX
 +```
 +
 +```sh VIM3
 +curl -L http://dl.khadas.com/products/oowow/system/vim3-oowow-latest-sd.img.gz \
 +| gzip -dc | dd conv=fsync,notrunc of=/dev/sdX
 +```
 +
 +```sh VIM3L
 +curl -L http://dl.khadas.com/products/oowow/system/vim3l-oowow-latest-sd.img.gz \
 +| 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
 +curl -L http://dl.khadas.com/products/oowow/system/edge-oowow-latest-sd.img.gz \
 +| 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
 +```
  
 ## Resolve boot-up problem ## Resolve boot-up problem
Line 10: Line 69:
 ## Manualy restore OOWOW SPI-Flash firmware ## Manualy restore OOWOW SPI-Flash firmware
  
-For same cases if OOWOW can't bootup automaticly or via [[user-manual#vim4-button-shortcuts|special button shortcuts]]+For same cases if OOWOW can't bootup automaticly or via [[..:user-manual#vim4-button-shortcuts|special button shortcuts]]
  
   * download ''XXX-oowow-latest-spi-upgrade-sd.img.gz'' from [[http://dl.khadas.com/products/oowow/system]]   * download ''XXX-oowow-latest-spi-upgrade-sd.img.gz'' from [[http://dl.khadas.com/products/oowow/system]]
Line 20: 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 52: Line 118:
  
   * Configure Wi-Fi connection one time / automaticly will be used next time   * Configure Wi-Fi connection one time / automaticly will be used next time
-  * or can use [[user-manual#easy-wi-fi]] mode+  * or can use [[..:user-manual#easy-wi-fi]] mode
  
 ## Headless usage ## Headless usage
Line 58: Line 124:
 OOWOW easily can used without display and keyboards. OOWOW easily can used without display and keyboards.
  
-  * [[user-manual#easy-wi-fi]] +  * [[..:user-manual#easy-wi-fi]] 
-  * [[user-manual#hotspot]]+  * [[..:user-manual#hotspot]]
  
 ## OOWOW and Smartphone ## OOWOW and Smartphone
Line 65: Line 131:
 OOWOW easily can controlled by smatphone OOWOW easily can controlled by smatphone
  
-  * [[user-manual#easy-wi-fi]] +  * [[..:user-manual#easy-wi-fi]] 
-  * [[user-manual#hotspot]] +  * [[..:user-manual#hotspot]] 
-  * [[user-manual#hotspot-qr-code]] +  * [[..:user-manual#hotspot-qr-code]] 
-  * [[user-manual#web-access-qr-code]]+  * [[..:user-manual#web-access-qr-code]]
  
  
Line 81: 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: 2023/01/21 23:33 by hyphop