Does the Jetson Orin NX support Wake on LAN and Wake on Suspend?
*** Please note that this reply is generated by LLM automatically ***
The provided context does not explicitly mention Wake on LAN (WOL) and Wake on Suspend (WOS) support for the Jetson Orin NX. However, we can make an educated guess based on the available information.
Wake on LAN (WOL) is a feature that allows a device to be powered on or awakened from a low-power state when it receives a specific network packet, usually a magic packet. Wake on Suspend (WOS) is a feature that allows a device to wake up from a suspended state when a specific event occurs.
The Jetson Orin NX is a module that supports various interfaces, including Ethernet, which is typically used for WOL. However, the context does not provide any information about the specific implementation of WOL on the Jetson Orin NX.
On the other hand, the Jetson Orin NX does support power management features, including suspend and resume, as mentioned in the Jetson Linux 36.4.3 release notes. This suggests that the Jetson Orin NX may support some form of wake-up functionality, but it is unclear if this includes WOL and WOS specifically.
In comparison, some other Jetson modules, such as the Jetson AGX Orin, have been reported to support WOL and WOS in certain configurations. However, without explicit confirmation from the context or official documentation, it is difficult to say for certain whether the Jetson Orin NX supports these features.
To summarize, while the Jetson Orin NX may support some form of wake-up functionality, the context does not provide explicit confirmation of Wake on LAN and Wake on Suspend support. Further investigation and consultation of official documentation may be necessary to determine the specific capabilities of the Jetson Orin NX in this regard.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
Hi,
There is a request in
Wake on LAN Support for Jetson Orin NX 16GB on L4T 36.3 with Jetpack 6
Wake on LAN shall be supported on Jetpack 6.2.2 r36.5. Please give it a try.
I have upgraded to Jetpack 6.2 r36.5b version, but when I use the command “wakeonlan 00:e0:4c:68:00:16” on another sending device while the system is suspended, the orin board does not respond at all, neither in the powered-off state nor in the suspended state
Hi,
Please run $ sudo ethtool enP8p1s0 and share the print for reference. We would expect like:
Wake-on: g
root@test-desktop:/home/test# ethtool enP7p1s0
Settings for enP7p1s0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
MDI-X: off (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
root@test-desktop:/home/test# ethtool enP8p1s0
Settings for enP8p1s0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: Unknown!
Duplex: Unknown! (255)
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
drv probe ifdown ifup
Link detected: no
Hi,
We test the commands on developer kit(Orin NX module + Orin Nano carrier board) and the function works well:
[Orin-NX]
$ sudo ethtool -s eth0 wol g
$ sudo systemctl suspend
[Host PC]
$ sudo apt-get install wakeonlan
$ wakeonlan -i <DUT-IP-Address> <DUT-HW-Address>
// example: $ wakeonlan -i 10.173.97.232 48:b0:2d:e9:de:d6
Your setup looks different since it shows enP7p1s0 instead of enP8p1s0. You may compare to developer kit and check further.
I would like to ask if it supports waking up through the local area network after shutdown, or only supports waking up through the local area network after sleep
Hi,
Waking from suspend(sleep) is supported.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.