Hello!
I'm trying to follow the instructions in the wiki on how to enable a device tree overlay.
The instructions are here: https://github.com/BelaPlatform/Bela/wiki/Load-a-device-tree-overlay
I have the latest Bela image running, so I've followed the instructions where I should add a row to uEnv.txt
I've added the following row:
uboot_overlay_addr3=/lib/firmware/BB-UART4-00A0.dtbo
My understanding is that this should enable UART 4 on the BBB on startup. Hence I thought that I should be able to find the UART as ttyO4?
But when I run ls -l /dev/ttyO* I get nothing. Any advice on what I'm doing wrong? Are the hardware serial ports not labelled this way (ttyOx)?
Side question. What does 00A0 stand for in BB-UART4-00A0.dtbo?