forked from Qortal/Brooklyn
b73fb8b536
* Try that punk NASA -_-
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"
|