mirror of https://github.com/drowe67/pirip.git
add force_turbo notes
parent
e7f5105b46
commit
587cd7869d
|
@ -35,6 +35,12 @@ $ ./build_codec2.sh
|
||||||
$ ./build_rpitx.sh
|
$ ./build_rpitx.sh
|
||||||
$ cd tx && make
|
$ 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
|
## RTLSDR FSK Receiver
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# automate building of RpiTx library and applications
|
# automate building of RpiTx library
|
||||||
git clone https://github.com/F5OEO/librpitx
|
git clone https://github.com/F5OEO/librpitx
|
||||||
cd librpitx/src
|
cd librpitx/src
|
||||||
make
|
make
|
||||||
cd ../../
|
cd ../../
|
||||||
|
echo "To the end of /boot/config.txt add"
|
||||||
|
echo " gpu_freq=250"
|
||||||
|
echo " force_turbo=1"
|
||||||
|
echo "and reboot your Pi"
|
||||||
|
|
Loading…
Reference in New Issue