Weird console on alternate UART port #649
-
Hi am currently working with the latest module, Jetson TX2 NX (aka Lanai). It fits in a Xavier NX carrier board using the yocto MACHINE name "jetson-xavier-nx-devkit-tx2-nx". I am able to connect to the debug UART port to get linux console access. I need to use another UART port for connecting to an STM32 mcu. Using UART1 from the 40pin expansion header, I am seeing something really weird (see below). Has anyone seen this? Here are the serial ports I currently see in /dev. Not sure why I see so many since the TX2 NX only supports 3 UARTs:
Here is the weird output using the UART1 pins of the expansion header:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That looks like it might be the BPMP console. Check the NVIDIA forums on how to disable that... IIRC, there's change to the BPMP device tree you have to make to disable it. |
Beta Was this translation helpful? Give feedback.
-
Moreover, you might take a look at patching |
Beta Was this translation helpful? Give feedback.
That looks like it might be the BPMP console. Check the NVIDIA forums on how to disable that... IIRC, there's change to the BPMP device tree you have to make to disable it.