g4klx / MMDVM

The firmware for the MMDVM (Multi-Mode Digital Voice Modem)
GNU General Public License v2.0
473 stars 188 forks source link

SerialRB.h deleted and STM32F105 #320

Closed badtime closed 3 years ago

badtime commented 3 years ago

Hi,

yes, i know that the POG is short on resources and is no longer supported, but it still in the configuration file, and with the recent possibility to disable some digital modes I thought could update the POG to the latest firmware versions by deactivating the FM and other mode that take up resources. But when i try to compile for POG i occour in an error, the compiler can't find SerialRB. I noticed 2 commits on 1 July about restoring and deletion of SerialRB, is this something intended to eliminate the compilation of the POG or an error?

Thank you advance for the answers

g4klx commented 3 years ago

I don't know how your building the MMDVM firmware, I was able to build it cleanly just now. How did you build it? Did you do a clean first? Have you got the latest code?

badtime commented 3 years ago

Thank you for a prompt reply. I compile as always with:

sudo make -f Makefile.CMSIS make: *** No rule to make target 'SerialRB.h', needed by 'obj/YSFRX.o'. Stop.

In the past I have always used this method, something changed?

Yes I use the lastest code, and clean up before compile.

g4klx commented 3 years ago

I don’t get that, and I don’t see why you do either. Can you delete your copy of the repository and start again please? The text SerialRB.h doesn’t appear in the latest Makefile.CMSIS. You don’t need sudo for building the firmware btw.

Sent from Yahoo Mail for iPhone

On Tuesday, October 19, 2021, 08:25, badtime @.***> wrote:

Thank you for a prompt reply. I compile as always with:

sudo make -f Makefile.CMSIS make: *** No rule to make target 'SerialRB.h', needed by 'obj/YSFRX.o'. Stop.

In the past I have always used this method, something changed?

Yes I use the lastest code, and clean up before compile.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub, or unsubscribe.

badtime commented 3 years ago

OK, you are right about the dirt git clone, I don't know what is happened and why, but now is ok. thank you for the support!

badtime commented 3 years ago

So...nevertheless the compilation was done, and i have activated only DSTAR, DMR and YSF, the POG still does not work. After the correct LED staging the third led still blinking, but when MMDVMHost initialize the board I have the message "Unable to read the firmware version after six attempts", and the third led stop to blink and stay off.

This is the configuration file that i use, If you tell me that the POG will no longer be usable, I will resign.

Config.txt

g4klx commented 3 years ago

The speed for the POG boards is 115200 and you'll need to update the MMDVM.ini file to reflect this. If that doesn't do it then try contacting POG himself, he has the expertise to fix any bugs in his board specific software,