Updating instructions and minor changes

This commit is contained in:
Andy CA6JAU 2017-07-29 18:43:18 -04:00
parent c5a9ee3bc3
commit aa3992e7bc
4 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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