How to enter sleep on Jetson Orin Nano Devkit, and how to wake up?

Hi NV team,

we designed a custom board, but we will first verify on devkit about how to enter sleep and wake up by some button if used? as seen from Orin Nano Devkit schematic, the power button(PWR_BTN*) is used for power on, so do we have buttons to behavior sleep/wake function?

Jasper
20240910

Hi jasperni,

What’s the Jetpack version in use?

To enter into sleep mode, you can run the following command.

$ sudo systemctl suspend

To wake up tha board, you can simply press power button. (or shorting PWR/GND quickly)

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