On Wed, 2005-09-21 at 06:06 -0700, Cletus Pasanha wrote: > Hi Andrew, > > I got an work-around. I used 'dump' command to display > the flash contents, which is in hex. Now, I am trying > to convert the hex data into binary. Downloaded few > utilities for this.
Why not just use the "-s" option to dump to produce Motorola S-record format? Then you can capture this with your terminal emulator and you'll be all done. > > Thanks, > Cletus > > > --- Andrew Lunn <[EMAIL PROTECTED]> wrote: > > > On Wed, Sep 21, 2005 at 12:33:03AM -0700, Cletus > > Pasanha wrote: > > > Hi Andrew, > > > > > > I have the networking and TFTP client (using load > > > command) running. > > > > > > Just wondering, how do I use the TFTP client to > > upload > > > the data to tftp server. As I see, there is no > > TFTP > > > server in this version of Redboot. > > > > Write an eCos application which uses the eCos TFTP > > client to upload > > the flash contents. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
