-
Notifications
You must be signed in to change notification settings - Fork 42
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
New bone_eqep2b.dts has errors. #4
Comments
I think they are the same GPIO numbers but brought out to different pins on the header? |
The comments are definitely wrong, even in my original postings, even though they're all a little different. I'd fix it, but my computer just kicked the bucket. Take a look at the BBB SRM. All of the eqep2b pins are on GPIO1. |
Right, I chatted with VoltVisionSteve on freenode #beagle-gsoc and I believe this should be the correct GPIOx_y numbers: 0x038 0x24 /* P8_16 = GPIO1_14 = EQEP2_index, MODE4 */ 0x03C 0x24 /* P8_15 = GPIO1_15 = EQEP2_strobe, MODE4 */ 0x030 0x34 /* P8_12 = GPIO1_12 = EQEP2A_in, MODE4 */ 0x034 0x34 /* P8_11 = GPIO1_13 = EQEP2B_in, MODE4 */ |
Here is the TRM page that I looked at the pin table from: |
Drew, Respectfully, 800.664.7256.office Sent from my iPhone
|
correcting GPIO pin typos in the comments (refer to issue #4)
I think the new bone_eqep2b.dts that was added has incorrect comments.
The author updated the P8 pin numbers, but not the GPIO numbers, therefore they are not correct. Thx! ( I would try to fix it, but I am new to Github and I dont know how)...
The text was updated successfully, but these errors were encountered: