Working with an IMX8m mini and I am looking for power saving operations. I noticed the low power boot mode of the processor. So, I am asking if there is there any way to set the ARM_A53_CLK_ROOT to less than 1Ghz values while linux is running?
What about cores, can they be disabled. Say four cores reduced to 2 cores for different workloads?
已解决! 转到解答。
Hi @A_Guyula :
By default, current BSP support 3 frequencies for imx8mm EVK board.
This is defined in device tree--imx8mm.dtsi
If you need 1Ghz frequency, please add the relative node into the dts file
Regards
Daniel
This appears to function, thanks.
Seems you MUST be root to execute these commands, just using sudo doesn't work. Guess I need to refresh on operating a root command as sudo vs actually being root.
Anything else you can help with ? Can the CPU clocks be reduced further than 1.2Ghz?
A M
it can be reduced further than 1.2G hz
I am confused a little by the statement. Does powersave allow Linux to choose lower clock speed settings or are you saying that it can be done.
If it can be done, are there any examples?
Hi @A_Guyula :
By default, current BSP support 3 frequencies for imx8mm EVK board.
This is defined in device tree--imx8mm.dtsi
If you need 1Ghz frequency, please add the relative node into the dts file
Regards
Daniel