On 21/02/11 14:39, Avik Sil wrote:
> On Monday 21 February 2011 06:16 PM, Lee Jones wrote:
>>> After reverting to an older headless image and hwapck (of 20110214), I
>>> could get rid of this problem but unable to get the shell prompt:
>>> http://paste.ubuntu.com/570020. The system stops there.
>>
>> Can you provide an `ls /etc/init`?
> 
> $ ls /media/rootfs/etc/init
> auto-serial-console.conf         plymouth-splash.conf
> <blar>

Attached are two files. I forget which one you need for Panda, I think
it's ttyO2.conf. Give them a go. Try to copy them one at a time into
/etc/init. If they don't work then Linaro's rootfs must be subtly
different than the one Canonical use for ti-omap4.

Basically, it looks like your system is booting up and functioning
correctly. It's just that your serial isn't being initialised, either on
the right port, or at all.

Kind regards,
Lee

start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]

respawn
exec /sbin/getty 115200 ttyS2
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]

respawn
exec /sbin/getty 115200 ttyO2
_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to