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

GPIO access had been changed in newer versions of raspbian #1393

Open
jwende opened this issue Jan 4, 2025 · 1 comment
Open

GPIO access had been changed in newer versions of raspbian #1393

jwende opened this issue Jan 4, 2025 · 1 comment

Comments

@jwende
Copy link

jwende commented Jan 4, 2025

echo "$SX1301_RESET_BCM_PIN" > /sys/class/gpio/export

I had to change start.sh to something like this:

# Reset iC880a PIN
SX1301_RESET_BCM_PIN=25
pinctrl set 25 op dl
sleep 0.1
pinctrl set 25 op dh
sleep 0.1
pinctrl set 25 op dl
sleep 0.1

ToDo: use variable instead of fixed gpio number

Regards
Joerg

@github-actions github-actions bot added the needs/triage We still need to triage this label Jan 4, 2025
@KrishnaIyer
Copy link
Contributor

Thanks for the feedback. Can you file a pull request for this?

@KrishnaIyer KrishnaIyer removed the needs/triage We still need to triage this label Jan 13, 2025
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

2 participants