-
Notifications
You must be signed in to change notification settings - Fork 54
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
Could not find symbol 'gpio4' #43
Comments
On 9/29/2016 2:47 PM, ChrisB wrote:
Use the version of the universal cape that comes with RCN's kernel Charles Steinkuehler |
Ahhh. Ok.Thanks.cdsteinkuehler [email protected] wrote:On 9/29/2016 2:47 PM, ChrisB wrote:
Use the version of the universal cape that comes with RCN's kernel Charles Steinkuehler —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/cdsteinkuehler/beaglebone-universal-io","title":"cdsteinkuehler/beaglebone-universal-io","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/cdsteinkuehler/beaglebone-universal-io"}},"updates":{"snippets":[{"icon":"PERSON","message":"@cdsteinkuehler in #43: On 9/29/2016 2:47 PM, ChrisB wrote:\n\u003e kernel version - uname -r: 4.1.33-bone24-00149-gea9e337\n\nUse the version of the universal cape that comes with RCN's kernel\nbuilds (compiled into the kernel). The numbering for various devices\n(GPIO, serial ports, etc) has changed between kernel verisons. Robert\ntracks this and keeps the capes updated for the different kernel flavors.\n\n-- \nCharles Steinkuehler\[email protected]\n"}],"action":{"name":"View Issue","url":"https://github.com/cdsteinkuehler/beaglebone-universal-io/issues/43#issuecomment-250591246"}}} |
I'm running into the same issue. I've followed the steps in this readme, but i'm still not having any luck: https://github.com/beagleboard/bb.org-overlays Would you be able to explain in a bit more detail what I need to do?
|
Nevermind, i was a bit confused about what was going on. It looks like https://github.com/beagleboard/bb.org-overlays doesn't containe |
Config-pin attempts to load cape-universala but fails on the "Could not find symbol 'gpio4'" error. The dts source file shows that the gpio(n+1) offset is present in the "a" file but not in the "n" file. I need to use config-pin for my development; any suggestions? |
On 9/30/2016 3:33 PM, ChrisB wrote:
Get a consistent set of device tree overlay files. The files in this repository are consistent and all match the 3.8.13 https://github.com/beagleboard/bb.org-overlays Charles Steinkuehler |
kernel version - uname -r: 4.1.33-bone24-00149-gea9e337
command: # echo cape-universaln > /sys/devices/platform/bone_capemgr/slots
result:
[ 2742.848488] bone_capemgr bone_capemgr: part_number 'cape-universaln', version 'N/A'
[ 2742.856294] bone_capemgr bone_capemgr: slot #7: override
[ 2742.861745] bone_capemgr bone_capemgr: Using override eeprom data at slot 7
[ 2742.868819] bone_capemgr bone_capemgr: slot #7: 'Override Board Name,00A0,Override Manuf,cape-universaln'
[ 2742.928609] of_resolve_phandles: Could not find symbol 'gpio4'
[ 2742.934584] bone_capemgr bone_capemgr: slot #7: Failed to resolve tree
bash: echo: write error: Invalid argument
command: # cat /sys/devices/platform/bone_capemgr/slots
result:
0: PF---- -1
1: PF---- -1
2: PF---- -1
3: PF---- -1
4: P-O-L- 0 Override Board Name,00A0,Override Manuf,cape-univ-hdmi
It also happens if the univ-hdmi cape is not installed. What am doing wrong?
Thanks, in advance...
ChrisB
The text was updated successfully, but these errors were encountered: