Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:configurations:wol

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:common:configurations:wol [2022/07/06 23:31]
frank repleace Edge to Edge1
products:sbc:common:configurations:wol [2024/08/06 03:09] (current)
nick
Line 9: Line 9:
 </WRAP> </WRAP>
  
-===== Ubuntu ===== +===== Get Ethernet MAC Address =====
- +
-==== Get Ethernet MAC addres ====+
  
 The Mac address is pasted onto the back of your SBC: The Mac address is pasted onto the back of your SBC:
Line 27: Line 25:
 If the sticker has peeled-off, you can use following Terminal commands to get the MAC Address. If the sticker has peeled-off, you can use following Terminal commands to get the MAC Address.
  
-On Ubuntu, type ''ifconfig'' on terminal.+Type ''ifconfig'' on terminal.
  
-```sh+```shell
 $ ifconfig $ ifconfig
 eth0      Link encap:Ethernet  HWaddr 98:aa:fc:60:46:de eth0      Link encap:Ethernet  HWaddr 98:aa:fc:60:46:de
Line 38: Line 36:
 HWaddr ''98:aa:fc:60:46:de'' corresponds to your Ethernet MAC address. HWaddr ''98:aa:fc:60:46:de'' corresponds to your Ethernet MAC address.
  
-==== Enable WOL ====+===== Enable WOL =====
  
-=== Enable with U-Boot ===+==== Enable with U-Boot ====
  
  
 By default Wake-On-LAN is disabled. So you’ll have to use the [[/products/sbc/common/development/kbi|Khadas Bootloader Instructions (KBI)]]to enable it. By default Wake-On-LAN is disabled. So you’ll have to use the [[/products/sbc/common/development/kbi|Khadas Bootloader Instructions (KBI)]]to enable it.
  
-```sh+```shell
 kvim2# kbi trigger wol w 1 kvim2# kbi trigger wol w 1
  
Line 52: Line 50:
 If you want to check the WOL status, you can input: If you want to check the WOL status, you can input:
  
-```sh+```shell
 kvim2# kbi trigger wol r kvim2# kbi trigger wol r
 boot wol: enable boot wol: enable
 ``` ```
  
-=== Enable with Ubuntu ===+==== Enable with Ubuntu ====
  
 You can enable WOL via the ''Applications''->''Wake On LAN Setting''. You can enable WOL via the ''Applications''->''Wake On LAN Setting''.
Line 67: Line 65:
 {{products:sbc:common:configurations:vim2-ubuntu-wol2.png|vim2-ubuntu-wol2}} {{products:sbc:common:configurations:vim2-ubuntu-wol2.png|vim2-ubuntu-wol2}}
  
-==== Testing WOL ====+==== Enable with Android ==== 
 + 
 +You can enable WOL in the ''Settings''-->''Khadas Settings''-->''WOL'' menu. 
 + 
 +===== Testing WOL =====
  
 After doing the steps above, you can test the WOL function. After doing the steps above, you can test the WOL function.
Line 74: Line 76:
   - Power off.   - Power off.
   - Attempt to wake up, via a Ubuntu device on the same LAN.   - Attempt to wake up, via a Ubuntu device on the same LAN.
-    - Install the wakeonlan tool. \\ ```sh+    - Install the wakeonlan tool. \\ ```shell
 $ sudo apt-get install wakeonlan $ sudo apt-get install wakeonlan
 ``` ```
-    - Wake up your VIM2 using it’s MAC Address. \\ ```sh+    - Wake up your VIM2 using it’s MAC Address. \\ ```shell
 $ wakeonlan 98:aa:fc:60:46:de $ wakeonlan 98:aa:fc:60:46:de
 ``` ```
 +
  
 ===== See Also ===== ===== See Also =====
  
 [[/products/sbc/common/development/kbi|KBI(Khadas Bootloader Instructions)]] [[/products/sbc/common/development/kbi|KBI(Khadas Bootloader Instructions)]]
Last modified: 2022/07/06 23:31 by frank