mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 03:57:48 +01:00
MycroftOS: Use ondemand CPU governor
This commit is contained in:
parent
6c7b39c1c3
commit
8871ab4515
@ -6,7 +6,7 @@ exec 1>/var/log/$(basename $0).log 2>&1
|
||||
mkdir -p /boot
|
||||
mount -t vfat /dev/mmcblk0p1 /boot
|
||||
|
||||
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
||||
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
||||
|
||||
rm /var/lib/alsa/asound.state
|
||||
rm /etc/pulse/default.pa
|
||||
|
Loading…
x
Reference in New Issue
Block a user