Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim4:install-os:install-os-into-emmc-via-oowow

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
products:sbc:vim4:install-os:install-os-into-emmc-via-oowow [2022/09/06 01:03]
hyphop
products:sbc:vim4:install-os:install-os-into-emmc-via-oowow [2022/09/21 03:09]
nick
Line 2: Line 2:
 ====== VIM4 Install OS into eMMC via OOWOW ====== ====== VIM4 Install OS into eMMC via OOWOW ======
  
-OOWOW provide many ways for eMMC writing, for any configurations...  +OOWOW provide many ways for eMMC writing, for any configurations.
  
 ===== GUI ===== ===== GUI =====
  
-Common OOWOW menu interface available for HDMI display and USB-keyboard+Common OOWOW menu interface available for HDMI display and USB-keyboard.
  
-===== WEB GUI =====+==== Wizard ====
  
-Same OOWOW menu interface get via web by your preferred browser:+OOWOW Wizard automate all steps for you, just follow instructions.
  
-''%%http://%%''+==== Write Image to eMMC ====
  
-==== Wizard ====+More advanced way user can choose any suitable image from different locations: local storage SD/USB/... , network storage or download server.
  
-OOWOW Wizard automate all steps for you, just follow instructions...+{{/products/sbc/vim4/install-os/oowow-emmc-write.webp}}
  
-==== Write Image to eMMC ====+===== WEB GUI =====
  
-More advanced way user can choose any suitable image from different locationslocal storage SD/USB/... , network storage or download server...   +Same OOWOW menu interface get via web by your preferred browser:
  
 +  * LAN: ''%%http://vim4-XXXXX.local%%'' - [[#scan-local-network-for-vim4-names]]
 +  * USB: ''%%http://172.22.1.1%%''
 +  * Hot-Spot: ''%%http://172.23.0.1%%''
 ===== API - shell ===== ===== API - shell =====
  
Line 27: Line 30:
  
 <WRAP tip > <WRAP tip >
-Advanced way for developer, head-less usage, automation, scripting and advanced users+Advanced way for developer, head-less usage, automation, scripting and advanced users.
 </WRAP> </WRAP>
- 
-==== Scan local network for vim4 ==== 
- 
-```shell scan-vim4-devices-in-local-networks.sh 
-~$ avahi-browse -a |grep vim4 
-+  wlan0 IPv4 vim4-00064                                    SSH Remote Terminal  local 
-+   usb0 IPv4 vim4-00064                                    _device-info._tcp    local 
-+   usb0 IPv4 vim4-00064                                    SSH Remote Terminal  local 
-+  wlan0 IPv4 vim4-00064                                    _device-info._tcp    local 
-~$ ping vim4-00064.local 
-... 
-``` 
  
 ==== Write via USB-OTG connection ==== ==== Write via USB-OTG connection ====
Line 65: Line 56:
  
 <WRAP tip > <WRAP tip >
-VIM4 by local network name vim4-XXXXX can get  [[#scan-local-network-for-vim4]]+VIM4 by local network name vim4-XXXXX can get  [[#scan-local-network-for-vim4-names]].
 </WRAP> </WRAP>
  
Line 72: Line 63:
 ``` ```
  
 +===== Scan local network for vim4 names =====
 +
 +We can get access to any VIM4 device by local network name.
 +
 +```shell scan-vim4-devices-in-local-networks.sh
 +~$ avahi-browse -a |grep vim4
 ++  wlan0 IPv4 vim4-00064                                    SSH Remote Terminal  local
 ++   usb0 IPv4 vim4-00064                                    _device-info._tcp    local
 ++   usb0 IPv4 vim4-00064                                    SSH Remote Terminal  local
 ++  wlan0 IPv4 vim4-00064                                    _device-info._tcp    local
 +~$ ping vim4-00064.local
 +~$ ssh root@vim4-00064.local
 +...
 +```
  
 +Any time can get right name for your device ''vim4-XXXXX.local'' where XXXXX is a last 5 digits from device serial number.
Last modified: 2022/09/28 06:04 by nick