-
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
changing SPI1 D0 as output #40
Comments
On 8/23/2016 5:00 PM, rifotu wrote:
I don't use the SPI and am not sure if there is a way to swap these You should ask on the BeagleBoard Google group and/or dig through the Charles Steinkuehler |
Hello, Beagleboard supports changing D0 and D1 as MOSI or MISO. There are overlay files for choosing which one is MOSI in the below link. The keyword is ti,pindir-d0-out-d1-in I just wasn't able to find where to change in universal-io source code to have this. Can you please guide me where to change to have that configuration support thanks a lot |
On 8/24/2016 11:45 AM, rifotu wrote:
You will need to create a custom version of the universal overlay to You need to change the spi device entry and add the You may also need to change the spi mode pinmux values for the two pins: https://github.com/cdsteinkuehler/beaglebone-universal-io/blob/master/cape-universal-00A0.dts#L643 https://github.com/cdsteinkuehler/beaglebone-universal-io/blob/master/cape-universal-00A0.dts#L661 Charles Steinkuehler |
thanks! |
Thinking about it - I am going definitely going to change the PCB - so do not worry about that extra hassle of swapping D0 and D1. |
Hello,
I don't see a way to configure SPI1 D0 as output (MOSI). Is there a way to change it? If not, can you please tell me where I should change in the source code to swap MOSI and MISO (D1 and D0)
The text was updated successfully, but these errors were encountered: