How to activate hibernation on STM32MP15X with embedded Linux?
In our project we are currently trying to decrease boot time and energy consumption of an embedded linux running on an STM32MP153.
To improve energy consumption we are trying to activate hibernation, in order to test suspend-to-disk as well as the hybrid-sleep mechanism.
I have activated hibernation in the kernel and have also created a swap disk (which does not mount properly after reboot) by hand.
But still "/sys/power/state" gives me nothing more but "mem", indicating we can only do a suspend-to-ram and returns "not supported" for anything else i'll try to echo into it.
Is there a possibility to enable hibernation, even if the documentation does not list it explicitly?
Thanks in advance!
