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 am trying to run pi4j-example-minimal as is on Raspberry Pi 5. It compiles fine. But when I try to run it I get this error: [main] WARN com.pi4j.library.pigpio.impl.PiGpioNativeImpl - PIGPIO ERROR: PI_INIT_FAILED; pigpio initialisation failed
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
What might be the problem?
P.S. I am using:
Java openjdk version "11.0.21" 2023-10-17 LTS
Apache Maven 3.8.7
Linux pi 6.1.0-rpi7-rpi-2712 1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
Full log is here: error.txt
Any help is greatly appreciated.
Thanks a lot
Sergey
The text was updated successfully, but these errors were encountered:
I am trying to run pi4j-example-minimal as is on Raspberry Pi 5. It compiles fine. But when I try to run it I get this error:
[main] WARN com.pi4j.library.pigpio.impl.PiGpioNativeImpl - PIGPIO ERROR: PI_INIT_FAILED; pigpio initialisation failed
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
What might be the problem?
P.S. I am using:
Java openjdk version "11.0.21" 2023-10-17 LTS
Apache Maven 3.8.7
Linux pi 6.1.0-rpi7-rpi-2712 1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
Full log is here: error.txt
Any help is greatly appreciated.
Thanks a lot
Sergey
The text was updated successfully, but these errors were encountered: