-
Notifications
You must be signed in to change notification settings - Fork 309
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 pin naming #4
Comments
This might have been fixed by 58c2707 on the 'dev' branch but I don't have a CubieBoard to verify. See comments in ptt.c for details. |
This should be fixed in the “dev” branch.
I don’t have a CubieBoard to test it.
Can you verify?
Thanks.
From: LA7ECA, Øyvind Hanssen [mailto:notifications@github.com]
Sent: Tuesday, September 29, 2015 4:39 PM
To: wb2osz/direwolf
Subject: [direwolf] GPIO pin naming (#4)
When setting up GPIO for PTT Direwolf expects a number. This doesn't work on the Cubieboard where gpio pins are named differently. E.g. GPIO pin 61 is mapped to the device name gpio61_pi13 instead of just gpio61. To activate a pin, one still use just the number. E.g. "echo 61 > /sys/class/gpio/export".
Is it possible to support these boards by configuring using a name instead of just a number, or is there a workaround?
—
Reply to this email directly or view it on GitHub <#4> . <https://github.com/notifications/beacon/AGMul2niVQGfusTaUbJpXV9kSXgt0oa3ks5o2u5WgaJpZM4GGBtR.gif>
|
This should be fixed in the most recent version. (1.4) I don’t have a CubieBoard to test it. Can you verify? Thanks. |
When setting up GPIO for PTT Direwolf expects a number. This doesn't work on the Cubieboard where gpio pins are named differently. E.g. GPIO pin 61 is mapped to the device name gpio61_pi13 instead of just gpio61. To activate a pin, one still use just the number. E.g. "echo 61 > /sys/class/gpio/export".
Is it possible to support these boards by configuring using a name instead of just a number, or is there a workaround?
The text was updated successfully, but these errors were encountered: