mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
#MCU Image rc.local
|
|
|
|
/opt/apolloapi/backend/firewall
|
|
#configure gpios
|
|
gpio mode 1 out
|
|
gpio write 1 0
|
|
gpio mode 0 out
|
|
gpio write 0 1
|
|
#configure cpu
|
|
cpufreq-set -c0 -u 1.2GHz -g CONSERVATIVE
|
|
#mount nvme drive
|
|
/opt/apolloapi/backend/first_run
|