add force_turbo notes

pull/4/head
David Rowe 2020-11-29 06:14:15 +10:30
parent e7f5105b46
commit 587cd7869d
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

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