public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Flash
@ 2003-02-13 13:37 Chris Elston
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Elston @ 2003-02-13 13:37 UTC (permalink / raw)
  To: u-boot

Use cp to copy the data to flash (having first un-protected and erased it)

-----Original Message-----
From: Robert Schwebel [mailto:robert at schwebel.de]
Sent: 13 February 2003 13:37
To: U-Boot Mailing List
Subject: [U-Boot-Users] Flash


I'm wondering which command can be used to burn an image (loaded from
whereever) into flash? There's a command for erasing, protecting and
info but I cannot find something for flashing.  

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Braunschweiger Str. 79,  31134 Hildesheim, Germany
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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

* [U-Boot-Users] Flash
@ 2003-02-13 13:37 Robert Schwebel
  2003-02-13 20:13 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: Robert Schwebel @ 2003-02-13 13:37 UTC (permalink / raw)
  To: u-boot

I'm wondering which command can be used to burn an image (loaded from
whereever) into flash? There's a command for erasing, protecting and
info but I cannot find something for flashing.  

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Braunschweiger Str. 79,  31134 Hildesheim, Germany
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4

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

* [U-Boot-Users] Flash
  2003-02-13 13:37 [U-Boot-Users] Flash Robert Schwebel
@ 2003-02-13 20:13 ` Wolfgang Denk
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2003-02-13 20:13 UTC (permalink / raw)
  To: u-boot

In message <20030213133721.GD10342@pengutronix.de> you wrote:
> I'm wondering which command can be used to burn an image (loaded from
> whereever) into flash? There's a command for erasing, protecting and
> info but I cannot find something for flashing.  

Umm... use the obvious:  just  copy  the  image  to  the  destination
address (i. e. use "cp.b <src> <dest> $(filesize)".

If you read the README, yu will also find out about a  magic  #define
that allows to directly FTP into flash memory [which is usually a bad
idea,  as it is much more reliable to first make sure the download is
successful _before_ you erase the old flash contents  and  re-program
it from the local RAM contents].

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
See us @ Embedded World, Nuremberg, Feb 18-20, Hall 12.0 Booth 12-442

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

* [U-Boot-Users] flash
@ 2004-09-07  9:55 Barbier, Renaud
  2004-09-07 10:29 ` ???
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Barbier, Renaud @ 2004-09-07  9:55 UTC (permalink / raw)
  To: u-boot

I see that there are 3 commands for the flashes: flinfo, erase and protect.

Where is the command to reburn the flash?

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

* [U-Boot-Users] flash
  2004-09-07  9:55 [U-Boot-Users] flash Barbier, Renaud
@ 2004-09-07 10:29 ` ???
  2004-09-07 10:44 ` Wolfgang Denk
  2004-09-07 10:58 ` Pierre AUBERT
  2 siblings, 0 replies; 8+ messages in thread
From: ??? @ 2004-09-07 10:29 UTC (permalink / raw)
  To: u-boot

using the command: cp
you can type "help cp" to know how to use it.

Best Regards,
Fu-min

>
> I see that there are 3 commands for the flashes: flinfo, erase and
protect.
>
> Where is the command to reburn the flash?

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

* [U-Boot-Users] flash
  2004-09-07  9:55 [U-Boot-Users] flash Barbier, Renaud
  2004-09-07 10:29 ` ???
@ 2004-09-07 10:44 ` Wolfgang Denk
  2004-09-07 10:58 ` Pierre AUBERT
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2004-09-07 10:44 UTC (permalink / raw)
  To: u-boot

In message <45ABD2373C33C4459D42B40EC4F346F2030ACE09@FTWMLVEM03.e2k.ad.ge.com> you wrote:
> 
> I see that there are 3 commands for the flashes: flinfo, erase and
> protect.
> 
> Where is the command to reburn the flash?

cp

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
I will not say that women have no character;  rather, they have a new
one every day.                                               -- Heine

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

* [U-Boot-Users] flash
@ 2004-09-07 10:48 Barbier, Renaud
  0 siblings, 0 replies; 8+ messages in thread
From: Barbier, Renaud @ 2004-09-07 10:48 UTC (permalink / raw)
  To: u-boot

thanks all. That does it.

-----Original Message-----
From: ???(Wang Fu-min) [mailto:fumin at wmail.nsysu.edu.tw]
Sent: Tuesday, September 07, 2004 11:29 AM
To: Barbier, Renaud (GE Infrastructure);
u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] flash


using the command: cp
you can type "help cp" to know how to use it.

Best Regards,
Fu-min

>
> I see that there are 3 commands for the flashes: flinfo, erase and
protect.
>
> Where is the command to reburn the flash?

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

* [U-Boot-Users] flash
  2004-09-07  9:55 [U-Boot-Users] flash Barbier, Renaud
  2004-09-07 10:29 ` ???
  2004-09-07 10:44 ` Wolfgang Denk
@ 2004-09-07 10:58 ` Pierre AUBERT
  2 siblings, 0 replies; 8+ messages in thread
From: Pierre AUBERT @ 2004-09-07 10:58 UTC (permalink / raw)
  To: u-boot

Barbier, Renaud (GE Infrastructure) wrote:

>I see that there are 3 commands for the flashes: flinfo, erase and protect.
>
>Where is the command to reburn the flash?
>  
>
You can use the cp command.

Regards

>
>-------------------------------------------------------
>This SF.Net email is sponsored by BEA Weblogic Workshop
>FREE Java Enterprise J2EE developer tools!
>Get your free copy of BEA WebLogic Workshop 8.1 today.
>http://ads.osdn.com/?ad_idP47&alloc_id\x10808&op=click
>_______________________________________________
>U-Boot-Users mailing list
>U-Boot-Users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>  
>

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

end of thread, other threads:[~2004-09-07 10:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07  9:55 [U-Boot-Users] flash Barbier, Renaud
2004-09-07 10:29 ` ???
2004-09-07 10:44 ` Wolfgang Denk
2004-09-07 10:58 ` Pierre AUBERT
  -- strict thread matches above, loose matches on Subject: below --
2004-09-07 10:48 Barbier, Renaud
2003-02-13 13:37 [U-Boot-Users] Flash Robert Schwebel
2003-02-13 20:13 ` Wolfgang Denk
2003-02-13 13:37 Chris Elston

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