public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] DB1000 Little-Endian U-Boot
       [not found] ` <20041004180726.GA21448@linux-mips.org>
@ 2004-10-04 20:27   ` Charles Eidsness
  2004-10-04 21:43     ` Thomas Lange
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Eidsness @ 2004-10-04 20:27 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot-Users] DB1000 Little-Endian U-Boot
  2004-10-04 20:27   ` [U-Boot-Users] DB1000 Little-Endian U-Boot Charles Eidsness
@ 2004-10-04 21:43     ` Thomas Lange
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lange @ 2004-10-04 21:43 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2004-10-04 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1096821864.3883.11.camel@sex-machine.chi.ldsys.net>
     [not found] ` <20041004180726.GA21448@linux-mips.org>
2004-10-04 20:27   ` [U-Boot-Users] DB1000 Little-Endian U-Boot Charles Eidsness
2004-10-04 21:43     ` Thomas Lange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox