Hi,
I’m having trouble to enable the second uart in our system (custom carrier board)
With JP5.1.3 everything worked fine. With JP6.1 the second UART is not working.
I asked about this in the following thread:
but I think I found a problem and wish to verify that’s the cause:
In JP5.1.3 the /dev/ttyTHS0 is actually @3100000 and it worked.
In JP6.1 the /dev/ttyTHS1 is actually @3100000 and it works.
in JP5.1.3 the /dev/ttyTHS1 is actually @3110000 and it worked
in JP6.1 the /dev/ttyTHS2 is actually @3140000 and its not working.
(in JP6.1 we have /dev/ttyTHS1 and /dev/ttyTHS2 instead /dev/ttyTHS0 and /dev/ttyTHS1 like in JP5.1.3)
So is there a problem with the mapping?