We need to use all of 3 uarts of am1705.
But one of them (uart2 by default) is used for linux console communicatinos.
How we can completely disable/turn-off linux console?
We did changes of u-boot 'bootargs' env variable (delete 'console' tag with parameters), commented out all of 'getty' startup strings in inittab, but something is still present on uart2 from linux side.
Our test app (is perfectly working on uart0 and uart1) can only read data from uart2, but can't write anything.
What we should do more?