Hi,
This are the overlay in uEnv.txt
###Overide capes with eeprom
uboot_overlay_addr0=/lib/firmware/BB-UART5-RTSCTS-00A0.dtbo
uboot_overlay_addr1=/lib/firmware/BB-UART4-RS485-00A0.dtbo
#uboot_overlay_addr2=/lib/firmware/<file2>.dtbo
cat /proc/tty/driver/serial
0: uart:8250 mmio:0x44E09000 irq:30 tx:460 rx:3 brk:3 RTS|CTS|DTR|DSR
1: uart:unknown port:00000000 irq:0
2: uart:unknown port:00000000 irq:0
3: uart:unknown port:00000000 irq:0
4: uart:8250 mmio:0x481A8000 irq:31 tx:0 rx:0 CTS|DSR
5: uart:unknown port:00000000 irq:0
at boot time i'm no seeing errors with the overlays.
boot_overlays: loading /lib/firmware/BB-UART5-RTSCTS-00A0.dtbo ...
924 bytes read in 336 ms (2 KiB/s)
uboot_overlays: loading /lib/firmware/BB-UART4-RS485-00A0.dtbo ...
1105 bytes read in 341 ms (2.9 KiB/s)
Can anyone confim if the rs485 capabilities were added to the 8250 driver or must use OMAP driver.
with omap driver is mandatory to use 3.8.13 kernel?
Thanks in advance
Pablo