/
i.MX 8X CPU
i.MX 8X CPU
The Linux kernel supports the cpu-hotplug mechanism. You can enable or disable the CPU or CPU core without rebooting the system. Not only is CPU hotplug useful for replacing defective components, but it can also be used in other contexts to increase the productivity of a system.
The i.MX8QM/i.MX8QXP SoC can have multiple processor cores on the die. To see all available cores in the system, execute:
$ ls /sys/devices/system/cpu -1
The output:
cpu0 cpu1 cpu2 cpu3 cpufreq
[...]
By default, all available cores in the system are enabled. To switch off any single core, execute:
$ echo 0 > /sys/devices/system/cpu/cpu2/online
To power up the core again, execute:
$ echo 1 > /sys/devices/system/cpu/cpu2/online
, multiple selections available,
Related content
i.MX 8M Mini CPU
i.MX 8M Mini CPU
More like this
i.MX 8X Thermal
i.MX 8X Thermal
More like this
i.MX 8M Mini Software Distribution
i.MX 8M Mini Software Distribution
More like this
conga-SMX8-Mini
conga-SMX8-Mini
More like this
conga-SMX8-Mini Variants
conga-SMX8-Mini Variants
More like this
conga-SMX8-Plus
conga-SMX8-Plus
More like this