-
Notifications
You must be signed in to change notification settings - Fork 125
changed status form disabled to okay for uart[234] #10
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
Conversation
Changed status form disabled to okay for uart@01c28800(uart2) uart@01c28c00(uart3), uart@01c29000(uart4). Credits go go [@martinayotte](http://forum.pine64.org/showthread.php?tid=648). I was able to confirm a serial connection for uart2 and uart4(EULER pin 19,21) but failed with uart3(EULER pin 23,24). May be someone with a multimeter might conduct further investigation and find the right pins.
|
Thanks Uli ! |
|
For UART3, I've look quickly the schematic, and it seems that uart3(EULER pin 23,24) is connected with PD0 and PD1, but the DTS, mentioned PH4/PH5 where PH5 is connected to Pi2 header while PH4 is called CTP-INT on TP connector. So, there is big mismatch here : I will have to dig the AllWinner specs to see if the A64 as another alternate pin mux for that, if not, this will means that the Pine64 team make a mistake here in their wiring. |
|
Thanks folks. For now can you update the PR to keep uart3 disabled unil it is confirmed working please. |
|
Hi Simon ! (BTW, on another subject : I got the I2C working and tested with hardware, an MCP23017, I will prepare a PR in following hours) |
|
Ok ! Some more news :
|
|
OK. I'll hand over to @martinayotte and close this PR for now. |
|
Thanks, Uli ! |
|
Many thanks, Martin! |
Changed status form disabled to okay for uart@01c28800(uart2) uart@01c28c00(uart3), uart@01c29000(uart4). Credits go to @martinayotte (http://forum.pine64.org/showthread.php?tid=648). I was able to confirm a serial connection for uart2 and uart4(EULER pin 19,21) but failed with uart3(EULER pin 23,24). May be someone with a multimeter might conduct further investigation and find the right pins.