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]

Re: Where i am mistaked?


On Thu, 2005-01-13 at 22:59 +0300, Nickolay wrote:
> Hello!
> 
> I has trouble with running Linux Kernel on the IXDP425.
> 
> RedBoot> ... waiting for BOOTP information
> Ethernet eth0: MAC address 00:02:b3:8d:5c:3c
> IP: 192.168.100.240/255.255.0.0, Gateway: 192.168.100.143
> Default server: 192.168.100.143
> 
> RedBoot(tm) bootstrap and debug environment [ROM]
> Non-certified release, version UNKNOWN - built 22:13:51, Jan 13 2005
> 
> Platform: IXDP425 Development Platform (XScale) BE
> Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
> 
> RAM: 0x00000000-0x10000000, [0x000173e0-0x0ffd1000] available
> FLASH: 0x50000000 - 0x51000000, 128 blocks of 0x00020000 bytes each.
> RedBoot> load -r -v -b 0x01600000 zImage
> Using default protocol (TFTP)
> -
> Raw file loaded 0x01600000-0x016a73df, assumed entry at 0x01600000
> RedBoot> load -r -v -b 0x00800000 ramdisk.gz
> Using default protocol (TFTP)
> |
> Raw file loaded 0x00800000-0x00a7c5ea, assumed entry at 0x00800000
> RedBoot> go -n 0x01600000
> 
> and this system hanged...

Maybe the image is using a different serial port or baud.

You should probably be using the exec command. Something like:

  exec -b 0x01600000 -l 0 0x01600000

--Mark


-- 
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]