-
Notifications
You must be signed in to change notification settings - Fork 16
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
What is the best way to add/cofigure device tree overlays? #8
Comments
For example, for meta-raspberrypi I can do the following settings in
|
I also have this question. |
any solutions ? |
I ended up creating a patch file in my yocto layer that patched the device tree for my device in the Linux kernel. I only wanted to enable a couple uart ports on my Radxa zero 3e so it was only ~3 lines I added to the end of it. |
You can watch this: https://youtu.be/srM6u8e4tyw?si=bgAm4XxB_135UeJt |
Would be awesome to be able to configure device overlays directly from this repo.
What is the best way to add some particular dts config? For example this one -
https://github.com/radxa/overlays/blob/main/arch/arm64/boot/dts/rockchip/overlays/rk3588-uart3-m1.dts
It would enable a second UART port on the Rock 5B Radxa board.
Could not find a way to use the first UART because it's busy by the kernel to show boot logs (I would need to modify kernel
cmdline
to prevent kernel from using uart1 or smth), that's why trying to use another serial/uart port.Is here something like
/boot/config.txt
to set variables? I see it's present in rpi and in debian for rock5b but not in linux built with this repo.The text was updated successfully, but these errors were encountered: