AGX Xavier Magic packet support on ethernet

Hi,

We have one of the ethernet port derived from I210 controller in AGX Xavier, does AGX Xavier supports ethernet magic packet? if yes, what is the steps to test it? any commands or tools?

I don’t know about I210 ethernet. But the on-board ethernet port supports to use the magic for WoL.

[Xavier]
$ sudo ethtool -s eth0 wol g
$ sudo systemctl suspend

[Host]
$ sudo apt-get install wakeonline
$ wakeonline -i DUT-IP-Address DUT-HW-Address

1 Like

sure thank you