I have an imx8 mini processor, trying out a wake from sleep operation.
The kernel is 5.15.32 - running Debian.
I initiate the following to put the unit to sleep:
$ echo mem > /sys/power/state
Then I activate the wake pin. The system starts to wake up.
Looks like the cursor appears, then it falls back asleep.
My question is, if anyone has seen something like this and has a quick idea what I am doing wrong? For example, is the power state driver not clearing the state after waking?
I realize this is way out of scope, so I am not expecting much.
Enclosed the log of why I see on the console.
We are using a Congatec SMARC board - conga-SMX8-Mini. It has 4 cores and 2Gigbytes of Ram.
I am using their variant of the 5.15.32 kernel source. The device tree is their standard device tree for this system with the addition of a modification to generate a spi device file.
I am just hoping someone knows an "a-ha" piece of information I can examine to fix this.