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.

[DM388] How to enter deep sleep mode for dm388?

Other Parts Discussed in Thread: DM388, DM385

Hi Ti:

We want to enable deep sleep mode for dm388.

We hope the power consumption can be within 30mA / 3.8V in deep sleep mode.

We test it on main board only.

No LCM and touch panel and others.

But we found the deep sleep mode seems useless.

Only kernel enter suspend mode.

The software  version is RDK 380..

Hardware is dm388 linux platform.

The method we enter deep sleep mode is below.

1. echo 1 > /sys/kernel/debug/pm_debug/enable_deep_sleep

2. echo -n "mem" > /sys/power/state

The power consumption is 500 mA / 3.8V still

And the log is below.

Seems kernel is suspend.

And ti81xx_pm_suspend() is entered either.

Do you have any idea for it?

Or dm388 support deep sleep mode?

The log of entering sleep mode:


PM: Syncing filesystems ... done.
miis_motor: mmc driver sent 41, queue:2
mmc1: card 59b4 removed
Freezing user space processes ... (elapsed 0.01 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.03 seconds) done.
Suspending console(s) (use no_console_suspend to debug)

DarkHou