-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Rock 5B - Uarts #6989
Comments
Which kernel version do you currently have? uname -a |
Latest that comes along: |
Ah right. I wanted to add builds for the new Linux 6.1 "vendor" branch Armbian generated for RK3588. But I need to add support for building those to our GitHub Actions workflow. |
https://forum.armbian.com/topic/32108-how-to-switch-to-mainline-kernel-in-armbian-2311-on-orange-pi-5/ |
https://www.collabora.com/news-and-blog/blog/2024/02/21/almost-a-fully-open-source-boot-chain-for-rockchips-rk3588/ |
looking at this 6.1 might not be enough for UART... |
This would also work here, right? |
Doing "apt install linux-{image,dtb}-vendor-rk35xx" on the Rock 5B works, but then u only have: |
and it gives you btw this Kernel: |
I saw that but it seemed so random and I was hpoing for a newer kernel where it should be in... |
doenst change, still: |
It must be without prefix, else it cannot work. Also the file extension must be skipped. So really just "uart0-m2", respectively. overlays=uart0-m2 And try that with all overlays, whether any of them works. |
We get this (and again what learned ;)) with overlays=uart0-m2: |
So far so good. The question then is which pins that one uses, which UART you need and if it actually works 🙂. |
actually I need more than one UART - so only a tiny step. |
Just add more overlays, space-separated: overlays=uart0-m2 uart1-m1 I read some time ago, but forgot what those |
hmm - interesting - didnt know you can use more of them at once... |
@isarrider |
As written in #7337 - > Uart4 is now available with overlays=uart4-m2 - I need to find a quick way to test if it really works... |
If anybody has a suggestion how to test it quickly, I am all ears ;) |
Hi,
on my Rock 5B I can only see 2 Uarts:
│ ttyS6 console : [On] │
│ ttyFIQ0 console : [Off] │
I guess thats is similar for everybody when not on a newer kernel
like here: https://forum.armbian.com/topic/27877-rs232-activation/
And it has to wait for a kernel update?
BR,
Alex
The text was updated successfully, but these errors were encountered: