Re: redboot does not start in ram mode
Andrew Lunn <andrew <at> lunn.ch>
2004-07-09 08:40:01 GMT
On Thu, Jul 08, 2004 at 10:54:55PM +0200, Martin Laabs wrote:
> Hi,
>
> I have a 3e-524 board with an IXP425. Because I want
> to update the redboot I tried to compile a ram version.
> Therefor I used the guide from intel beacuse the board seems
> to be only slightly different from intels IXDP425 board.
> I changed the memory map and tried to load/start the image. I failed.
> After many attempt I tried to load the original RAM version that
> is saved in the flash:
>
> RedBoot> fis list
> Name FLASH addr Mem addr Length Entry point
> RedBoot 0x51000000 0x51000000 0x00040000 0x00000000
> RedBoot config 0x517C0000 0x517C0000 0x00001000 0x00000000
> FIS directory 0x517E0000 0x517E0000 0x00020000 0x00000000
> RedBoot_RAM 0x51040000 0x11400000 0x00040000 0x00000000
> zImage 0x51080000 0x11400000 0x000C0000 0x00000000
> RedBoot> fis load RedBoot_RAM
> RedBoot> go
>
> But after pressing return the board hangs. Because there is an eeprom
> onboard the RAM begins at 0x10000000
>
> edBoot> v
> RedBoot(tm) bootstrap and debug environment [ROM]
> Non-certified release, version 2.00 - built 10:04:47, Dec 17 2003
>
> Platform: 3eTI-EAP (XScale)
> Copyright (C) 2000, 2001, 2002, Red Hat, Inc.
(Continue reading)