[U-Boot-Users] DB1000 Little-Endian U-Boot
Thomas Lange
thomas at corelatus.se
Mon Oct 4 23:43:23 CEST 2004
I guess you have changed TEXT_BASE to 0xbec00000?
When you use the S8 switch, you swap the two boot flashes.
This means that the boot flash that was at 0xbec00000
now appears at 0xbfc00000.
So, you have to compile u-boot with TEXT_BASE at
0xbfc00000 to make this work.
/Thomas
Charles Eidsness wrote:
> Hi All,
>
> I would like to use u-boot on my DB1000 card (with an AMD Au1000
> processor) in little endian mode. After a little bit of playing around I
> have gotten it to compile, load in to the parameter FLASH and run from
> the Yamon prompt, i.e. go bec00000. But, when I switch to boot
> completely from u-boot in the parameter flash (switch S8) the card just
> hangs. Does anyone have any ideas?
>
> Thanks,
> Charles
More information about the U-Boot
mailing list