JETSON ORIN NANO Standby Mode

Hi,
We are using Jetson ORIN NANO in our custom system, Where As per our Application which is a battery operated System, wants to keep SoM in Standby mode for saving Battery Power, but As per Datasheet or Design Guide we have only Sleep/Wake option in SoM. if we make SoM in Sleep Mode it takes around 200ms to get out of reset & whether SoM need to boot again from NVME or it stores the code in LPDDR5. As this will help the boot time.

Hi karthik.svv,

What 's the Jetpack version in use?

It seems you don’t need too much power in your use case. You can also try to configure a custom power mode configuration to save power.

As my understanding, it should wake up from LPDDR5 instead of booting from NVMe again.
Have you tried running sudo systemctl suspend to enter suspend mode and wake up to check if it can meet your requirement?