AM3517, based on EVM.
I have changed UART for console to UART2. No problem with u-boot, both RX and TX work just fine.
Console text output during Kernel boot works fine (using TTYO1), Console reported on output to be TTYO1 as it should.
Once all is done I start:
busybox sh
from rcS script.
Busybox responds with # prompt
Unfortunately, no input from serial port 2 accepted at this stage. Note that characters are arriving at the port RX line (verified with scope) but nothing at console.
What am I missing ? Is TTYO1 looking for DCD or something ?
Rainier