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.

如何启用DM6467T的UART1和UART2



大家好,

我想在我的6467T的设备上使用UART1和UART2,但是在具体修改上遇到了一些麻烦,我的Linux内核是2.6.32,是从TI官网下载的

我改了三个地方:

1.在 board-dm646x-evm.c文件里把.enabled_uarts = (1 << 0),改成了.enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)),

2.在board-dm646x-evm.c文件的evm_init函数里,去掉了dm646x_init_cir_device()

3.在"make xconfig"里勾掉了DaVinci HD CIR driver

我一共就改了上面3个地方,但是现在仍然无法正常使用ttyS1和ttyS2。

希望TI的专家们能帮我解决这个问题

小弟不胜感激