mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-21 06:13:38 +00:00
Updating some comments and text
This commit is contained in:
parent
2c812991f7
commit
a68946e0b2
3 changed files with 42 additions and 41 deletions
12
README.md
12
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# Introduction
|
||||
|
||||
This is the source code of ZUMSpot, personal hotspot (ADF7021 version of the MMDVM firmware), based on Jonathan G4KLX's MMDVM software. This firmware supports D-Star, DMR, System Fusion and P25 digital modes.
|
||||
This is the source code of ZUMspot, personal hotspot (ADF7021 version of the MMDVM firmware), based on Jonathan G4KLX's MMDVM software. This firmware supports D-Star, DMR, System Fusion and P25 digital modes.
|
||||
|
||||
This software is intended to be run on STM32F103 microcontroller. You can build this code using Arduino IDE with STM32duino package, or using "make" with ARM GCC tools. Also, Arduino with 3.3 V I/O (Arduino Due and Zero) and Teensy (3.1, 3.2, 3.5 or 3.6) are supported.
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ This software is licenced under the GPL v2 and is intended for amateur and educa
|
|||
|
||||
Please see BUILD.md for more details, and also MMDVM Yahoo Groups.
|
||||
|
||||
## ZUMSpot Libre Kit (under Linux Raspbian)
|
||||
## ZUMspot Libre Kit (under Linux Raspbian)
|
||||
|
||||
Install the necessary software tools:
|
||||
|
||||
|
|
@ -28,11 +28,11 @@ Build the firmware with USB bootloader support (the default Config.h is OK for L
|
|||
|
||||
make bl
|
||||
|
||||
Upload the firmware to ZUMSpot Libre Kit using the USB port (your Libre Kit has the bootloader already installed):
|
||||
Upload the firmware to ZUMspot Libre Kit using the USB port (your Libre Kit has the bootloader already installed):
|
||||
|
||||
sudo make dfu devser=/dev/ttyACM0
|
||||
|
||||
## ZUMSpot RPi
|
||||
## ZUMspot RPi
|
||||
|
||||
### Enable serial port in Raspberry Pi 3 or Pi Zero W
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ Reboot your RPi:
|
|||
|
||||
sudo reboot
|
||||
|
||||
### Build de firmware and upload to ZUMSpot RPi
|
||||
### Build de firmware and upload to ZUMspot RPi
|
||||
|
||||
Install the necessary software tools:
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ Build the firmware:
|
|||
|
||||
make
|
||||
|
||||
Upload the firmware to ZUMSpot RPi board:
|
||||
Upload the firmware to ZUMspot RPi board:
|
||||
|
||||
sudo make zumspot-pi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue