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.

AM5716: 变更console的引脚后,无法输入,且无内核日志

Part Number: AM5716


SDK的版本为06.03.00.106,

在硬件变更uart3引脚,从uart2_rtsn/C28、uart2_ctsn/D27,切换到mcasp5_axr0/AB3、mcasp5_axr1/AA4,

软件做了以下改变:

在uboot的mux_data.h中,添加了

{MCASP5_AXR0, (M4 | PIN_INPUT)}, /* mcasp5_axr0.uart3_rxd */
{MCASP5_AXR1, (M4 | PIN_OUTPUT)}, /* mcasp5_axr1.uart3_txd */

结果:

1、可uboot阶段可看到启动日志,但无法输入中断uboot启动;

2、无内核启动日志;

3、系统启动后,无法输入,但利用ssh 登录进去后,echo xxx > /dev/ttyS2 是会在串口3中显示的;

在变更console引脚后,除以上修改内容外,是否还有其他需要变更的地方,感谢指导。