I have a query regarding sleep to wake up latency of Jetson TX2 NX.
I am working on a custom carrier board with Jetson TX2 NX SOM .In the setup Jetson is taking around 2 seconds to wake from deep sleep mode(sudo systemctl suspend). Can we reduce this latency?
In dmesg logs(During wake up of Jetson TX2 NX from deep sleep) I noticed that ,NVIDIA is handling interrupts associated with the wake events.Can we disable those wake sources except sleep/wake pin of nvidia (gpio tegra-gpio-aon wake29)?Is it a good approach to reduce the sleep-wake up latency?
If so, could someone please tell me file path in NVIDIA sdk where the wake sources are listed?
can’t you accept 2-sec? may I know what’s the expectation.
please refer to Chipset Power States session for common wake sources available on Jetson platforms.
it’s device tree to define the pin as power-key, and waking up from deep sleep.
for example, $public_sources/kernel_src/hardware/nvidia/platform/t18x/lanai/kernel-dts/common/tegra186-p3509-0000-cvb.dtsi
it also takes 2-sec on developer kit to wake from deep sleep.
may I know what’s your actual use-case, you may avoid putting into SC7 if you really care about instant response.