diff --git a/README.md b/README.md index 0706966..77109f6 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ $ ./build_codec2.sh $ ./build_rpitx.sh $ cd tx && make ``` +At the end of `/boot/config.txt` you need: +``` +gpu_freq=250 +force_turbo=1 +``` +Then reboot your Pi. ## RTLSDR FSK Receiver diff --git a/build_rpitx.sh b/build_rpitx.sh index de0961b..f3bba56 100755 --- a/build_rpitx.sh +++ b/build_rpitx.sh @@ -1,5 +1,9 @@ -# automate building of RpiTx library and applications +# 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"