IMX287: enable debug UART

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

IMX287: enable debug UART

1,812 Views
BrilliantovKiri
Senior Contributor I

Hello!

We are use application UART for communication with periferia.

Default linux command line is:

~ # cat /proc/cmdline

console=ttyAM0,115200 root=/dev/mmcblk0p3 rw rootwait

How should I change command line for use debug UART as console?

Tank you and excuse my bad english.

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

1,569 Views
BrilliantovKiri
Senior Contributor I

Problem solved, I found mistake in device name.

dmegs:

mxs-duart.0: ttyAM0 at MMIO 0x80074000 (irq = 47) is a DebugUART

/etc/inittab:

::respawn:/sbin/getty -L /dev/ttyAM0 115200

0 Kudos
Reply

1,569 Views
lategoodbye
Senior Contributor I

Hello Kirill, please write down which kernel version you are using.

0 Kudos
Reply

1,569 Views
BrilliantovKiri
Senior Contributor I

Hello, Stefan!

I use linux-2.6.35 from LTIB, package L2.6.35_1.1.0_130130_source.tar.gz from FreeScale site.

0 Kudos
Reply