This is an old revision of the document!
OOWOW provide many ways for eMMC writing, for any configurations…
Common OOWOW menu interface available for HDMI display and USB-keyboard
OOWOW Wizard automate all steps for you, just follow instructions…
More advanced way. User can choose any suitable image from different locations: local storage SD/USB/… , network storage or download server…
OOWOW menu also provided as web interface for your preferred browser:
http://edge-2l-XXXXX.local - scan-local-network-for-edge-2l-nameshttp://172.22.1.1http://172.23.0.1All next steps doing on pc side by command-lines shell. Both devices must be connected in same local network.
Advanced way for developer, head-less usage, automation, scripting and advanced users: OOWOW API
Edge-2L connected by USB to PC always have full access by USB IP: 172.22.1.1
curl 172.22.1.1/shell/write | sh -s - IMAGE_FILE_NAME
IMAGE_FILE_NAME - actual image file name on you local PC for writing to device
Edge-2L connected as Hot-Spot have full access by WAN IP: 172.23.0.1
curl 172.23.0.1/shell/write | sh -s - IMAGE_FILE_NAME
Edge-2L by local network name edge-2l-XXXXX can get scan-local-network-for-edge-2l-names
curl edge-2l-XXXXX/shell/write | sh -s - IMAGE_FILE_NAME
We can get access to any Edge-2L device by local network name
~$ avahi-browse -a |grep edge-2l + wlan0 IPv4 edge-2l-00064 SSH Remote Terminal local + usb0 IPv4 edge-2l-00064 _device-info._tcp local + usb0 IPv4 edge-2l-00064 SSH Remote Terminal local + wlan0 IPv4 edge-2l-00064 _device-info._tcp local ~$ ping edge-2l-00064.local ~$ ssh root@edge-2l-00064.local ...
Any time can get right name for your device edge-2l-XXXXX.local where XXXXX is a last 5 digits from device serial number…