3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/IPoverVHF/build_rpitx.sh
Scare Crowe b73fb8b536 BrooklynR dsat NXT 1.2 with IpoverVHF source
* Try that punk NASA -_-
2021-07-20 21:20:39 +05:00

10 lines
225 B
Bash

# automate building of RpiTx library
git clone https://github.com/F5OEO/librpitx
cd librpitx/src
make
cd ../../
echo "To the end of /boot/config.txt add"
echo " gpu_freq=250"
echo " force_turbo=1"
echo "and reboot your Pi"