Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge-2l: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:edge-2l:install-os:install-os-into-emmc-via-oowow [2025/11/27 03:44]
gray ↷ Page moved from local:users:start:install-os:install-os-into-emmc-via-oowow to local:users:gray:products:sbc:edge-2l:install-os:install-os-into-emmc-via-oowow
products:sbc:edge-2l:install-os:install-os-into-emmc-via-oowow [2026/05/11 01:44] (current)
nick ↷ Page moved from local:users:gray:products:sbc:edge-2l:install-os:install-os-into-emmc-via-oowow to products:sbc:edge-2l:install-os:install-os-into-emmc-via-oowow
Line 3: Line 3:
  
 ~~tag>Edge-2L oowow~~ ~~tag>Edge-2L oowow~~
-====== Edge-2L Install OS into eMMC via OOWOW ======+====== Edge-2L install OS into eMMC via OOWOW ======
  
-[[:OOWOW:]] provide many ways for eMMC writingfor any configurations...  +[[oowow:]] provides multiple methods for writing OS images to eMMC, accommodating various configurations.
  
-===== GUI =====+===== GUI method=====
  
-[[software/oowow/user-manual#interfaces|Common OOWOW menu interface]] available for HDMI display and USB-keyboard+The [[software/oowow/user-manual#interfaces|common OOWOW menu interface]] is accessible via an HDMI display and USB keyboard.
  
 ==== Wizard ==== ==== Wizard ====
  
-[[software/oowow/getting-started#oowow-wizard|OOWOW Wizard]] automate all steps for you, just follow instructions...+The [[software/oowow/getting-started#oowow-wizard|OOWOW Wizard]] automates all steps. Simply follow the on-screen instructions.
  
-==== 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..  +A more advanced method where users can select any suitable image from different sources: local storage (SD card, USB drive, etc.), network storageor download servers.
  
 {{/products/sbc/vim4/install-os/oowow-emmc-write.webp}} {{/products/sbc/vim4/install-os/oowow-emmc-write.webp}}
  
-===== WEB GUI =====+===== WEB GUI method=====
  
-[[software/oowow/user-manual#main-menu|OOWOW menu]] also provided as+The [[software/oowow/user-manual#main-menu|OOWOW menu]] is also avaliable as a
 [[software/oowow/user-manual#web-access|web interface]]  for your preferred browser: [[software/oowow/user-manual#web-access|web interface]]  for your preferred browser:
  
-  * LAN: ''%%http://edge-2l-XXXXX.local%%'' - [[#scan-local-network-for-edge-2l-names]]+  * LAN: ''%%http://edge-2l-XXXXX.local%%''(see [[#scan-local-network-for-edge-2l-names]])
   * USB: ''%%http://172.22.1.1%%''   * USB: ''%%http://172.22.1.1%%''
   * Hot-Spot: ''%%http://172.23.0.1%%''   * Hot-Spot: ''%%http://172.23.0.1%%''
-===== API - shell ===== 
  
-All next steps doing on pc side by command-lines shell. Both devices must be connected in same local network.+===== API/Shell method ===== 
 + 
 +The following steps are performed on your PC using command-line tools. Both the PC and the Edge-2L must be connected to the same local network.
  
 <WRAP tip > <WRAP tip >
-Advanced way for developerhead-less usage, automation, scripting and advanced users[[software/oowow/user-manual#web-api|OOWOW API]]+This is an advanced method for developersheadless usage, automation, scriptingand experienced users. See [[software/oowow/user-manual#web-api|OOWOW API]] for more details.
 </WRAP> </WRAP>
  
Line 40: Line 41:
  
 <WRAP tip > <WRAP tip >
-Edge-2L connected by USB to PC always have full access by USB IP: **172.22.1.1** +When the Edge-2L is connected to your PC via USB, it is always accessible at the static IP: **172.22.1.1**
 </WRAP> </WRAP>
  
Line 48: Line 49:
  
 <wrap info > <wrap info >
-**IMAGE_FILE_NAME** actual image file name on you local PC for writing to device+  **IMAGE_FILE_NAME**: Replace this with the actual path and filename of the image on your local PC that you want to write to the device.
 </wrap> </wrap>
  
  
-==== Write via Hot-Spot WAN connection ====+==== Write via HotSpot(WANconnection ====
  
 <WRAP tip > <WRAP tip >
-Edge-2L connected as Hot-Spot have full access by WAN IP: **172.23.0.1**+When the Edge-2L is acting as a Wi-Fi hotspot, it is accessible at the IP: **172.23.0.1**
 </WRAP> </WRAP>
  
Line 65: Line 66:
  
 <WRAP tip > <WRAP tip >
-Edge-2L by local network name edge-2l-XXXXX can get  [[#scan-local-network-for-edge-2l-names]]+The Edge-2L can be accessed on the local network by its hostname ''edge-2l-XXXXX''. Find the name using the method described in [[#scan-local-network-for-edge-2l-names|Scan local network]]
 </WRAP> </WRAP>
  
Line 72: Line 73:
 ``` ```
  
-===== Scan local network for edge-2l names =====+===== Scan local network for Edge-2L devices =====
  
 We can get access to any Edge-2L device by local network name We can get access to any Edge-2L device by local network name
Line 86: Line 87:
 ... ...
 ``` ```
 +The device hostname always follows the pattern ''edge-2l-XXXXX.local'', where ''XXXXX'' are the last five digits of the device's serial number.
  
-Any time can get right name for your device ''edge-2l-XXXXX.local'' where XXXXX is a last 5 digits from device serial number... 
  
 WIP: WIP:
Last modified: 2025/11/27 03:44 by gray