How long does it take to fall asleep and wake up from SC7?

Hello,

How long does it take for Xavier NX to fall asleep and wake up from deep sleep (SC7)?
If that wasn’t measured, is it a matter of milliseconds or seconds?

Thanks for help

hello kaprog,

may I also know what’s your use-case,
thanks

Thanks for reply,

I am going to use Xavier as portable device on custom carrier board. There will be screen and button to enter and leave SC7 state (for power saving of course). I need it to be able to switch from deep sleep to active state (fully functional, HDMI & USB enabled) in as short time as possible to make it fluent for users. That’s why I’m interested in timing of falling asleep and waking from this suspend mode. They don’t need to be accurate.

Thanks for help

hello kaprog,

we’re using commands, $ sudo systemctl suspend, to test this locally.
NX takes around 6-second to enter deep-sleep, and it takes around 3-second to resume from deep-sleep.
thanks

1 Like

Hello @JerryChang,

These are good results.
Thank you so much for your help and involvement.

Best regards

Hi @JerryChang, Can you tell me more about how you measure that?

hello ndry,

you may connect the board with serial console to gather UART logs.
there’re timestamp shown before each printed messages, which also indicate the system behavior;
we’d used those timestamps for calculation.
thanks