This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

upload image error using tftp


Hi,

Sorry to disturb you again. I am new to eCos and Redboot.
I tried to connect the linux PC and the IXDP425 board via a cross over cable, then follow the gatewaymaker instructions (http://gatewaymaker.sourceforge.net/) to load the linux image.


I installed the tftp server on the Linux PC and configured the IP of the PC as 192.168.0.1
and the IP of ethernet card on the IXDP425 board 192.168.0.2
I put zImage file in the /tftpboot directory and config the /etc/xinetd.d/tftp file.


Can anybody give me any hint? Thanks a lot!

#########################################################
RedBoot> fconfig -i
Initialize non-volatile configuration - continue (y/n)? y
Run script at boot: false
Use BOOTP for network configuration: false
Gateway IP address:
Local IP address: 192.168.0.2
Local IP address mask: 255.255.255.0
Default server IP address: 192.168.0.1
Console baud rate: 115200
DNS server IP address:
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Default network device: i82559_eth0
Update RedBoot non-volatile configuration - continue (y/n)? y
... Unlock from 0x50fc0000-0x50fc1000: .
... Erase from 0x50fc0000-0x50fc1000: .
... Program from 0x0ffd2000-0x0ffd3000 at 0x50fc0000: .
... Lock from 0x50fc0000-0x50fc1000: .
RedBoot> reset
... Resetting.
+Ethernet eth0: MAC address 00:0e:0c:00:e0:34
IP: 192.168.0.2/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.0.1, DNS server IP: 0.0.0.0

RedBoot(tm) bootstrap and debug environment [ROM]
Red Hat certified release, version 1.92 - built 23:01:46, May  2 2003

Platform: IXDP425 Development Platform (XScale)
Copyright (C) 2000, 2001, 2002, Red Hat, Inc.

RAM: 0x00000000-0x10000000, 0x0001f880-0x0ffd1000 available
FLASH: 0x50000000 - 0x51000000, 128 blocks of 0x00020000 bytes each.
RedBoot> ip_address
IP: 192.168.0.2/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.0.1, DNS server IP: 0.0.0.0

RedBoot> load -r -v -b 0x01600000 zImage
Using default protocol (TFTP)
__udp_sendto: Can't find address of server
Can't load 'zImage': some sort of network error

RedBoot> ping -h 192.168.0.2
Network PING - from 192.168.0.2 to 192.168.0.2
PING - received 0 of 10 expected

RedBoot>ping -h 192.168.0.1
PING: Cannot reach server '192.168.0.1' (192.168.0.1)

##################################################################


- mojo


_________________________________________________________________
Get reliable access on MSN 9 Dial-up. 3 months for the price of 1! (Limited-time offer) http://join.msn.com/?page=dept/dialup&pgmarket=en-us&ST=1/go/onm00200361ave/direct/01/



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]