I noticed that suspend to ram works on Jetson
echo mem > /sys/power/state
You can wake it from the power button.
Or you can make it sleep 30 seconds and wake up automatically:
echo +30 > /sys/class/rtc/rtc0/wakealarm; echo mem > /sys/power/state