All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael S. Zick <minimod@morethan.org>
To: buildroot@busybox.net
Subject: [Buildroot] Help Booting Kernel on an ml507
Date: Tue, 1 Dec 2009 18:37:09 -0600	[thread overview]
Message-ID: <200912011837.12322.minimod@morethan.org> (raw)
In-Reply-To: <4B2CB099CF3D4F40B1B1442281CA94FFC4C900@EXCHANGEVS01.appsig.com>

On Tue December 1 2009, NEAL, RYAN wrote:
> Hey Peter!  That helped a lot!  
> 
> I upgraded to the br 2009.11 release.  Good work, I like it a lot --
> much simpler :).
> 
> I am getting two errors and I was wondering if you could help me out
> again?
> 
> One comes when I use the bootline : Linux/PowerPC load: console=ttyS0
> ip=on root=/dev/ram
> 
> The boot goes as before, but  the last few lines of the boot are:
> 	Sending DHCP requests ., OK
> 	IP-Config: Got DHCP answer from 0.0.0.0, my address is
> 10.49.211.5
> 	IP-Config: Complete:
> 	     device=eth0, addr=10.49.211.5, mask=255.255.240.0,
> gw=10.49.223.254,
> 	     host=10.49.211.5, domain=appsig.com, nis-domain=appsig.com,
> 	     bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath=
> 	Freeing unused kernel memory: 944k init
> 	Initializing random number generator... done.
> 	Starting network...
> 	ip: RTNETLINK answers: File exists
> 
> If I tack on a rdinit=/bin/sh I don't get that error but I get:
> 	IP-Config: Got DHCP answer from 0.0.0.0, my address is
> 10.49.211.5
> 	IP-Config: Complete:
> 	     device=eth0, addr=10.49.211.5, mask=255.255.240.0,
> gw=10.49.223.254,
> 	     host=10.49.211.5, domain=appsig.com, nis-domain=appsig.com,
> 	     bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath=
> 	Freeing unused kernel memory: 944k init
> 	/bin/sh: can't access tty; job control turned off
> 	/ #
> And I can't use the DNS names of any servers.  The good thing is that I
> can now poke around the filesystem(r/w)!  Do you know what settings
> would cause these errors? Is it even in the buildroot config or the
> linux kernel?
> 

If not using dhcp to set your /etc/resolv.conf file, you get to do that
yourself:
echo "nameserver 999.999.999.999" >/etc/resolv.conf
Naturally, replacing the 9's with the address of your DNS server.

Mike
> Thanks a ton! 
> ::Ryan
> -----Original Message-----
> From: Peter Korsgaard [mailto:jacmet at gmail.com] On Behalf Of Peter
> Korsgaard
> Sent: Wednesday, November 25, 2009 10:18 PM
> To: NEAL, RYAN
> Cc: Peter Korsgaard; buildroot at busybox.net
> Subject: Re: [Buildroot] Help Booting Kernel on an ml507
> 
> >>>>> "Ryan" == NEAL, RYAN <RYAN_NEAL@appsig.com> writes:
> 
>  Ryan> Peter, 
>  Ryan> That is a good point.  I was intending on using the initramfs
> because I
>  Ryan> hadn't thought of other options.  I'll look into the squashfs.  
> 
>  Ryan> My cpio.gz image is 543K.  
>  Ryan> I am building for the powerpc 440 (no FPU).
> 
> Then this is probably wrong (unless you have FPU emulation enabled in
> the kernel, which you shouldn't):
> 
>  Ryan> # BR2_SOFT_FLOAT is not set
> 
> You can find it under toolchain options.
> 
> Once you change this you need to rebuild everything (rm -rf *build_*;
> make).
> 

  reply	other threads:[~2009-12-02  0:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-25 22:49 [Buildroot] Help Booting Kernel on an ml507 NEAL, RYAN
2009-11-25 23:14 ` Peter Korsgaard
2009-11-25 23:28   ` NEAL, RYAN
2009-11-26  6:18     ` Peter Korsgaard
2009-12-02  0:26       ` NEAL, RYAN
2009-12-02  0:37         ` Michael S. Zick [this message]
2009-12-02  0:55           ` NEAL, RYAN
2009-12-02  0:58           ` NEAL, RYAN
2009-12-02  1:11             ` Michael S. Zick

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=200912011837.12322.minimod@morethan.org \
    --to=minimod@morethan.org \
    --cc=buildroot@busybox.net \
    /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.