Jetson nano sleep/wake-up make Power down

Dear
I am make nano to sleep,but when it wake up,sometime nano power down.
as follow:

root@a-desktop:~#echo +30 > /sys/class/rtc/rtc0/wakealarm
root@a-desktop:~# echo mem > /sys/power/state
[ 261.474646] tegra_cec 70015000.tegra_cec: suspended
[ 261.526256] IRQ10 no longer affine to CPU1
[ 261.530793] CPU1: shutdown
[ 261.554232] IRQ11 no longer affine to CPU2
[ 261.558799] CPU2: shutdown
[ 261.586185] IRQ12 no longer affine to CPU3
[ 261.590761] CPU3: shutdown
WBD
[ 261.596547] tegra-i2c 7000d000.i2c: ISR called even though no transfer
[ 261.596547] tegra-i2c 7000d000.i2c: int_status - 0x0, mask - 0x0 status - 0x0
[ 261.597622] cache: parent cpu1 should not be sleeping
[ 261.603820] cache: parent cpu2 should not be sleeping
[ 261.609842] cache: parent cpu3 should not be sleeping
[ 262.987955] tegra_cec 70015000.tegra_cec: Resuming
[ 262.992869] tegra_cec 70015000.tegra_cec: tegra_cec_init started
root@a-desktop:~# [ 264.025721] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[ 269.866544] systemd-shutdow: 39 output lines suppressed due to ratelimiting
[ 270.163620] tegra-xusb 70090000.xusb: Host not halted after 16000 microseconds.
[ 270.206422] IRQ10 no longer affine to CPU1
[ 270.211034] CPU1: shutdown
[ 270.266247] IRQ11 no longer affine to CPU2
[ 270.271021] CPU2: shutdown
[ 270.331369] IRQ12 no longer affine to CPU3
[ 270.337242] CPU3: shutdown
[ 270.345431] reboot: Power down
[ 270.354047] max77620-power max77620-power: SoC specific power off sequence

Hi,

Could you share the full step of how you entering the suspend and wake it up?

root@asa-desktop:/home# echo +30 > /sys/class/rtc/rtc0/wakealarm
root@asa-desktop:/home# echo mem > /sys/power/state
[ 102.010102] pwm_fan_driver pwm-fan: pwm_fan_suspend:gpio request failed 39
[ 102.017105] tegra_cec 70015000.tegra_cec: suspended
[ 102.061560] IRQ10 no longer affine to CPU1
[ 102.066025] CPU1: shutdown
[ 102.093477] IRQ11 no longer affine to CPU2
[ 102.098094] CPU2: shutdown
[ 102.125400] IRQ12 no longer affine to CPU3
[ 102.129997] CPU3: shutdown
ERROR: BPMP not powered on
WBD
[ 102.139684] tegra-i2c 7000d000.i2c: ISR called even though no transfer
[ 102.139684] tegra-i2c 7000d000.i2c: int_status - 0x0, mask - 0x0 status - 0x0
[ 102.140725] cache: parent cpu1 should not be sleeping
[ 102.146822] cache: parent cpu2 should not be sleeping
[ 102.152725] cache: parent cpu3 should not be sleeping
[ 103.533820] tegra_cec 70015000.tegra_cec: Resuming
[ 103.538770] tegra_cec 70015000.tegra_cec: tegra_cec_init started
root@asa-desktop:/home#
Session termina[ 104.561620] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[ 110.274766] systemd-shutdow: 38 output lines suppressed due to ratelimiting
[ 110.618576] IRQ10 no longer affine to CPU1
[ 110.623625] CPU1: shutdown
[ 110.671324] IRQ11 no longer affine to CPU2
[ 110.677750] CPU2: shutdown
[ 110.714977] IRQ12 no longer affine to CPU3
[ 110.719991] CPU3: shutdown
[ 110.726860] reboot: Power down
[ 110.734760] max77620-power max77620-power: SoC specific power off sequence

Hi,

Please at least give us some description. It does not help if you just copy and paste the same log again and again.

I want to make nano sleep 30 seconds and wake up automatically, as follow:
echo +30 > /sys/class/rtc/rtc0/wakealarm
echo mem > /sys/power/state

But sometimes nano power down after it wake up.

If you don’t set the wakealarm, and just wake it up manually, will you hit this error?

How to wake it up manually?

Press the power button.

NO ,Press the power button can’t wake up it

please use below command instead of the echo mem command.

sudo systemctl suspend

1 Like