Hello! I have a custom TX2NX board with a device connected to ttyS0 UART port (serial@3100000), which is by default used as Debug UART. I’ve tried disabling the console prints via DTS & other config files as I wrote in this thread: How to disable boot output on ttyS0 on TX2NX
Unfortunately, it still fails to boot up. Is there something that causes TX2NX to not boot up if there’s spam happening in the console UART even if the console is disabled from printing? How can I circumvent this issue?
Thank you!