All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francisco Alecrim <alecrim@gmail.com>
To: Luke-Jr <luke@dashjr.org>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"Balbi Felipe (Nokia-D/Helsinki)" <felipe.balbi@nokia.com>,
	Kalle Valo <kalle.valo@iki.fi>
Subject: Re: problem with n810 boot up
Date: Wed, 06 Jan 2010 18:11:10 -0400	[thread overview]
Message-ID: <4B450A7E.6040103@gmail.com> (raw)
In-Reply-To: <201001052107.55283.luke@dashjr.org>

Luke-Jr wrote:
> On Tuesday 05 January 2010 08:46:27 pm Francisco Alecrim wrote:
>> Luke-Jr wrote:
>>> On Tuesday 05 January 2010 05:24:56 pm Francisco Alecrim wrote:
>>>> What rootfs do you use? Did you change initfs?
>>> Gentoo. I modified my initfs to chainload its init if a new kernel is
>>> running.
>> I don't know how to do it. Could you send me yours?

Thanks! Now it goes to rootfs and continue the boot, but device
power-off after 10-20 seconds. There is no error message to help. :(

I did some small changes:
> 
> special=false
> if echo -n >/writetest; then
>         exec >/$(uname -r).log
>         exec 2>&1
>         /dmesg.static
>         ls -lh /dev
> #       ifconfig usb0 192.168.1.2
> #       mount -t proc proc proc
> #               ifconfig -a
> #       umount proc
> #       sync
> 
> if true; then
> 
> echo A
> mount -t proc proc proc
> mount /dev/mmcblk0p1 /mnt/new_root || exec /bin/sh
mount -t jffs2 /dev/mtdblock4 /mnt/new_root || exec /bin/sh
> echo B
> cd /mnt/new_root
> mkdir -p mnt/initfs
> echo C
> pivot_root . mnt/initfs
> echo D
> cd /
> mount
> sync
> echo E
> exec /usr/bin/chroot / /sbin/init
exec /usr/sbin/chroot / /sbin/init
> 
> fi
> 
>         special=true
> fi


Thanks,
Alecrim

  reply	other threads:[~2010-01-06 22:11 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-29  7:52 [PATCH] OMAP2: add USB platform data and initialization for Nokia N800 and N810 Luke-Jr
2009-12-29  8:29 ` Kalle Valo
2009-12-29  8:29   ` Kalle Valo
2009-12-29  8:46   ` Luke-Jr
2009-12-29  8:46     ` Luke-Jr
2009-12-29  8:55     ` Kalle Valo
2009-12-29  8:55       ` Kalle Valo
2009-12-29 12:51       ` Felipe Balbi
2009-12-29 21:05       ` Luke-Jr
2009-12-29 21:05         ` Luke-Jr
2009-12-30  3:10         ` Luke-Jr
2009-12-30  3:10           ` Luke-Jr
2009-12-30  7:17           ` Kalle Valo
2009-12-30  7:17             ` Kalle Valo
2009-12-30  9:02             ` Luke-Jr
2009-12-30  9:02               ` Luke-Jr
2009-12-30 12:04               ` Felipe Balbi
2009-12-30  7:14         ` Kalle Valo
2009-12-29 19:24 ` Tony Lindgren
2009-12-29 19:35   ` Felipe Balbi
2009-12-29 19:42     ` Tony Lindgren
2009-12-29 19:49       ` Felipe Balbi
2009-12-29 19:53         ` Tony Lindgren
2009-12-29 19:57           ` Felipe Balbi
2009-12-29 20:28   ` Luke-Jr
2009-12-29 20:35     ` Felipe Balbi
2010-01-05 23:24 ` problem with n810 boot up Francisco Alecrim
2010-01-05 23:46   ` Luke-Jr
2010-01-06  2:46     ` Francisco Alecrim
2010-01-06  3:07       ` Luke-Jr
2010-01-06 22:11         ` Francisco Alecrim [this message]
2010-01-06 22:45           ` Felipe Balbi
2010-01-06 23:02             ` Francisco Alecrim
2010-01-06 23:40               ` Luke-Jr
2010-01-06 23:59                 ` Francisco Alecrim
2010-01-07  0:10                   ` Luke-Jr
2010-01-07 15:25                     ` Francisco Alecrim
2010-01-07 15:40                       ` Luke-Jr
2010-01-07 16:55                         ` green
2010-01-09  2:56                           ` Luke-Jr
2010-01-09  4:59                             ` green
2010-01-07  0:33               ` Siarhei Siamashka
2010-01-07  2:04                 ` Francisco Alecrim
2010-01-09  5:03     ` green
2010-01-09 17:43       ` Luke-Jr
2010-01-09 23:53         ` green
     [not found]       ` <4B489CC5.5080700@gmail.com>
2010-01-09 23:35         ` green

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B450A7E.6040103@gmail.com \
    --to=alecrim@gmail.com \
    --cc=felipe.balbi@nokia.com \
    --cc=kalle.valo@iki.fi \
    --cc=linux-omap@vger.kernel.org \
    --cc=luke@dashjr.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.