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

ERROR '6' is a banned gpio #87

Open
ifd3f opened this issue May 21, 2017 · 3 comments
Open

ERROR '6' is a banned gpio #87

ifd3f opened this issue May 21, 2017 · 3 comments

Comments

@ifd3f
Copy link

ifd3f commented May 21, 2017

I want to use pin 6, but when I run ./pi-blaster --gpio 5,6 it says that pin 6 is banned. Is there a way to unban it, and if not, why is it banned?

@penfold42
Copy link
Collaborator

There's a list of banned pins in
https://github.com/sarfata/pi-blaster/blob/master/pi-blaster.c

It looks like it was taken by the onboard Ethernet On the early first generation Pi.

You can probably just comment out that line

@wolves
Copy link

wolves commented Aug 8, 2019

@Plenglin I believe pin 6 is a Ground. Which is why it would be unusable for this functionality

@penfold42
Copy link
Collaborator

Don’t confuse ARM gpio pin numbers with raspberry pi physical PIN numbers

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