You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a Raspberry Pi 3 working as an RFM69 gateway for about 2 years now, and I got a Raspberry Pi 5 to upgrade to (Basically in order to be able to run OpenHab in a more recent version), and I cannot make mysgw work...
I basically copied the work done in #1364 to get the RPi4 working (Only the Makefile and configure files). and I get this
Running make works fine and I do get a bin/mysgw compiled, however when running it I get this
# ./bin/mysgw
Oct 06 20:03:26 INFO Starting gateway...
Oct 06 20:03:26 INFO Protocol version - 2.4.0-alpha
Oct 06 20:03:26 DEBUG MCO:BGN:INIT GW,CP=RPNGL---,FQ=NA,REL=1,VER=2.4.0-alpha
Oct 06 20:03:26 DEBUG TSF:LRT:OK
Oct 06 20:03:26 DEBUG TSM:INIT
Oct 06 20:03:26 DEBUG TSF:WUR:MS=0
Oct 06 20:03:26 DEBUG RFM69:INIT
Oct 06 20:03:26 DEBUG RFM69:INIT:PIN,CS=24,IQP=22,IQN=25
Oct 06 20:03:26 DEBUG RFM69:RSB
I suspect there are maybe changes needed in the BCM driver? however not sure where to get that... Needless to say, the RFM69 module works perfectly in the Raspberry Pi 3, so no issues with the hardware...
Any advice or pointers on how to make this work? are there plans to making this work in the rpi5?
The text was updated successfully, but these errors were encountered:
I had a Raspberry Pi 3 working as an RFM69 gateway for about 2 years now, and I got a Raspberry Pi 5 to upgrade to (Basically in order to be able to run OpenHab in a more recent version), and I cannot make
mysgw
work...I basically copied the work done in #1364 to get the RPi4 working (Only the
Makefile
andconfigure
files). and I get thisRunning
make
works fine and I do get abin/mysgw
compiled, however when running it I get thisI suspect there are maybe changes needed in the BCM driver? however not sure where to get that... Needless to say, the RFM69 module works perfectly in the Raspberry Pi 3, so no issues with the hardware...
Any advice or pointers on how to make this work? are there plans to making this work in the rpi5?
The text was updated successfully, but these errors were encountered: