Re: [ECOS] Help: To create Redboot configuration partitions

2005-09-22 Thread Cletus Pasanha
Thanks. I got the data in srecord format using '-s' switch and able to convert it to bin format. --- Gary Thomas [EMAIL PROTECTED] wrote: 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,

Re: [ECOS] Help: To create Redboot configuration partitions

2005-09-21 Thread Andrew Lunn
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.

Re: [ECOS] Help: To create Redboot configuration partitions

2005-09-21 Thread Cletus Pasanha
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. Thanks, Cletus --- Andrew Lunn [EMAIL PROTECTED] wrote: On Wed, Sep 21, 2005 at 12:33:03AM -0700,

Re: [ECOS] Help: To create Redboot configuration partitions

2005-09-21 Thread Gary Thomas
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

Re: [ECOS] Help: To create Redboot configuration partitions

2005-09-20 Thread Cletus Pasanha
Hi, Actually, I have very basic JTAG programmer. It does only flash programming, does not have functionality to read the flash. So, just wondering, how to generate these partitions while compiling, as the Redboot images are created. I am using Redboot v2.01. Thanks, Cletus --- Andrew Lunn

Re: [ECOS] Help: To create Redboot configuration partitions

2005-09-20 Thread Andrew Lunn
On Tue, Sep 20, 2005 at 01:41:32AM -0700, Cletus Pasanha wrote: Hi, Actually, I have very basic JTAG programmer. It does only flash programming, does not have functionality to read the flash. That makes it a bit harder. Does networking work? You could use the tftp client to upload the