mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-06 07:12:08 +01:00
Updating instructions and minor changes
This commit is contained in:
parent
c5a9ee3bc3
commit
aa3992e7bc
2
BUILD.md
2
BUILD.md
|
|
@ -13,7 +13,7 @@ Due and Zero) and Teensy (3.1, 3.2, 3.5 or 3.6) are supported.
|
||||||
- Makefile options
|
- Makefile options
|
||||||
- Config.h options
|
- Config.h options
|
||||||
- Pinout definitions
|
- Pinout definitions
|
||||||
- Hidden functions
|
- Hidden options
|
||||||
|
|
||||||
# ZUMspot RPi
|
# ZUMspot RPi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ If you can't decode any 4FSK modulation (DMR, YSF and P25) with your ZUMspot, th
|
||||||
|
|
||||||
# Quick start
|
# 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
|
## Binary firmware installation
|
||||||
|
|
||||||
|
|
@ -63,6 +63,8 @@ and wait to complete the upgrading process.
|
||||||
|
|
||||||
## Build from the sources
|
## 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)
|
### ZUMspot Libre Kit (under Linux Raspbian)
|
||||||
|
|
||||||
Install the necessary software tools:
|
Install the necessary software tools:
|
||||||
|
|
|
||||||
|
|
@ -45,4 +45,3 @@ mv ~/MMDVM_HS/bin/outp.bin ~/MMDVM_HS/bin/zumspot_duplex_fw.bin
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
cp ~/MMDVM_HS/configs/ZUMspot_Libre.h ~/MMDVM_HS/Config.h
|
cp ~/MMDVM_HS/configs/ZUMspot_Libre.h ~/MMDVM_HS/Config.h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,6 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
#
|
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
# Install the necessary software tools
|
# Install the necessary software tools
|
||||||
|
|
@ -36,3 +34,4 @@ cd ~
|
||||||
git clone https://github.com/juribeparada/MMDVM_HS
|
git clone https://github.com/juribeparada/MMDVM_HS
|
||||||
cd MMDVM_HS/
|
cd MMDVM_HS/
|
||||||
git clone https://github.com/juribeparada/STM32F10X_Lib
|
git clone https://github.com/juribeparada/STM32F10X_Lib
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue