public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] setting up IP address for my LPC2214 board
@ 2009-07-11  9:15 venny vennela
  2009-07-11  9:27 ` Andrew Lunn
  0 siblings, 1 reply; 4+ messages in thread
From: venny vennela @ 2009-07-11  9:15 UTC (permalink / raw)
  To: ecos-discuss

Hi,

Am trying to configure Ethernet my LPC 2214 board. am not able to set it up..

RedBoot> fconfig -i
Initialize non-volatile configuration - continue (y/n)? y
Run script at boot: false
Use BOOTP for network configuration: true
Default server IP address: 192.168.0.100 -------------------->my
windows system IP address
Console baud rate: 38400
DNS domain name: <Not a string: 0x810E330F>--------------------> ? ????/
DNS server IP address: 192.168.0.1--------------------> My router address ??????
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Update RedBoot non-volatile configuration - continue (y/n)? y
... Erase from 0x800f0000-0x800fffff: .
... Program from 0x810f0000-0x81100000 to 0x800f0000: .

*************************************************************************************************************************
After restarting the board...
*************************************************************************************************************************
RedBoot> +... waiting for BOOTP information
Ethernet eth0: MAC address 08:88:12:34:56:78
Can't get BOOTP info for device!

RedBoot(tm) bootstrap and debug environment [ROM]
Non-certified release, version v3_0 - built 04:16:56, Jul  9 2009

Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
RedBoot is free software, covered by the eCos license, derived from the
GNU General Public License. You are welcome to change it and/or distribute
copies of it under certain conditions. Under the license terms, RedBoot's
source code and full license terms must have been made available to you.
Redboot comes with ABSOLUTELY NO WARRANTY.

Platform: Olimex LPC-E2294 development board (ARM7TDMI-S)
RAM: 0x81000000-0x81100000 [0x8100ba20-0x810e1000 available]
FLASH: 0x80000000-0x800fffff, 16 x 0x10000 blocks
RedBoot>

PLease help me out.

Thank you,
Vennela

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] setting up IP address for my LPC2214 board
  2009-07-11  9:15 [ECOS] setting up IP address for my LPC2214 board venny vennela
@ 2009-07-11  9:27 ` Andrew Lunn
  2009-07-11 11:21   ` venny vennela
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Lunn @ 2009-07-11  9:27 UTC (permalink / raw)
  To: venny vennela; +Cc: ecos-discuss

On Sat, Jul 11, 2009 at 02:15:28AM -0700, venny vennela wrote:
> Hi,
> 
> Am trying to configure Ethernet my LPC 2214 board. am not able to set it up..
> 
> RedBoot> fconfig -i
> Initialize non-volatile configuration - continue (y/n)? y
> Run script at boot: false
> Use BOOTP for network configuration: true
                                       ^^^^


> RedBoot> +... waiting for BOOTP information
> Ethernet eth0: MAC address 08:88:12:34:56:78
> Can't get BOOTP info for device!

Probably your bootp server is not replying....

         Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] setting up IP address for my LPC2214 board
  2009-07-11  9:27 ` Andrew Lunn
@ 2009-07-11 11:21   ` venny vennela
  2009-07-11 11:24     ` Andrew Lunn
  0 siblings, 1 reply; 4+ messages in thread
From: venny vennela @ 2009-07-11 11:21 UTC (permalink / raw)
  To: venny vennela, ecos-discuss

Thanks for your quick reply.. Iam assuming that the BOOTP server is
running.//  have downloaded BOOTP server and started..?

Can you please provide me steps to check that BOOTP is running ?

On Sat, Jul 11, 2009 at 2:27 AM, Andrew Lunn<andrew@lunn.ch> wrote:
> On Sat, Jul 11, 2009 at 02:15:28AM -0700, venny vennela wrote:
>> Hi,
>>
>> Am trying to configure Ethernet my LPC 2214 board. am not able to set it up..
>>
>> RedBoot> fconfig -i
>> Initialize non-volatile configuration - continue (y/n)? y
>> Run script at boot: false
>> Use BOOTP for network configuration: true
>                                       ^^^^
>
>
>> RedBoot> +... waiting for BOOTP information
>> Ethernet eth0: MAC address 08:88:12:34:56:78
>> Can't get BOOTP info for device!
>
> Probably your bootp server is not replying....
>
>         Andrew
>

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] setting up IP address for my LPC2214 board
  2009-07-11 11:21   ` venny vennela
@ 2009-07-11 11:24     ` Andrew Lunn
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2009-07-11 11:24 UTC (permalink / raw)
  To: venny vennela; +Cc: ecos-discuss

On Sat, Jul 11, 2009 at 04:21:30AM -0700, venny vennela wrote:
> Thanks for your quick reply.. Iam assuming that the BOOTP server is
> running.//  have downloaded BOOTP server and started..?
> 
> Can you please provide me steps to check that BOOTP is running ?

Etherreal. http://www.ethereal.com/

Should be part of what ever Linux distribution you are running.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-11 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-11  9:15 [ECOS] setting up IP address for my LPC2214 board venny vennela
2009-07-11  9:27 ` Andrew Lunn
2009-07-11 11:21   ` venny vennela
2009-07-11 11:24     ` Andrew Lunn

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 read-only IMAP folder(s) and NNTP newsgroup(s).