mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-05 00:00:25 +01:00
Update docs
This commit is contained in:
parent
97d270a1fe
commit
e1ef453979
10
BUILD.md
10
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue