update README.md;

usb-support
Bryan Biedenkapp 4 years ago
parent fcf083893c
commit 373e436d3c

@ -1,6 +1,6 @@
# Digital Voice Modem Firmware (Hotspot) # Digital Voice Modem Firmware (Hotspot)
The DVM firmware provides the embedded microcontroller implementation of a mixed-mode DMR/P25 or dedicated-mode DMR or P25 repeater system. The firmware; is the portion of a complete Over-The-Air modem implementation that uses an ADF7021 to provide a raw RF interface. The DVM hotspot firmware provides the embedded microcontroller implementation of a dedicated-mode DMR, P25 or NXDN hotspot system. The firmware; is the portion of a complete Over-The-Air modem implementation that uses an ADF7021 to provide a raw RF interface.
This project is a direct fork of the MMDVM_HS (https://github.com/juribeparada/MMDVM_HS) project. This project is a direct fork of the MMDVM_HS (https://github.com/juribeparada/MMDVM_HS) project.
@ -48,7 +48,6 @@ Resetting device...
Reset done. Reset done.
``` ```
### Install the firmware with bootloader support for USB connection ### Install the firmware with bootloader support for USB connection
If you want to use the device via USB port you have to install a bootloader and build the firmware with bootloader support. As the raw device cannot be used with USB you have to use a USB-serial adapter or STlink device. If you want to use the device via USB port you have to install a bootloader and build the firmware with bootloader support. As the raw device cannot be used with USB you have to use a USB-serial adapter or STlink device.
@ -88,6 +87,10 @@ Flash page at addr: 0x0800f400 erased
``` ```
The device should now be usable as /dev/ttyACMx. The device should now be usable as /dev/ttyACMx.
## Notes
**NXDN Support Note**: NXDN support is currently experimental.
## License ## License
This project is licensed under the GPLv2 License - see the [LICENSE.md](LICENSE.md) file for details. Use of this project is intended, for amateur and/or educational use ONLY. Any other use is at the risk of user and all commercial purposes is strictly discouraged. This project is licensed under the GPLv2 License - see the [LICENSE.md](LICENSE.md) file for details. Use of this project is intended, for amateur and/or educational use ONLY. Any other use is at the risk of user and all commercial purposes is strictly discouraged.

Loading…
Cancel
Save

Powered by TurnKey Linux.