Add 12.288MHz TCXO info

master
phl0 7 years ago
parent a2b9b362f1
commit 3d5e0d1292
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

@ -78,7 +78,14 @@ If you want to update the MMDVM_HS firmware itself later on via USB you can use
#define MMDVM_HS_DUAL_HAT_REV10
#define ENABLE_ADF7021
#define DUPLEX
#define ADF7021_14_7456
or
#define ADF7021_12_2880
for boards with 12.288MHz TCXO.
#define STM32_USB_HOST
#define ENABLE_SCAN_MODE
@ -138,6 +145,12 @@ Optionally:
#define SEND_RSSI_DATA
#define SERIAL_REPEATER
And for 12.288MHz TCXO equipped boards
#define ADF7021_12_2880
instead of the 14_7456 option.
Build the firmware:
make
@ -158,5 +171,9 @@ And finally upload the firmware to the MMDVM_HS_Dual_Hat:
$ rpi-rw
$ pistar-mmdvmhshatflash hs_dual_hat
If you have a board equipped with 12.288MHz TCXO you have to flash the according firmware type using:
$ pistar-mmdvmhshatflash hs_dual_hat-12mhz
## License
This project is released under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 (CC-BY-NC-SA 3.0, https://creativecommons.org/licenses/by-nc-sa/3.0/) license. You may edit and share it as you like, as long as credit is given and the license is not changed. You can build as many boards for you and your friends as you like and you can even sell it to them to cover your costs, **however it is strictly forbidden to turn this into a commercial product! You are not allowed to build and sell these boards for profit!**

Loading…
Cancel
Save

Powered by TurnKey Linux.