mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
10 lines
225 B
Bash
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"
|