From e1ef4539792b85533f237d58a6381be3dbe140e4 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Wed, 29 May 2019 21:54:12 -0400 Subject: [PATCH] Update docs --- BUILD.md | 10 ++++++++-- README.md | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index ebcde77..79a09d0 100644 --- a/BUILD.md +++ b/BUILD.md @@ -479,9 +479,15 @@ Please check here for detailed instructions: - make bl: it builds a firmware with USB bootloader support. -- make zumspot-pi: upload the firmware to a ZUMspot RPi version (using internal RPi serial port) +- make zumspot-pi: upload the firmware to a ZUMspot RPi version (using internal RPi serial port) -- make mmdvm_hs_hat: upload the firmware to MMDVM_HS_Hat board (using internal RPi serial port) +- make mmdvm_hs_hat: upload the firmware to MMDVM_HS_Hat board (using internal RPi serial port) + +- make nano-hotspot: upload the firmware to Nano hotSPOT board (using internal serial port) + +- make nano-dv: upload the firmware to NanoDV board (using internal serial port) + +- make d2rg_mmdvm_hs: upload the firmware to D2RG MMDVM_HS board (using internal serial port) - make dfu [devser=/dev/ttyXXX]: upload firmware using USB bootloader. "devser" is optional, and it corresponds to the USB serial port device name. This option permits to perform a reset to enter to booloader mode (DFU). If you don't use "devser", you have to press the reset button of the ZUMspot just before using this command. diff --git a/README.md b/README.md index 7ee5133..66aafce 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Download the script (*.sh) that matches with your ZUMspot/MMDVM_HS board: - install_fw_nanohs.sh: only for Nano hotSPOT board (BI7JTA) - install_fw_nanodv_npi.sh: only for NanoDV NPi board 1.0 (BG4TGO & BG5HHP) - install_fw_nanodv_usb.sh: only for NanoDV USB board 1.0 (BG4TGO & BG5HHP) +- install_fw_d2rg_mmdvmhs.sh: only for D2RG MMDVM_HS board (BG3MDO, VE2GZI, CA6JAU) - install_fw_hsdualhat.sh: only for MMDVM_HS_Dual_Hat board (DB9MAT & DF2ET & DO7EN) - install_fw_librekit.sh: only for ZUMspot Libre Kit board (KI6ZUM & VE2GZI) or generic MMDVM_HS board with USB interface - install_fw_usb.sh: only for ZUMspot USB dongle (KI6ZUM & VE2GZI)