Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] target /etc/inittab
@ 2013-03-15 17:34 H Hartley Sweeten
  2013-03-16 18:51 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: H Hartley Sweeten @ 2013-03-15 17:34 UTC (permalink / raw)
  To: buildroot

Hello all,

I recently pulled the latest buildroot and ran into an issue I can't
figure out.

I'm using buildroot to create a rootfs for an ep93xx board. This
board has 3 serial ports ttyAM0-3. When the rootfs is created I
get this in the /etc/inittab:

# Set up a couple of getty's
tty1::respawn:/sbin/getty 38400 tty1
tty2::respawn:/sbin/getty 38400 tty2

# Put a getty on the serial port
ttyAM0::respawn:/sbin/getty -L ttyAM0 57600 vt100 # GENERIC_SERIAL
#ttyAM1::respawn:/sbin/getty -L ttyAM1 57600 vt100 # GENERIC_SERIAL
#ttyAM2::respawn:/sbin/getty -L ttyAM2 57600 vt100 # GENERIC_SERIAL

The problem is tty1 and tty2. They don't exist on my board and
give me issues when the board boots. I can't figure out why they
are being added to /etc/inittab and how to prevent theses getty's
from showing up.

Also how do I get a getty on ttyAM1 and ttyAM2?

If I edit output/target/etc/inittab and then do a make to create the
rootfs image it just gets changed back.

Any pointers?

Thanks,
Hartley

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

end of thread, other threads:[~2013-03-19 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-15 17:34 [Buildroot] target /etc/inittab H Hartley Sweeten
2013-03-16 18:51 ` Thomas Petazzoni
2013-03-18 17:10   ` H Hartley Sweeten
2013-03-19 20:29     ` Alexey Brodkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox