Add overclocking options to RK3326
This commit is contained in:
parent
6c5b8450f8
commit
cecd267e49
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2024 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
cat <<EOF >/storage/.config/profile.d/001-device_config
|
||||
DEVICE_TURBO_MODE="true"
|
||||
EOF
|
Loading…
Reference in a new issue