Page 2 of 7

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 8:30 am
by F1RMB
IV3XHF wrote:
Sun Mar 22, 2020 8:29 am
Hello Daniel,
I try the firmware loader with Windows 10 and GD77 it works well without problems.
Thanks for this beautiful work
IV3XHF Dario
Thanks Dario.

Cheers.
---
Daniel

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 10:23 am
by VK3KYY
Thanks guys

I think this is safe to add to the next release.

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 12:10 pm
by F1CXG
Too busy with my soldering iron, I was late in testing Daniel's loader, it works without problems on my PC Win 10 pro 64 ;)

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 12:24 pm
by F1RMB
Hi Thierry,
F1CXG wrote:
Sun Mar 22, 2020 12:10 pm
Too busy with my soldering iron, I was late in testing Daniel's loader, it works without problems on my PC Win 10 pro 64 ;)
Not problem, your hotspot looks nice. Thanks for the report.

ATM, only Windows 10 x64 reported, but that seems to work.


Cheers.
---
Daniel

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 12:31 pm
by F1CXG
Thanks to you (again) I can also test a Linux version :mrgreen:

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 1:22 pm
by F1RMB
F1CXG wrote:
Sun Mar 22, 2020 12:31 pm
Thanks to you (again) I can also test a Linux version :mrgreen:
Yup, but you need to install latest "mono-complete" first ;-)

Cheers.
---
Daniel

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 1:41 pm
by F1RMB
Hi Thierry,
F1CXG wrote:
Sun Mar 22, 2020 12:31 pm
Thanks to you (again) I can also test a Linux version :mrgreen:
So, if you're interested in testing the Linux port flasher, you need latest mono. For this, you need to configure the mono apt repository first:

Code: Select all

sudo apt install gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt-get install mono-complete
Then, unzip the attached file somewhere, and you could start it from the command line

Code: Select all

cd <where the EXE and the DLL are located>
mono GD77_FirmwareLoader-Linux.exe
or using you desktop environment, right click on the EXE, and ask to run it using Mono.

Cheers.
---
Daniel

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 3:04 pm
by F1CXG
Tnx for all Daniel ;)

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 3:49 pm
by n7rde
Works great
on gd77 win7 64 pro

Thanks

Ron N7RDE

Re: [Sunday tests] Updated firmware loader.

Posted: Sun Mar 22, 2020 3:57 pm
by F1CXG
It works, thank you Daniel 8-)
LOADER LINUX.jpg
LOADER LINUX.jpg (133.23 KiB) Viewed 4918 times