IMX28 UART0 test

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX28 UART0 test

542 Views
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?

Labels (1)
Tags (2)
0 Kudos
2 Replies

412 Views
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 Kudos

412 Views
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 Kudos