Waking Jetson Orin Nano over the lan in order to reduce the wear when idle

I want to deploy an image processing playground on my Jetson Orin Nano 8b and expose it to the web, but don’t want to let it wear out while idle and would love to wake it over the lan (or some other way) only when someone tries to use the web page.

I believe I’ll need to host the web page itself on a different device, say a raspberry pi, but the computations will be executed on the Jetson. In case if it’s not possible to wake Jetson over the lan, what other solutions can I implement to reduce the wear when it is idle ?

Yes, wake on LAN is supported in latest jetpack of Jetson Orin Nano.

1 Like

That’s really nice !
Is there a documentation for that ? (couldn’t find any official doc yet)

No, this feature is just enabled in recent release like jeptack6.2.2 so don’t have any document for it.

Oh, got it, where can I access any valid info about that (maybe for its ancestors…) ? I’ve seen some discussions around WoL in the forum for the other Jetson devices but those are pretty old. Here you stated that WoL for Jetson nano works only for suspended state, but the question is can I now wake orin nano from a power off state ?

sorry. there is no support from power off state. Still only from suspend mode.

1 Like

Understood, thank you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.