Hello all, I need to use serial port 0 for my application and thus I wanted to avoid the kernel from using ttySAC0 as a console.
In barebox I edited /env/config and replaced console=ttySAC0,115200 with console=null in bootargs. The system starts to boot OK but at some point it seems to stop. I try to connect via telnet but it seems that telnetd was never started. If I set console=ttySAC1 or console=ttySAC2 instead all works fine. But somehow it doesn't like console=null Any hints on what may be happening? Is there something in the boot/init process that expects a non-null console setting? Thank you, Guillermo
