i.MX 8M Mini suspend mode issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX 8M Mini suspend mode issue

1,092 Views
baijinlong
Contributor III

We have an imx8m mini development board with pca9450(PMIC) and  DDR3L. We use the following command to put it into suspend mode, but we cannot wake it up through the serial port(Debug port).

echo enabled > /sys/class/tty/ttymxc1/power/wakeup

echo mem > /sys/power/state

pastedImage_2.png

In suspend mode, the VDD_ARM  voltage is 0V, NVCC_DRAM is 1.35V, VDD_SOC is 0.8V,VDD_GPU is 0.75V.

After entering any characters into the serial port, the VDD_ARM  voltage is 0.9V, NVCC_DRAM is 1.35V, VDD_SOC is 0.85V,VDD_GPU is 0.95V.But the system hangs and no characters are output from the debug port.


How should we debug about resuming from suspend mode?

Is there any relevant guidance material?

Labels (1)
0 Kudos
1 Reply

960 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jinlong

seems board just hanged (probably due to custom board software modifications)

based on provided data (in particular "VDD_GPU is 0.75V" compared with data provided in

Table 2. Suspend mode  i.MX 8M Mini Power Consumption Measurement )

Suspend mode can be tested on reference board with Demo Images from link

i.MX Software and Development Tools | NXP 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos