Hello here.
We are designing a device which must work in very low power mode and boot Linux only when needed. We chose i.MX93. It has Cortex A55 cores which can be used for Linux and also a Cortex M33 core. I use i.MX93EVK development board. I built a "Hello World" example and wrote it into eMMC. Then set switches to "eMMC/SDHC1" boot. I noticed that the board still uses 1W (200mA at 5V). This is way too much. When in low power mode I expect that only M33 is started while A55 and DDR refresh logic are disabled. Starting at such high power consumption and then programmatically disabling everything what we can is not an option for us.
Could someone tell me, how I could get a power consumption which would be actually low. I expect initial power consumption less than 10mW.
Best regards,
Faustas