diff --git a/BUILD.md b/BUILD.md index fb2d284..bd52725 100644 --- a/BUILD.md +++ b/BUILD.md @@ -13,7 +13,7 @@ Due and Zero) and Teensy (3.1, 3.2, 3.5 or 3.6) are supported. - Makefile options - Config.h options - Pinout definitions -- Hidden functions +- Hidden options # ZUMspot RPi diff --git a/README.md b/README.md index 2823f55..5c77f29 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you can't decode any 4FSK modulation (DMR, YSF and P25) with your ZUMspot, th # Quick start -Please see BUILD.md for more details, and also MMDVM Yahoo Groups. +Please see BUILD.md for more details, and also MMDVM Yahoo Groups. You also can check at MMDVM_HS/scripts folder for some automatic tasks. ## Binary firmware installation @@ -63,6 +63,8 @@ and wait to complete the upgrading process. ## Build from the sources +You could check at MMDVM_HS/configs for common Config.h examples, using different ZUMspot boards. + ### ZUMspot Libre Kit (under Linux Raspbian) Install the necessary software tools: diff --git a/scripts/build_fw.sh b/scripts/build_fw.sh index 1cbf939..83e2e49 100755 --- a/scripts/build_fw.sh +++ b/scripts/build_fw.sh @@ -45,4 +45,3 @@ mv ~/MMDVM_HS/bin/outp.bin ~/MMDVM_HS/bin/zumspot_duplex_fw.bin make clean cp ~/MMDVM_HS/configs/ZUMspot_Libre.h ~/MMDVM_HS/Config.h - diff --git a/scripts/install_buildtools.sh b/scripts/install_buildtools.sh index 650115c..561e535 100755 --- a/scripts/install_buildtools.sh +++ b/scripts/install_buildtools.sh @@ -16,8 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# - cd ~ # Install the necessary software tools @@ -36,3 +34,4 @@ cd ~ git clone https://github.com/juribeparada/MMDVM_HS cd MMDVM_HS/ git clone https://github.com/juribeparada/STM32F10X_Lib +