Modular Open Source Radio Firmware
 
 
 
 
 
Go to file
Silvano Seva ab306eab66 Add loading scripts, update README.md, requirements.txt and .gitignore 2020-11-03 15:14:36 +01:00
scripts Add loading scripts, update README.md, requirements.txt and .gitignore 2020-11-03 15:14:36 +01:00
.gitignore Add loading scripts, update README.md, requirements.txt and .gitignore 2020-11-03 15:14:36 +01:00
LICENSE Initial commit 2020-03-30 15:57:43 +02:00
README.md Add loading scripts, update README.md, requirements.txt and .gitignore 2020-11-03 15:14:36 +01:00
requirements.txt Add loading scripts, update README.md, requirements.txt and .gitignore 2020-11-03 15:14:36 +01:00

README.md

OpenDMR

Open source firmware for the TYT MD380

This firmware is highly experimental and is not in a usable state right now, however contributions and testing are welcome and accepted.

Installation

To build and install the firmware, first clone this repository:

git clone https://github.com/n1zzo/OpenDMR

To build the firmware you need to have a toolchain for the ARM ISA installed on you system, you can install one using your package manager. You can then proceed in building the firmware:

cd OpenDMR
make

If everithing compiled without errors you can connect your radio via USB, put it in recovery mode (by powering it on with the PTT and the button above it pressed), and flash the firmware:

make flash

Now you can power cycle your radio and enjoy the new breath of freedom!

License

This software is released under the GNU GPL v3, the modified wrapping scripts from Travis Goodspeed are licensed in exchange of two liters of India Pale Ale, we still owe you the two liters, Travis!

Credits

OpenDMR was created by:

All this was made possible by the huge reverse engineering effort of Travis Goodspeed and all the contributors of md380tools. A huge thank goes to Roger Clark, and his OpenGD77 which inspired this project, and which we aspire becoming a part of.