Hai all…
I have to enable all UARTs in Beaglebone AI-64. what are steps needed for enabling UART?
How to edit extlinux.conf file for this…
Thank You!!!
Hai all…
I have to enable all UARTs in Beaglebone AI-64. what are steps needed for enabling UART?
How to edit extlinux.conf file for this…
Thank You!!!
/boot/firmware/extlinux/extlinux.conf
is the file to alter…
#fdtoverlays /overlays/<file>.dtbo
That line can accept overlay files in the form of .dtbo and you would just need to remove the commented section of that file, the beginning hash mark, to make the BBAI-64 understand what .dtbo files to include.
Seth
Thank You!!!