Modular Open Source Radio Firmware
 
 
 
 
 
Go to file
Niccolò Izzo 9aefde7fc7 Add undefined behaviour sanitizer option 2021-02-17 09:52:36 +01:00
.github/workflows Updated CI configuration after merge of MD-380 and MD-390 targets 2021-02-03 15:15:54 +01:00
assets Move assets folder and add splash screen gif 2020-11-19 12:31:28 +01:00
minmea Add minmea integration for GPS data decoding 2021-02-03 22:51:44 +01:00
openrtx GPS: Enable GPS on gps_task start only if enabled in settings 2021-02-16 22:47:38 +01:00
platform Add test NMEA sentences on linux platform 2021-02-16 23:44:18 +01:00
rtos Fix deadlock issue on linux target 2021-01-15 22:09:11 +01:00
scripts Add loading scripts, update README.md, requirements.txt and .gitignore 2020-11-03 15:14:36 +01:00
tests Reorganised and updated the testsuites 2021-02-13 11:24:05 +01:00
.gitignore Update .gitignore 2020-12-18 19:25:28 +01:00
99-openrtx.rules Correct error in udev rules 2020-12-27 12:10:53 +01:00
LICENSE Initial commit 2020-03-30 15:57:43 +02:00
README.md Fix README 2021-02-15 18:53:27 +01:00
cross_arm.txt Removed '-fdata-sections' compiler directive, breaking binaries with GCC < 10.0.0 2021-01-23 22:13:18 +01:00
meson.build Add undefined behaviour sanitizer option 2021-02-17 09:52:36 +01:00
meson_options.txt Add undefined behaviour sanitizer option 2021-02-17 09:52:36 +01:00
requirements.txt Add meson build system 2020-11-03 15:15:35 +01:00

README.md

OpenRTX

Modular Open Source Radio Firmware

OpenRTX is a free and open source firmware for digital ham radios, top-down designed with modularity, flexibility and performance in mind.

Currently OpenRTX is being actively developed for the following radios:

  • TYT MD-380/390
  • TYT MD-UV380/390
  • TYT MD-9600
  • Radioddity GD77

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

For information on currently supported radios and features, see the Development status wiki page.

For hardware and software documentation visit openrtx.org

Flash on MD-3x0 and MD-UV3x0

On TYT MD-3x0 and MD-UV3x0 you can flash our firmware using tarxvf's web based flashing tool.

  • Download the latest OpenRTX release for your radio from the releases page.
  • Connect your radio to the PC, put it in DFU mode (turn off, turn on pressing PTT and the button just above).
  • On linux, macOS and Android, open Chrome/Chromium and navigate to dmr.tools,
  • Click on "Upgrade", then "Connect Radio(s)", under "Select firmware file" choose "Upload from my computer",
  • Click on "Choose File", select the latest OpenRTX release you downloaded before, and click on "Upgrade Radio".
  • Reboot your radio

Compile and flash

For instructions on how to compile and flash OpenRTX to your radio, or just run OpenRTX on Linux see the How to compile wiki page.

Screenshots

Contact

To reach out, come to our M17 Reflector or into our Discord Server.

License

This software is released under the GNU GPL v3.

minmea is released under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE v2.

Disclaimer

This project was created for research and amateur radio use only, we are not responsible for improper uses of this code which might lead to unauthorized transmission, reception or patent infringments.

Credits

OpenRTX 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 not only inspired this project, but as a precursor, provided a working code example for the GD77 radio family. Finally, a warm thank you goes to SP5WWP and the M17 community for bringing their libre protocol into our obscure undocumented hardware.