Hi NXP Team,
I am working on Android and trying to use Device Idle Mode to observe a significant reduction in current consumption. To measure this, I am using a USB mA meter.
I executed the following commands:
evk_8mm:/ # dumpsys deviceidle force-idle
Unable to go deep idle; not enabled
evk_8mm:/ # dumpsys deviceidle enable
Deep idle mode enabled
Light idle mode enabled
evk_8mm:/ # dumpsys deviceidle force-idle
Now forced into deep idle mode
However, I am not observing any noticeable drop in current consumption on the board.
Could you please advise if I am missing any steps or if additional configuration is required to achieve measurable power savings?
Thank you.