Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2: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
products:sbc:edge2:install-os:install-os-into-emmc-via-oowow [2022/09/27 23:51]
hyphop [Wizard]
products:sbc:edge2:install-os:install-os-into-emmc-via-oowow [2022/09/28 00:16] (current)
hyphop
Line 9: Line 9:
 ===== GUI ===== ===== GUI =====
  
-Common menu [[software/oowow/user-manual#interfaces]] available for HDMI display and USB-keyboard+[[software/oowow/user-manual#interfaces|Common OOWOW menu interface]] available for HDMI display and USB-keyboard
  
 ==== Wizard ==== ==== Wizard ====
Line 17: Line 17:
 ==== Write Image to eMMC ==== ==== Write Image to eMMC ====
  
-More advanced way user can choose any suitable image from different locations: local storage SD/USB/... , network storage or download server...   +More advanced way. User can choose any suitable image from different locations: local storage SD/USB/... , network storage or download server...   
  
 {{/products/sbc/vim4/install-os/oowow-emmc-write.webp}} {{/products/sbc/vim4/install-os/oowow-emmc-write.webp}}
Line 23: Line 23:
 ===== WEB GUI ===== ===== WEB GUI =====
  
-Same OOWOW menu interface get via web by your preferred browser:+[[software/oowow/user-manual#main-menu|OOWOW menu]] also provided asĀ 
 +[[software/oowow/user-manual#web-access|web interface]]  for your preferred browser:
  
   * LAN: ''%%http://edge2-XXXXX.local%%'' - [[#scan-local-network-for-edge2-names]]   * LAN: ''%%http://edge2-XXXXX.local%%'' - [[#scan-local-network-for-edge2-names]]
Line 33: Line 34:
  
 <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: [[software/oowow/user-manual#web-api|OOWOW API]]
 </WRAP> </WRAP>
  
Line 39: Line 40:
  
 <WRAP tip > <WRAP tip >
-Edge2 connected by USB to PC always have full access by USB IP: 172.22.1.1 +Edge2 connected by USB to PC always have full access by USB IP: **172.22.1.1** 
 </WRAP> </WRAP>
  
 ```sh api-write-image-to-emmc-by-usb-connection.sh ```sh api-write-image-to-emmc-by-usb-connection.sh
-curl 172.22.1.1/shell/write | sh -s - IMAGE+curl 172.22.1.1/shell/write | sh -s - IMAGE_FILE_NAME
 ``` ```
 +
 +<wrap info >
 +**IMAGE_FILE_NAME** - actual image file name on you local PC for writing to device
 +</wrap>
 +
  
 ==== Write via Hot-Spot WAN connection ==== ==== Write via Hot-Spot WAN connection ====
  
 <WRAP tip > <WRAP tip >
-Edge2 connected as Hot-Spot have full access by WAN IP: 172.23.0.1 +Edge2 connected as Hot-Spot have full access by WAN IP: **172.23.0.1**
 </WRAP> </WRAP>
  
 ```sh api-write-image-to-emmc-by-wan-hotspot-connection.sh ```sh api-write-image-to-emmc-by-wan-hotspot-connection.sh
-curl 172.23.0.1/shell/write | sh -s - IMAGE+curl 172.23.0.1/shell/write | sh -s - IMAGE_FILE_NAME
 ``` ```
  
Line 63: Line 69:
  
 ```sh api-write-image-to-emmc-by-lan-connection.sh ```sh api-write-image-to-emmc-by-lan-connection.sh
-curl edge2-XXXXX/shell/write | sh -s - IMAGE+curl edge2-XXXXX/shell/write | sh -s - IMAGE_FILE_NAME
 ``` ```
  
Line 82: Line 88:
  
 Any time can get right name for your device ''edge2-XXXXX.local'' where XXXXX is a last 5 digits from device serial number... Any time can get right name for your device ''edge2-XXXXX.local'' where XXXXX is a last 5 digits from device serial number...
 +
 +WIP:
Last modified: 2022/09/27 23:51 by hyphop