wake-on-LAN support in Xavier NX

Hi,

Does the Xavier NX module have the support for Ethernet Wake-on-Lan support? For ethernet wake-on-function, there is a pin - PMEB in the ethernet PHY chip that is used in the Xavier NX Module. But we need to know whether it is connected to the processor in the NX SOM on supported wake GPIOs.

Hi,

Yes, NX supports WOL.

Please try

  1. Enable WoL - ethtool -s eth0 wol g
  2. put DUT in suspended state.
  3. use etherwake to send magic packet
  4. See system resumed and ethernet link is UP
2 Likes

Thanks @WayneWWW. It works.
Peace.

1 Like