Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

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

This is an old revision of the document!


VIM4 Install OS into eMMC via OOWOW

GUI - Wizard

GUI - Write Image to eMMC

API - shell

All next steps doing on pc side by command-lines shell.

Scan local network for vim4

scan_vim4_devices_in_local_networks
~$ 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

VIM4 connected by USB to PC always have full access by USB IP: 172.22.1.1

api-write-image-to-emmc-by-usb-connection.sh
curl 172.22.1.1/shell/write | sh -s - IMAGE

VIM4 connected as Hot-Spot have full access by WAN IP: 172.23.0.1

api-write-image-to-emmc-by-wan-hotspot-connection.sh
curl 172.23.0.1/shell/write | sh -s - IMAGE
Last modified: 2022/09/06 00:22 by hyphop