mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
echo core | sudo tee /proc/sys/kernel/core_pattern
|
|
echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
|