mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 18:46:33 +08: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
|