public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] 5272c3 Port (newbie)
@ 2004-03-23 21:39 Robert Williams
  2004-03-24  6:38 ` Josef Baumgartner
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Williams @ 2004-03-23 21:39 UTC (permalink / raw)
  To: u-boot

Hello,
 
I downloaded the latest u-boot from CVS today.  I've built the M5272C3
port successfully.  How do I burn this into flash?  
 
With an early version of ppcboot.  Someone, supplied a tarifa.elf file
which would initially load u-boot into ram.  U-boot would then load the
.bin file into flash.  
 
Does anyone know what the process is now?  I am using m68k-elf-tools. 
 
Cheers,
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20040323/5ec159b8/attachment.htm 

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

* [U-Boot-Users] 5272c3 Port (newbie)
  2004-03-23 21:39 [U-Boot-Users] 5272c3 Port (newbie) Robert Williams
@ 2004-03-24  6:38 ` Josef Baumgartner
  0 siblings, 0 replies; 2+ messages in thread
From: Josef Baumgartner @ 2004-03-24  6:38 UTC (permalink / raw)
  To: u-boot

Hello Robert,

you can set CONFIG_MONITOR_IS_IN_RAM in the m5272c3.h config file.
Additionally you have to set TEXT_BASE to 0x20000 in board/m5272c3/config.mk.
Then you get a version which can be loaded to RAM at address 0x20000. You can
download it through a BDM interface or with you current boot loader (e.g. 
dbug)

You can use the RAM version to program the flashable version 
(CONFIG_MONITOR_IS_IN_RAM is not set and TEXT_BASE is set to 0xffe00000)
into the flash memory.

If something goes wrong while programming the image to flash, you need a BDM
interface to get your board running again!

Hope this helps!

Regards,

Josef

On Tuesday 23 March 2004 22:39, Robert Williams wrote:
> Hello,
>
> I downloaded the latest u-boot from CVS today.  I've built the M5272C3
> port successfully.  How do I burn this into flash?
>
> With an early version of ppcboot.  Someone, supplied a tarifa.elf file
> which would initially load u-boot into ram.  U-boot would then load the
> .bin file into flash.
>
> Does anyone know what the process is now?  I am using m68k-elf-tools.
>
> Cheers,
> Robert

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

end of thread, other threads:[~2004-03-24  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-23 21:39 [U-Boot-Users] 5272c3 Port (newbie) Robert Williams
2004-03-24  6:38 ` Josef Baumgartner

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