From 52ebcd9f4815935c1e900144df49b655e6ba97f8 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 31 Aug 2018 09:55:59 +0200 Subject: [PATCH] ccimx8x: standby: use suspend to idle instead of suspend to RAM Currently, it isn't possible to wake up the ccimx8x after suspending to RAM. For now, use the less strict "freeze" low power mode instead. https://jira.digi.com/browse/DEL-6148 Signed-off-by: Gabriel Valcazar --- .../recipes-core/busybox/busybox-1.24.1/ccimx8x/standby | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/ccimx8x/standby b/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/ccimx8x/standby index a9bb5e00c..ad1f29669 100755 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/ccimx8x/standby +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/ccimx8x/standby @@ -105,7 +105,7 @@ if [ -f "${syspower}" ]; then suspend_interfaces # Suspend the device - printf "mem" > ${syspower} + printf "freeze" > ${syspower} # Post-resume actions resume_interfaces