Search found 74 matches

by oh1fss
Sun Aug 08, 2021 6:03 pm
Forum: Developer discussions
Topic: Setting up a development environment in Linux
Replies: 0
Views: 3218

Setting up a development environment in Linux

Here is information to new developers on how to set up a development environment in Linux. Install lubuntu 21.04 Download MCUXpresso IDE from NXP and install it. cd Downloads/ chmod 744 mcuxpressoide-11.4.0_6224.x86_64.deb.bin sudo sh ./mcuxpressoide-11.4.0_6224.x86_64.deb.bin Run the IDE from Lubun...
by oh1fss
Thu May 27, 2021 8:15 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: CPS partial restores of Flash memory
Replies: 30
Views: 16670

Re: CPS partial restores of Flash memory

There are at least two versions of Baofeng 1801 radios. One difference is flash memory size (1 Mb vs 2 Mb). Is that the reason for your problems? Though I can't imagine why firmware for smaller flash memory would not run with larger memory... Of course the codeplug would have to be reset when switch...
by oh1fss
Sun May 16, 2021 8:40 am
Forum: General discussions
Topic: Recent versions of firmware will be removed
Replies: 100
Views: 52412

Re: Recent versions of firmware will be removed

Is the interface to the "binary blob" documented in the code? Use the source, Luke! ;) $ unzip -v ~/Downloads/OpenGD77-master\(1\).zip | grep -i codec 0 Stored 0 0% 04-20-2021 08:55 00000000 OpenGD77-master/docs/technical_documents/codec/ 1556670 Defl:N 1488628 4% 04-20-2021 08:55 d78978f9 OpenGD77...
by oh1fss
Fri May 07, 2021 9:28 am
Forum: General discussions
Topic: Recent versions of firmware will be removed
Replies: 100
Views: 52412

Re: Recent versions of firmware will be removed

I think Andrew has got the spirit of open source software and collaboration-- and licensing, as far as GPL goes-- in the right interpretation. It's about freedom as in free speech (freedom to distribute, build, enjoy) and not necessarily freedom as in free beer. I agree. Open source gives you freed...
by oh1fss
Sun Apr 25, 2021 6:53 am
Forum: General discussions
Topic: Recent versions of firmware will be removed
Replies: 100
Views: 52412

Re: Recent versions of firmware will be removed

The power of true open source is that an open source project never dies. The development may freeze for a moment, but as long as there is the source code, anybody has the possibility to continue. OpenGD77 is an excellent piece of software. Sooner or later it will catch developer interest. Nothing pr...
by oh1fss
Sat Apr 24, 2021 3:26 pm
Forum: General discussions
Topic: OFF topic... (or not)
Replies: 16
Views: 6911

Re: OFF topic... (or not)

VK3KYY wrote:
Fri Apr 23, 2021 10:48 pm
The other thing I don't know, is the compile size of codec2. There is not much space remaining in the MCU ROM.
What about the 2 Mb version of DM-1801?
by oh1fss
Sat Apr 24, 2021 3:21 pm
Forum: Baofeng DM-1801 specific
Topic: [Resolved] DM1801 original images
Replies: 14
Views: 20609

How to recognize DM-1801 versions?

DM1801 has two distinct versions: 16CH/Zone, 32 zones, 1024CH total . 1M flash units and/or old FW, i guess? uses DM-1801 CPS 32CH/Zone, 150 zones and 3000 total channels . the version i have, 2M chip and 2.2.1 fw. user manual on FCC site is for this one as well. the only working cps for this versi...
by oh1fss
Thu Apr 22, 2021 7:35 pm
Forum: Developer discussions
Topic: Licence change?
Replies: 53
Views: 27078

Legalese for distributing OpenGD77 firmware

Is it really a problem to distribute OpenGD77 firmware file (the .sgl file) which contains the AMBE codec ("the blob")? The sgl file is encrypted, so it is usable only on a supported radio. You can't extract the codec from the sgl file. And if the radio contained the same version of the official fir...
by oh1fss
Tue Apr 20, 2021 8:16 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: New ongoing "Development" version has been created
Replies: 686
Views: 261267

Re: New ongoing "Development" version has been created

The software license requries you to supply all sources for your release. But isn't the BLOB a system library? If not, why not? At least it is used like a library, via the wrappers? And everybody who has the radio already has a copy of it in the flash memory? http://www.gnu.org/licenses/gpl-faq.htm...
by oh1fss
Tue Apr 20, 2021 7:41 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: New ongoing "Development" version has been created
Replies: 686
Views: 261267

Re: New ongoing "Development" version has been created

Many thanks ! I just did git pull, started the compile, and... 0 Errors, 0 Warnings... So immediately flashed it, and ... it works! Good to hear that! Many thanks to Roger, it is because of you that I started using OpenGD77! You have done impressive work! The difference between CB users and radio a...