linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: kingseft@samsung.co.kr
To: linuxppc-embedded@lists.linuxppc.org
Subject: [QuestionIP_CONFIG : incomplete network configration info...
Date: Mon, 12 Mar 2001 10:42:00 +0900	[thread overview]
Message-ID: <H00002af04ab19e3@MHS> (raw)


 Hi all developers.
 I ported ppcboot, linux kernel and ramdisk.
 when I boot kernel and ramdisk I got this message..

 IP_CONFIG: Incomplete network configuration info
 dev_cluse: bug eth0 still running....

 but I got linux shell. and all linux function worked fine......
 I use ppcboot and HardHat Linux kernel 2.2.14
 following list is myboard_config.h


#define	CONFIG_ETHADDR		08:00:30:31:32:33		/* Ethernet address 	*/
#define	CONFIG_IPADDR		  55.121.204.131			/* Target IP address 	*/
#define	CONFIG_SERVERIP		55.121.204.174				/* Servier IP address 	*/
#define CONFIG_BOOTDELAY	5	/* autoboot after 5 seconds		*

#define CONFIG_BOOTCOMMAND							\
"bootp ;" 									\
"setenv bootargs console=tty0 console=ttyS0 " 					\
"root=/dev/nfs nfsroot=$(serverip):$(rootpath) " 				\
"ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname):eth0:off ;" 	\
"bootm"


 I think CONFIG_BOOTCOMMAND is imcomplte.
 Could someone describe how to use this BOOTCOMMAND for booting with ramdisk
 any comments will help me.. thanks.


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2001-03-12  1:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-12  1:42 kingseft [this message]
2001-03-12  8:26 ` [QuestionIP_CONFIG : incomplete network configration info Wolfgang Denk

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=H00002af04ab19e3@MHS \
    --to=kingseft@samsung.co.kr \
    --cc=linuxppc-embedded@lists.linuxppc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).