Tool/software: Linux
Hello TI,
I am more interested in the power characteristics of a single core. For experimental purposes, I am disabling the CPU1 by writing a '0' to the online file corresponding to the CPU1. Like below.
echo 0 > /sys/device/system/cpu/cpu1/online
I would also like to disable GPU, DSP and IVA similarly. Is there a easy solution to do so at Linux runtime? Or should I use the device tree files for the same? Could you please explain the process?
Thank you for your time.