QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
225 B

# 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"