Using Pistar to flash DVMEGA hat on a RPi

DV-Mega Single / Dual band Hat for the Raspberry Pi
User avatar
N8ODV
Posts: 13
Joined: Thu Apr 12, 2018 6:26 am
Location: Grand Rapids, MI USA
Contact:

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by N8ODV »

KE0FHS wrote: Thu Sep 27, 2018 1:57 pm Thanks for sharing your work figuring this out, Bruce!
No problems, I'm admittedly not the sharpest tool in the shed, but, I always figure knowledge is more valuable, the more you share it. If I can help someone else, it helps pay back for all the things I've learned from others.
Image Bruce Sommer, Grand Rapids, MI, USA
KG5ZOK
Posts: 4
Joined: Fri May 04, 2018 1:55 pm

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by KG5ZOK »

Here is the Linux shell script that I created to automate the steps listed here for updating. It will prompt for the version, and append that information to the steps needed to download and install that version. For example, if you want to download the V326_RPI version, that is what you would enter.

Standard warning: this script appears to function correctly, but I am not responsible for its use on your machine. Only use this if you know what you are doing.

Feel free to adjust as you see fit to meet your needs.

Code: Select all

#!/bin/bash
clear
read -p "Please enter upgrade version (ex.:V326_RPI): " version
cd /tmp
wget http://www.pistar.uk/downloads/dvmega-flash-tools.zip
wget http://www.dvmega.auria.nl/images/DVMEGA_RH_$version.zip
unzip -d dvmega dvmega-flash-tools.zip
unzip -j -d dvmega DVMEGA_RH_$version.zip
cd dvmega/
file=_JAPAN.hex
sudo rm DVMEGA_RH_$version$file
sudo ./flash_gpio.sh
Last edited by KG5ZOK on Tue Oct 02, 2018 2:03 am, edited 2 times in total.
User avatar
N8ODV
Posts: 13
Joined: Thu Apr 12, 2018 6:26 am
Location: Grand Rapids, MI USA
Contact:

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by N8ODV »

Cool script, thanks for posting.
Image Bruce Sommer, Grand Rapids, MI, USA
K0CJC
Posts: 4
Joined: Mon Oct 15, 2018 8:52 pm

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by K0CJC »

I've burned a couple extra ATMega chips with different firmware. That way on the Single Channel Hat I can just pop out the chip and put in the new one with the latest firmware without voiding warranties, etc. If anyone would like a spare chip pre-loaded with the DVMega firmware send me a PM and we can work something out.
Kb9mnm
Posts: 3
Joined: Tue Dec 11, 2018 1:45 am
Location: Chicago

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by Kb9mnm »

I, too, am getting the time out error when trying to flash. I have the single band board and pi-star has upgraded the firmware before. Is it necessary for the wire to be soldered? I've heard conflicting answers. Thoughts?
User avatar
KE0FHS
Posts: 1122
Joined: Wed Apr 11, 2018 8:40 pm
Location: Colorado, USA
Contact:

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by KE0FHS »

Kb9mnm wrote: Mon Apr 29, 2019 10:47 pm I, too, am getting the time out error when trying to flash. I have the single band board and pi-star has upgraded the firmware before. Is it necessary for the wire to be soldered? I've heard conflicting answers. Thoughts?
Can you provide more details?
Is your DVMEGA mounted on an RPi? If so, then you do need to solder the wire if you want to upgrade the firmware from Pi-Star. To see the soldered wire diagram for the single band board mounted on an RPi, take a look here: https://amateurradionotes.com/pi-star-notes.htm#viarpi
What version of Pi-Star are you running? There was an issue with Pi-Star 4.0.0-RC3 not being able to upgrade the DVMEGA firmware, but that should be fixed in Pi-Star 4.0.0-RC4.
73, Toshen, KE0FHS
Playing with Pi-Star (unofficial notes about setting up and using Pi-Star):
https://amateurradionotes.com/pi-star.htm
User avatar
KE0FHS
Posts: 1122
Joined: Wed Apr 11, 2018 8:40 pm
Location: Colorado, USA
Contact:

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by KE0FHS »

One other thing: I've noticed that the dvmega.nl website hasn't been reachable for a couple days, so if you're getting a time out when attempting to run the step that downloads the firmware zip file from there, that could be why. Unfortunately, it looks like the alternative site is also experiencing issues with their downloads not being available: http://www.dv-mega.co.uk/Downloads.html

Oh, never mind, it looks like dvmega.nl is blocking my VPN service (Mullvad). When I disconnected from the VPN, I was able to reach dvmega.nl just fine. Strange, I don't run into that very often.
73, Toshen, KE0FHS
Playing with Pi-Star (unofficial notes about setting up and using Pi-Star):
https://amateurradionotes.com/pi-star.htm
Kb9mnm
Posts: 3
Joined: Tue Dec 11, 2018 1:45 am
Location: Chicago

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by Kb9mnm »

I’m running my raspberry pi 2 with the dvmega. The time out error is happening when trying flash the eprom. Kind of makes me nervous to solder the wire only because 1) I’m not a good solder-er 2) see #1. I do have the Arduino board that I’ve used before to update it so maybe I’ll stick to that process.
****update***
Successfully updated to 3.26 via the Uno board. :P
User avatar
w7efs
Posts: 335
Joined: Sun Apr 22, 2018 4:26 pm

Re: Using Pistar to flash DVMEGA hat on a RPi

Post by w7efs »

Dual-band firmware upgraded to 3.26 successfully on Raspberry Pi Model B Plus Rev 1.2 :
dvmega_FW_upgrade.png
dvmega_FW_upgrade.png (2.39 KiB) Viewed 10616 times
Post Reply