Hi, following your instructions to use RJ485 communication (for modbus) I'm getting the following error when trying to configure UART4
(penv39) debian@beaglebone:/opt/source/beagle-tester$ config-pin p9.11 uart
ERROR: open() for /sys/devices/platform/ocp/ocp:P9_11_pinmux/state failed, No such file or directory
(penv39) debian@beaglebone:/opt/source/beagle-tester$ config-pin p9.13 uart
ERROR: open() for /sys/devices/platform/ocp/ocp:P9_13_pinmux/state failed, No such file or directory
I'm using kernel Linux beaglebone 4.19.94-ti-r74 #1buster SMP PREEMPT Tue Jun 27 20:53:24 UTC 2023 armv7l GNU/Linux and this is my /boot/uEnv.txt file
I also tried using overlay pointing to /lib/firmware/BB-UART4-00A0.dtbo|BB-UART4-RS485-00A0.dtbo, but still can't see the pins there.
The config-pin run ok in beagle bone black, but no on my industrial board. Is there something missing to enable UART4?
Hi, following your instructions to use RJ485 communication (for modbus) I'm getting the following error when trying to configure UART4
I'm using kernel
Linux beaglebone 4.19.94-ti-r74 #1buster SMP PREEMPT Tue Jun 27 20:53:24 UTC 2023 armv7l GNU/Linux
and this is my/boot/uEnv.txt
fileI also tried using overlay pointing to
/lib/firmware/BB-UART4-00A0.dtbo|BB-UART4-RS485-00A0.dtbo
, but still can't see the pins there. Theconfig-pin
run ok in beagle bone black, but no on my industrial board. Is there something missing to enable UART4?