recently i bought a raspberry pi 5 with 4 gb
it is gpio i am interested in, i want to use it for switching things on and off
i made a simple c++ program with sfml and gpiod
and i was happy when it all compiled
But when i started the program i got the message that the system was not raspberry pi
see below
jan 17 18:39:51 raspberrypi systemd[1]: Started pigpiod.service - Daemon required to control GPIO pins via pig>
jan 17 18:39:51 raspberrypi pigpiod[2509]: 2025-01-17 18:39:51 gpioHardwareRevision: unknown rev code (c04170)
jan 17 18:39:51 raspberrypi pigpiod[2509]: 2025-01-17 18:39:51 initCheckPermitted:
jan 17 18:39:51 raspberrypi pigpiod[2509]: +---------------------------------------------------------+
jan 17 18:39:51 raspberrypi pigpiod[2509]: |Sorry, this system does not appear to be a raspberry pi. |
jan 17 18:39:51 raspberrypi pigpiod[2509]: |aborting. |
jan 17 18:39:51 raspberrypi pigpiod[2509]: +---------------------------------------------------------+
jan 17 18:39:51 raspberrypi pigpiod[2509]: Can't initialise pigpio library
jan 17 18:39:51 raspberrypi systemd[1]: pigpiod.service: Main process exited, code=exited, status=1/FAILURE
jan 17 18:39:51 raspberrypi systemd[1]: pigpiod.service: Failed with result 'exit-code'.
can anyone help which is causing this error, all is done on the raspberry pi 5 booted from usb
Kind regards,
Cees
it is gpio i am interested in, i want to use it for switching things on and off
i made a simple c++ program with sfml and gpiod
and i was happy when it all compiled
But when i started the program i got the message that the system was not raspberry pi
see below
jan 17 18:39:51 raspberrypi systemd[1]: Started pigpiod.service - Daemon required to control GPIO pins via pig>
jan 17 18:39:51 raspberrypi pigpiod[2509]: 2025-01-17 18:39:51 gpioHardwareRevision: unknown rev code (c04170)
jan 17 18:39:51 raspberrypi pigpiod[2509]: 2025-01-17 18:39:51 initCheckPermitted:
jan 17 18:39:51 raspberrypi pigpiod[2509]: +---------------------------------------------------------+
jan 17 18:39:51 raspberrypi pigpiod[2509]: |Sorry, this system does not appear to be a raspberry pi. |
jan 17 18:39:51 raspberrypi pigpiod[2509]: |aborting. |
jan 17 18:39:51 raspberrypi pigpiod[2509]: +---------------------------------------------------------+
jan 17 18:39:51 raspberrypi pigpiod[2509]: Can't initialise pigpio library
jan 17 18:39:51 raspberrypi systemd[1]: pigpiod.service: Main process exited, code=exited, status=1/FAILURE
jan 17 18:39:51 raspberrypi systemd[1]: pigpiod.service: Failed with result 'exit-code'.
can anyone help which is causing this error, all is done on the raspberry pi 5 booted from usb
Kind regards,
Cees
Statistics: Posted by rpicees — Fri Jan 17, 2025 6:39 pm — Replies 2 — Views 23