New Stable version [R20240908] Including source code

VK3KYY
Posts: 8569
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

New Stable version [R20240908] Including source code

Post by VK3KYY » Sun Sep 08, 2024 9:59 am

The source code for the latest stable release version as well as the firmware and voice prompts file can be downloaded from this URL

https://opengd77.com/downloads/releases ... /R20240908

For installation instructions, see viewtopic.php?f=19&t=2380

User avatar
Ik0nwg
Posts: 258
Joined: Sat Nov 16, 2019 7:23 am
Location: JN61VG
Contact:

Re: New Stable version [R20240908]

Post by Ik0nwg » Sun Sep 08, 2024 10:36 am

Thanks to the whole team-
Ciao
Sal

User avatar
i5ekx
Posts: 67
Joined: Fri Dec 09, 2022 3:14 pm
Location: JN53DM
Contact:

Re: New Stable version [R20240908]

Post by i5ekx » Sun Sep 08, 2024 3:07 pm

Thanks Roger, to you and the whole team, the stable release I guess eliminates some bugs without adding new features, right?

OZ1FTG
Posts: 54
Joined: Fri Mar 29, 2024 3:52 pm

Re: New Stable version [R20240908]

Post by OZ1FTG » Mon Sep 09, 2024 5:05 pm

Thank you Team :D


Took the source from here:
downloads/releases/MDUV380_DM1701/R2024 ... 240908.zip

Extracted the zip , and "ran" ./prepare in the "unzipped dir"

I just "opened proj from filesystem", and build with CubeIDE 1.14.0 (linux)

Selected DM1701 in:
Projects --> Build Configuration --> Set Active

Code: Select all

Finished building target: MDUV380_firmware.elf
 
arm-none-eabi-size  MDUV380_firmware.elf 
arm-none-eabi-objdump -h -S MDUV380_firmware.elf  > "MDUV380_firmware.list"
arm-none-eabi-objcopy  -O binary MDUV380_firmware.elf  "MDUV380_firmware.bin"
   text	   data	    bss	    dec	    hex	filename
 728864	  75112	 108984	 912960	  dee40	MDUV380_firmware.elf
Finished building: default.size.stdout
 
Finished building: MDUV380_firmware.bin
 
Finished building: MDUV380_firmware.list
 
../tools/codec_cleaner  -i "MDUV380_firmware.bin" -o OpenDM1701.bin
codec_cleaner (STM32) v0.0.3 (c) 2021 - 2023 Roger Clark, VK3KYY / G4KYF & Daniel Caujolle-Bert, F1RMB.
Input file: 'MDUV380_firmware.bin'
Output file: 'OpenDM1701.bin'
File 'OpenDM1701.bin' created
 

18:51:40 Build Finished. 0 errors, 2 warnings. (took 8s.294ms)
Does it look "reasonable" ??


Edit: Just did the MD9600 build too.
Strange ... The MD9600 build is 767.3kB vs 804.0 kB for the DM1701.
Is that all the extra "buttons code" on the handhelds, that takes up space ??
Is that the larger color screen on the handhelds, that takes up extra space ?


/Bingo

User avatar
F1RMB
Posts: 3363
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: New Stable version [R20240908]

Post by F1RMB » Mon Sep 09, 2024 5:49 pm

Two different hardware, code has differences, you can't expect to have the same resulting binary size.

OZ1FTG
Posts: 54
Joined: Fri Mar 29, 2024 3:52 pm

Re: New Stable version [R20240908]

Post by OZ1FTG » Mon Sep 09, 2024 7:25 pm

F1RMB wrote:
Mon Sep 09, 2024 5:49 pm
Two different hardware, code has differences, you can't expect to have the same resulting binary size.
I know ....
But i was somehow expecting same functionality (and size)
So it was just a thought, that the larger screen would contain more code (bitmaps).

Anyways .. Thank you for your effort :)

User avatar
2E1ELY
Posts: 11
Joined: Thu Jun 20, 2024 6:25 pm
Location: Camberley,Surrey,UK

Re: New Stable version [R20240908]

Post by 2E1ELY » Wed Sep 11, 2024 6:11 pm

thanks. amazing software, completly changes the radio. i managed to install the (then) latest opengd77 the other week. what is the diffrence with this one? is there a changelog file ?

many thanks again for the opengd77.


regards & 73s
Darren

CD3FKA
Posts: 7
Joined: Tue May 30, 2023 3:54 am

Re: New Stable version [R20240908]

Post by CD3FKA » Fri Sep 20, 2024 2:58 am

What are the correct steps to install a new firmware version? do I have to got through all the steps as installing a fresh version of OpenGD?

TA1ECA
Posts: 41
Joined: Thu Sep 29, 2022 7:55 pm

Re: New Stable version [R20240908]

Post by TA1ECA » Fri Sep 20, 2024 6:35 am

CD3FKA wrote:
Fri Sep 20, 2024 2:58 am
What are the correct steps to install a new firmware version? do I have to got through all the steps as installing a fresh version of OpenGD?
There is a link to the firmware installation page on the first entry of this particular topic. Thank you for your time and great efforts VK3KYY, F1RMB and other contributors.
VK3KYY wrote:
Sun Sep 08, 2024 9:59 am
The source code for the latest stable release version as well as the firmware and voice prompts file can be downloaded from this URL

https://opengd77.com/downloads/releases ... /R20240908

For installation instructions, see viewtopic.php?f=19&t=2380

OK1TK
Posts: 19
Joined: Tue Jul 09, 2024 6:45 pm

Re: New Stable version [R20240908]

Post by OK1TK » Sun Sep 22, 2024 9:06 am

TA1ECA wrote:
Fri Sep 20, 2024 6:35 am
CD3FKA wrote:
Fri Sep 20, 2024 2:58 am
What are the correct steps to install a new firmware version? do I have to got through all the steps as installing a fresh version of OpenGD?
There is a link to the firmware installation page on the first entry of this particular topic. Thank you for your time and great efforts VK3KYY, F1RMB and other contributors.
VK3KYY wrote:
Sun Sep 08, 2024 9:59 am
The source code for the latest stable release version as well as the firmware and voice prompts file can be downloaded from this URL

https://opengd77.com/downloads/releases ... /R20240908

For installation instructions, see viewtopic.php?f=19&t=2380
I am also not sure. Really all those steps even if I have already older version of OpenGD77 running on the radio ?

Post Reply