Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with pigpio Initialization on Raspberry Pi 5 Model B #598

Closed
Flying-Bolt opened this issue Jan 28, 2024 · 1 comment
Closed

Issue with pigpio Initialization on Raspberry Pi 5 Model B #598

Flying-Bolt opened this issue Jan 28, 2024 · 1 comment

Comments

@Flying-Bolt
Copy link

Description:

Hello,

I'm trying to use pigpio on my Raspberry Pi 5 Model B, but I'm encountering issues with the initialization. After various attempts and research, I have set the PI_IGNORE_ENV environment variable to 1 to bypass hardware checking, but that hasn't worked.

Hardware Information:

Raspberry Pi 5 Model B
Revision: d04170
Steps to Reproduce the Issue:

Installation of pigpio (sudo apt-get install pigpio)
Compilation of my C++ program with pigpio dependencies
Execution of the program
Error Message:

sql
Copy code
2024-01-28 15:04:40 gpioHardwareRevision: unknown rev code (d04170)
2024-01-28 15:04:40 initCheckPermitted:
+---------------------------------------------------------+
|Sorry, this system does not appear to be a raspberry pi. |
|aborting. |
+---------------------------------------------------------+
pigpio initialization failed
Additional Information:

I have already attempted to set the PI_IGNORE_ENV environment variable, but it did not improve the situation.
Thank you in advance for your assistance!
Error

@Sjohn21
Copy link

Sjohn21 commented Feb 5, 2024

Duplicate of #589.
Also Refer to #586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants