This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM620-Q1: Deep sleep console log.

Part Number: AM620-Q1

Tool/software:

Hi, Dear Expert

Environment,

SDK 10.0

HW, AM62_LP_EVM & AM62A_LP_EVM

We follow this instruction to enter deep sleep mode.

https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/10_00_00/exports/docs/linux/Foundational_Components/Power_Management/pm_low_power_modes.html?highlight=sleep%20mode

echo mem > /sys/power/state

Our dump message as below,

But I think standard message as below.

echo mem > /sys/power/state
[  230.181404] PM: suspend entry (deep)
[  230.185406] Filesystems sync: 0.000 seconds
[  230.219094] Freezing user space processes
[  230.224495] Freezing user space processes completed (elapsed 0.001 seconds)
[  230.231506] OOM killer disabled.
[  230.234736] Freezing remaining freezable tasks
[  230.240432] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[  230.247825] printk: Suspending console(s) (use no_console_suspend to debug)
[  230.266309] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 179: state: 1: ret 0
[  230.266456] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 178: state: 1: ret 0
[  230.273953] omap8250 2800000.serial: PM domain pd:146 will not be powered off
[  230.274450] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 117: state: 1: ret 0
[  230.284177] remoteproc remoteproc1: stopped remote processor 79000000.r5f
[  230.287440] Disabling non-boot CPUs ...
[  230.289569] psci: CPU1 killed (polled 0 ms)
[  230.292413] psci: CPU2 killed (polled 4 ms)
[  230.295457] psci: CPU3 killed (polled 0 ms)

It seems that we lost some log message,  does deep sleep work ok?

Or Do I miss something?

Thank you very much

Gibbs