All of lore.kernel.org
 help / color / mirror / Atom feed
* Changing the tty/UART of busybox
@ 2018-02-28 10:15 Jakob Hasse
  2018-02-28 13:13 ` Maxin B. John
  0 siblings, 1 reply; 3+ messages in thread
From: Jakob Hasse @ 2018-02-28 10:15 UTC (permalink / raw)
  To: Yocto List

[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]

Hello,

we need to change the tty on which busybox is sitting. Right now I could 
change the UART for the kernel and all program output after the boot to 
our favorite UART (via kernel cmd line). But the login promt and all 
interaction with the device is still on the old UART. So I guess it's a 
busybox configuration issue. Furthermore, when I try tty after login, it 
gives me: /dev/ttymxc4 (we want to use ttymx1).

I looked here https://busybox.net/downloads/BusyBox.html and in 
menuconfig for an option to change the UART interface but couldn't find 
any. Furthermore I added

|::respawn:/sbin/getty -L ttymxc1 115200 vt100 |

and this

|ttymxc1::respawn:/sbin/getty -L ttymxc1 115200 vt100|

to inittab to change the UART with no luck.
Could someone here point me to documentation or give me a hint to achive 
this?

Thanks in advance, all the Best,
Jakob

-- 
Jakob Hasse
Software Developement

E: jakob.hasse@smart-home-technology.ch
T: +41 44 552 02 66

Smart Home Technology GmbH
www.smart-home-technology.ch


[-- Attachment #2: Type: text/html, Size: 1704 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-28 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 10:15 Changing the tty/UART of busybox Jakob Hasse
2018-02-28 13:13 ` Maxin B. John
2018-02-28 14:43   ` Jakob Hasse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.