nov 05

MD380 experimentele firmware Flyer

Op de dag van de Radio Amateur waren Roeland, PA3MET, Simon, PA9TV en Tom, PD2TMS aanwezig op de stand van HamDigitaal om een ieder die dit wilde te assisteren bij het installeren van de experimentele firmware. Speciaal voor dit doel is ook een flyer gemaakt waarin de features van de experimentele software staan beschreven. De flyer kan je hier downloaden!
md380flyer1md380flyer2

mrt 26

Customizing Tytera MD-380

Bron: Florian-Wolters.de

A few days ago I received my Tytera MD-380 which I ordered in order to exeriment with the modified software and to have the chance to hear my own audio back. It was just a little less than an hour after it was flashed with the modified firmware allowing for talk group independent listening. I used the toolset by TraviS KK4VCZ from [1] to compile respecitvely patch the original firmware for the radio.

The process for updating / patching the firmware is quite easy. I just cloned the github repository from [1] and started the process as mentioned in the README:

$ git clone https://github.com/travisgoodspeed/md380tools.git
$ cd md380tools
$ make clean
$ make all

This downloads the firmware from VA3XPR and applies some patches. Some of them enable the listening to any transmissions regardless of the talk group used. Another one modifies the USB device descriptors. If you for example want to replace Travis’ name and callsign by your own you have to modify the file patches/2.032/patch.py in line 103 where it says “#Change the manufacturer string”. After that my radio can be found under my own callsign in the list of connected USB devices for a VirtualBox vm for example.

Of coure you should re-make the firmware after you have modified this patch. When the process of compiling the firmware finished you will find a file called firmware.bin in the folder patches/2.032/. This is the firmware image that can be transferred to the radio (in upgrade mode) using the original Tytera firmware upgrade software (upgrade.exe).

After I got this running I also changed the boot logo as seen in the picure above. Currently it seems a bit tricky to create such an image with Gimp as the format obviously differs slightly. In the end I was successful with using one of the logos supplied with the md3800tools, wiping all the content and painting some stuff back into the picture. This file needs to be saved in the patches/2.032/ folder.

It is essential that you re-create the file header as used in the supplied 0x80f9ca8-poc-gs.ppm file. That can simply be done with a text editor. Modify your own picture so that the first 5 lines read:

P6
# MD380 address: 0x80f9ca8
# MD380 checksum: -941681526
160 40
255

Aster that the Makefile in the patches/2.032/ folder needs to be modified to use your image as source file to put into the firmware image. I commented out the existing line and added a new one:

$ git diff patches/2.032/Makefile 
diff --git a/patches/2.032/Makefile b/patches/2.032/Makefile
index bf7f05c..a5376c3 100644
--- a/patches/2.032/Makefile
+++ b/patches/2.032/Makefile
@@ -11,7 +11,8 @@ patches: unwrapped.bin
        ./patch.py
 
 logo: patches
-       ../../md380-gfx --firmware=experiment.img --gfx=0x80f9ca8-poc-gs.ppm relocate
+       ../../md380-gfx --firmware=experiment.img --gfx=0x80f9ca8-df2et.ppm relocate
+       #../../md380-gfx --firmware=experiment.img --gfx=0x80f9ca8-poc-gs.ppm relocate
        #../../md380-gfx --firmware=expriment.img --gfx=0x80f9ca8-poc.ppm write
        #../../md380-gfx --firmware=experiment.img --gfx=0x80f9ca8-shmoo.ppm write
        #../../md380-gfx --firmware=experiment.img --gfx=0x80f9ca8-shmoocon.ppm write

After that just recompile the firmware and transfer it to the radio with the firmware upgrade tool as outlined before. And voilà: There you go with some nice little hand painting as boot screen.

I need to dig further into the details of why some Gimp generated .ppm file does not work. So some work left for the future besides trying to built my own firmware with some more mods. 🙂

Please be aware that any modification to your rig may lead to a loss of warranty. Use this information at your own risk. I am not responsible for any damage to your equipment.

mrt 18

Tytera MD-3900: Digital Mobile Radio

Bron: Brick O’Lore

“The MD-380 was a game changer, and turned Tytera into respected brand in the DMR marketplace almost overnight.
Now they are about to do it again. Get ready for the Tytera MD-3900 Digital Mobile Radio!
Yes, that’s right, the long-awaited announcement is here. Tytera has introduced a new mobile two way radio capable of operation in both digital and analog modes.
According to Tytera, the MD-3900 operates on 400-480MHz frequencies at up to 45 watts (UHF model) or 136-174MHz VHF at up to 50 watts (VHF model). As a DMR radio, It uses Time Division Multiple Access(TDMA) technology and is compatible with MotoTRBO Tier I and II.”

No pricing yet, but expected release date is in May.

The product sheet can be found here (PDF).
(As a side note, I’ve probably not given the MD-380 as much attention as I should have.)
Tytera-MD-9600