We are using Technexion Wandboard EDM-G-IMX8MP. It uses the NXP PMIC PCA9450C.
Our problems start with memory allocations for hibernation images. We suspect this is prior to stopping/starting the PMIC.
We are currently executing on Android 13 where we have made a swap partition:
total used free shared buffers
Mem: 1.6G 808M 857M 584K 708K
-/+ buffers/cache: 807M 858M
Swap: 6.0G 473M 5.5G
Swap is allocated from a dedicated swap partition residing on disk (eMMC).
When we hibernate the system, it seems we are running out of memory. However, we should have enough. What could be the problem?