IMX28 UART0 test

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX28 UART0 test

1,118件の閲覧回数
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 返答(返信)

988件の閲覧回数
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 件の賞賛
返信

988件の閲覧回数
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 件の賞賛
返信