Hello,
I am designing a custom carrier board for Jetson AGX Orin 64GB.
I have a few questions regarding wake-on-lan function:
How to implement this function in hardware? On You carrier board I can see that there is signal called “WOL_POWER_ON_N”. It is INT output from ethernet PHY and I guess this is the signal that should trigger the WOL.
On P3737 board this signal goes into some extensive circuit only to be fed into microcontroller. It is not clear to me how this signal is then handled.
I don’t need and I don’t want to use any additional microcontroller on my board (unless it is necessary). I just want my board to turn-on automatically on POWER and to have WOL function working.
I found that there is some signal called “ETH_WOL_EN_STATUS” that goes into GPIO38 (A47) pin. What is the purpose of this signal. Does it only ENABLE the WOL function or is it the WOL itself (signal that causes wake-up)?
If the GPIO38 input is a WAKE input - where can I find documentation about that pin? What do I need to feed the pin to cause the JETSON to wake-up? What do I need to put between this pin and WOL output from the PHY.
Are there any problems with ethernet communication after JETSON is up after WOL?
I don’t have visibility into what the MCU does with the input ultimately generated from WOL_POWER_ON_N but since you don’t want to use an MCU I will not dive into that further.
ETH_WOL_EN_STATUS is not the actual signal causing wake since GPIO38/pin A47 is not a wake-capable GPIO.
You can refer to the Jetson AGX Orin Series Pinmux for the signals in the AO (rows 24-35) and “AO_HV (3.3V Capable)” (rows 36-47) sections that are wake-capable (column AV). The INT pin from your PHY can go through any circuitry that qualifies it as you need and then route to an available wake-capable GPIO.
Can you please explain further what you mean with this question?