-
Notifications
You must be signed in to change notification settings - Fork 3
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
Uart problem #7
Comments
Can you shared some pics of output & your GPIO layout setup? Please include what you intend to do AS per official documentattion there is no uart2 http://www.orangepi.org/orangepiwiki/index.php/Orange_Pi_3B#40pin_UART_test
|
|
And uart7 is confict with wifi module, enable it will let wifi model down. |
@shum-elli 1st congrats on your effort, 2nd do please upload Regarding your problem. Armbian u-boot may be thinking that your SBC is v2.1. In This is my file contents see the u-boot auto-determines SBC revision. For 1.1 it may not work
|
I want to enable a uart on orangepi3b sbc.
I have met some problems. It seems like that i can't enable uart7 by overlays.
I use this img Armbian-unofficial_24.2.0-trunk_Orangepi3b_jammy_edge_6.6.4_gnome_desktop.img
Everything include 3.5mm mic & sound work right.
I have tested uart2 on sbc, it can works right, and i can see log in dmesg. I want to know how it works, it is configed when kernel is build?
Could you give me some advice to solve the uart problem
The text was updated successfully, but these errors were encountered: