I am trying to do power optimisation in imx8mp processor, its application is to capture data from camera sensor and displaying it. I tried it with changing CPU frequency governors by following
How to reduce the CPU Frequency on iMX8M
observed different results in power like
I am looking for possibilities in by adjusting ddr frequency and disabling any one of the 4 CPUs,but still cannot find proper method of doing it.
And my question is
Will reducing CPU frequency or DDR frequency or disabling CPU core results in similar observation which I have mentioned above with compromise on performance ?
And using VPU instead of using CPU to capture frames will result in better performance and power consumption ?
Please refer the AN13054 i.MX 8M Plus Power Consumption Measurement.
Will reducing CPU frequency or DDR frequency or disabling CPU core results in similar observation which I have mentioned above with compromise on performance ?
-->Of course,
And using VPU instead of using CPU to capture frames will result in better performance and power consumption ?
-->VPU is used for decode or encode, not read frame.