Re: Login headless serial console

2010-10-20 Thread Shawn Guo
Hi Alexander, On Wed, Oct 13, 2010 at 5:20 PM, Shawn Guo wrote: > On Wed, Oct 13, 2010 at 3:36 PM, Alexander Sack wrote: >> We don't create such a .conf there. in linaro-media-create we just set >> the cmdline. On top, we have the magic upstart job in overlay package >> that sets up a login cons

Re: Login headless serial console

2010-10-13 Thread Shawn Guo
On Wed, Oct 13, 2010 at 3:36 PM, Alexander Sack wrote: > We don't create such a .conf there. in linaro-media-create we just set > the cmdline. On top, we have the magic upstart job in overlay package > that sets up a login console for whatever is in the cmdline. I > uploaded a potential fix for th

Re: Login headless serial console

2010-10-13 Thread Alexander Sack
On Wed, Oct 13, 2010 at 8:10 AM, Amit Kucheria wrote: > On Wed, Oct 13, 2010 at 8:48 AM, Shawn Guo wrote: >> I'm trying to login mx51evk headless on serial console, and facing the >> following problems. >> >> - No /etc/init/ttymxc0.conf in headless rootfs >> - Do not know what username and passwd

Re: Login headless serial console

2010-10-12 Thread Shawn Guo
That is exactly what I'm curious. Maybe I did not look at the correct place. But I did not see it in linaro-media-create. Can someone using beagle board please confirm? On Wed, Oct 13, 2010 at 2:10 PM, Amit Kucheria wrote: > On Wed, Oct 13, 2010 at 8:48 AM, Shawn Guo wrote: >> I'm trying to l

Re: Login headless serial console

2010-10-12 Thread Amit Kucheria
On Wed, Oct 13, 2010 at 8:48 AM, Shawn Guo wrote: > I'm trying to login mx51evk headless on serial console, and facing the > following problems. > > - No /etc/init/ttymxc0.conf in headless rootfs > - Do not know what username and passwd to login > > Should we get these addressed in headless build?

Re: Login headless serial console

2010-10-12 Thread Jammy Zhou
Hi Shawn, For "console=ttymxc0" boot option used by mx51evk, there is a bug in /bin/auto-serial-console, which has been fixed by Alexander in linaro.overlay. Could you please have a try with the changes below? Normally, we don't need to input username/passwd for headless rootfs. line #15 of auto

Login headless serial console

2010-10-12 Thread Shawn Guo
I'm trying to login mx51evk headless on serial console, and facing the following problems. - No /etc/init/ttymxc0.conf in headless rootfs - Do not know what username and passwd to login Should we get these addressed in headless build? We do not expect users to do extra manual works after l-m-c,