MuseBook overclok?

Hi there,

I understand that the MuseBook is using the M1 chip which support to work up to GHz. It seems is working at GHz.
I looked online and I couldn’t find anything related to how to overclock the M1.
Any suggestion how to do it or is not even possible?

Thanks

Refers to: CPU Performance Scaling — The Linux Kernel documentation

The boost File in sysfs

This file is located under /sys/devices/system/cpu/cpufreq/ and controls the “boost” setting for the whole system. It is not present if the underlying scaling driver does not support the frequency boost mechanism (or supports it, but provides a driver-specific interface for controlling it, like intel_pstate).

If the value in this file is 1, the frequency boost mechanism is enabled. This means that either the hardware can be put into states in which it is able to trigger boosting (in the hardware-based case), or the software is allowed to trigger boosting (in the software-based case). It does not mean that boosting is actually in use at the moment on any CPUs in the system. It only means a permission to use the frequency boost mechanism (which still may never be used for other reasons).

If the value in this file is 0, the frequency boost mechanism is disabled and cannot be used at all.

The only values that can be written to this file are 0 and 1.

You may also want to check scaling_boost_frequencies. My jupiter works and shows 1.8G option there.

1 Like

Nice thank you.
Is there any documentation with additional steps, troubleshooting and/or testing to confirm is working as expected?