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
The start.sh script uses a deprecated method of toggling GPIOs to reset the iC880a. This no longer works on current versions of Debian (bookworm) - it causes error messages to be shown, and the RAK5146 PiHAT module will not operate.
I suggest replacing lines 6 through 14 with the following, which resolves the problem:
The start.sh script uses a deprecated method of toggling GPIOs to reset the iC880a. This no longer works on current versions of Debian (bookworm) - it causes error messages to be shown, and the RAK5146 PiHAT module will not operate.
I suggest replacing lines 6 through 14 with the following, which resolves the problem:
Edit: I've found that https://github.com/RAKWireless/rak_common_for_gateway/blob/master/lora/rak5146/reset_lgw.sh has the same problem.
The text was updated successfully, but these errors were encountered: