Hi
Yes, I want to power down one or more of the A cores.
After limiting the cores with say maxcpus=1 in uboot the other cores are indeed shown as offline as expected:
root@imx95:~# cat /sys/devices/system/cpu/cpu?/online
1
0
0
0
0
0
However the cores appear to still be powered as per the output below. Also there is no improvement in operating temperature - I would expect at least some improvement from powering down the cores. Unfortunately I'm not set up to measure current consumption to confirm this at the moment hence I'm using the temperature and this power domain status as an indicator of success:
root@imx95:~# cat /sys/kernel/debug/pm_genpd/a55c?/current_state
on
on
on
on
on
on