Other Parts Discussed in Thread: DRA821
Hi,
We are hoping to have more than 1 UART port usable for serial comms at once running QNX. Our intended result is to have 3 main ways of communicating with the processor; Ethernet (working), a primary serial connection (Main_UART0 presumably, the default) and a backup serial port for redundancy.
As it stands, it looks like all the other UART ports are disabled by default, and I can't seem to start up the drivers to access them. I was looking at the SDK and did find 'k3-j7200-common-proc-board.dts' which lists all the UART port statuses as 'disabled'. Do I need to change these and recompile this part of the SDK? I'm not sure what gets compiled here, as I've so far only really compiled the QNX BSP.
Additionally, is it possible for the second UART port to connect to MCU_UART rather than MAIN_UART[1-9]? Would there be an advantage to us to do it this way?
I have tried running the drivers and tinit in QNX to get them running, but without success:
# devc-seromap -e -F -b115200 0x02810000,224 # # tinit -f /sd/ttys.txt
Where ttys.txt looks like:
`/dev/ser2 "/bin/login" qansi-m on`
Thanks for any help!
Michael.