This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim4:install-os:install-os-into-emmc-via-oowow [2022/09/06 00:22] hyphop [Scan local network for vim4] |
products:sbc:vim4:install-os:install-os-into-emmc-via-oowow [2022/09/28 06:04] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{indexmenu_n> | ||
| + | |||
| + | |||
| ~~tag> | ~~tag> | ||
| ====== VIM4 Install OS into eMMC via OOWOW ====== | ====== VIM4 Install OS into eMMC via OOWOW ====== | ||
| - | ===== GUI - Wizard ===== | + | OOWOW provide many ways for eMMC writing, for any configurations. |
| - | ===== GUI - Write Image to eMMC ===== | + | ===== GUI ===== |
| - | ===== API - shell ===== | + | Common OOWOW menu interface available for HDMI display and USB-keyboard. |
| - | All next steps doing on pc side by command-lines shell. | + | ==== Wizard ==== |
| - | ==== Scan local network | + | OOWOW Wizard automate all steps for you, just follow instructions. |
| - | ```shell scan-vim4-devices-in-local-networks.sh | + | ==== Write Image to eMMC ==== |
| - | ~$ avahi-browse -a |grep vim4 | + | |
| - | + wlan0 IPv4 vim4-00064 | + | |
| - | + usb0 IPv4 vim4-00064 | + | |
| - | + usb0 IPv4 vim4-00064 | + | |
| - | + wlan0 IPv4 vim4-00064 | + | |
| - | ``` | + | More advanced way user can choose any suitable image from different locations: local storage SD/USB/... , network storage or download server. |
| + | |||
| + | {{/ | ||
| + | |||
| + | ===== WEB GUI ===== | ||
| + | |||
| + | Same OOWOW menu interface get via web by your preferred browser: | ||
| + | |||
| + | * LAN: '' | ||
| + | * USB: '' | ||
| + | * Hot-Spot: '' | ||
| + | ===== API - shell ===== | ||
| + | |||
| + | All next steps doing on pc side by command-lines shell. Both devices must be connected in same local network. | ||
| + | |||
| + | <WRAP tip > | ||
| + | Advanced way for developer, head-less usage, automation, scripting and advanced users. | ||
| + | </ | ||
| + | |||
| + | ==== Write via USB-OTG connection ==== | ||
| <WRAP tip > | <WRAP tip > | ||
| Line 28: | Line 45: | ||
| curl 172.22.1.1/ | curl 172.22.1.1/ | ||
| ``` | ``` | ||
| + | |||
| + | ==== Write via Hot-Spot WAN connection ==== | ||
| <WRAP tip > | <WRAP tip > | ||
| Line 37: | Line 56: | ||
| ``` | ``` | ||
| + | ==== Write via LAN connection ==== | ||
| + | |||
| + | <WRAP tip > | ||
| + | VIM4 by local network name vim4-XXXXX can get [[# | ||
| + | </ | ||
| + | |||
| + | ```sh api-write-image-to-emmc-by-lan-connection.sh | ||
| + | curl vim4-XXXXX/ | ||
| + | ``` | ||
| + | |||
| + | ===== 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 | ||
| + | + usb0 IPv4 vim4-00064 | ||
| + | + usb0 IPv4 vim4-00064 | ||
| + | + wlan0 IPv4 vim4-00064 | ||
| + | ~$ ping vim4-00064.local | ||
| + | ~$ ssh root@vim4-00064.local | ||
| + | ... | ||
| + | ``` | ||
| + | Any time can get right name for your device '' | ||