Hi TI,
We are using TI processor AM3356, and we use linux kernel and filesystem from TI,
am335x-evm-sdk-bin-07.00.00.00.tar.gz/board-support/linux-3.12.10-ti2013.12.01.tar.bz2
board-support-bin/filesystem/tisdk-rootfs-image-am335x-evm.tar.gz
We have some problem about how to make the processor and PMIC sleep?
If we use the following command to put the processor into sleep, but the PMIC voltage and current do not decrease.
root@(none):~# echo standby > /sys/power/state
[ 22.948249] PM: Syncing filesystems ... done.
[ 24.481667] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 24.489792] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 24.498334] Suspending console(s) (use no_console_suspend to debug)
If possible to use software to put pmic in sleep mode first and then issue the above command?
The PMIC we are using is TI tps65217c.
Thank you!
Best regards,
desmond