IMX28 UART0 test

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

IMX28 UART0 test

1,115 次查看
alexaldridge
Contributor I

Hi mates! I've successfully booted into linux Kernel and installed Java. Now I'm looking for a way for testing UART0. I had thought about doing an echo like this:

echo "hello" > /dev/tty0 but does not seem to work.

Could you please point me the right direction?

标签 (1)
标记 (2)
0 项奖励
回复
2 回复数

985 次查看
Yuri
NXP Employee
NXP Employee

Hello,

The Debug UART can be accessed through the /dev/ttyAM0 device file.

The application UART can be accessed through the /dev/ttySP0 device file.

Regards,

Yuri.

0 项奖励
回复

985 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Alex

for auart usage one can check link below and try attached patch

https://community.freescale.com/thread/302715

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复