平台:AM3352
SDK版本:ti-sdk-am335x-evm-06.00.00.00-Linux
请问如何把内核的打印信息定位到其他串口?我使用
我在uboot设置如下:set nandargs "setenv bootargs console=ttyO0,115200 console=ttyS1,115200 ${optargs} root=${nandroot} rootfstype=${nandrootfstype}",为什么串口1没有输出,但是串口0就有输出?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
平台:AM3352
SDK版本:ti-sdk-am335x-evm-06.00.00.00-Linux
请问如何把内核的打印信息定位到其他串口?我使用
我在uboot设置如下:set nandargs "setenv bootargs console=ttyO0,115200 console=ttyS1,115200 ${optargs} root=${nandroot} rootfstype=${nandrootfstype}",为什么串口1没有输出,但是串口0就有输出?