Re: [ECOS] Re: Urgent Help: ether_demux function

2005-09-20 Thread Andrew Lunn
On Mon, Sep 19, 2005 at 05:46:19PM -0700, [EMAIL PROTECTED] wrote: Hi Gary and Andew, I can see what the issue is, but I do not know how to solve. From my dsr I call: while ( !(pDevCtrl-rxBds[pDevCtrl-rxHeadIndex].status DMA_OWN) (sc-funs-eth_drv-recv)(sc, pDevCtrl .); this

Re: [ECOS] newbie questions

2005-09-20 Thread Andrew Lunn
On Mon, Sep 19, 2005 at 08:38:18PM -0700, Andrew Voelkel wrote: 1. In the configtool, what is the difference between save and export, and what is the difference between load and import? 2. What is the difference between a .ecc file and a .ecm file? The configuration of an eCos system is

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] JFFS2 questions with eCos

2005-09-20 Thread Steven_cheng
Dear Andrws, I use the mkfs.jffs2 to create a filesystem on my host, the command is $ ./mkfs.jffs2 -o jffs2.img -r jffs2_test/ Then I put the image jffs2.img to my platform by load command. And save it as jffs2 as following in the flash: RedBoot fis list Name FLASH addr Mem

Re: [ECOS] JFFS2 questions with eCos

2005-09-20 Thread Andrew Lunn
On Tue, Sep 20, 2005 at 05:38:49PM +0800, Steven_cheng wrote: Dear Andrws, I use the mkfs.jffs2 to create a filesystem on my host, the command is $ ./mkfs.jffs2 -o jffs2.img -r jffs2_test/ Then I put the image jffs2.img to my platform by load command. And save it as jffs2 as

Re: [ECOS] JFFS2 questions with eCos

2005-09-20 Thread Steven_cheng
Hi Andrew, Thank you for your help ~~ If I have mounted the jffs2.img, then what thing I can do with JFFS2 ?? Like display the files and directories of the img or ?? Does it have the command like ls or dir to display the content of the jffs2 imge ?? Thans in advance !! Steven

Re: [ECOS] JFFS2 questions with eCos

2005-09-20 Thread Andrew Lunn
On Tue, Sep 20, 2005 at 07:41:17PM +0800, Steven_cheng wrote: Hi Andrew, Thank you for your help ~~ If I have mounted the jffs2.img, then what thing I can do with JFFS2 ?? Like display the files and directories of the img or ?? Does it have the command like ls or dir to

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

Re: [ECOS] Transitioning from configtool to ecosconfig

2005-09-20 Thread Andrew Lunn
On Tue, Sep 20, 2005 at 09:39:16AM -0400, Jon Ringle wrote: Hi, I've done a port of ecos/redboot for my arm platform, and so far, I've mainly used configtool to select the components I need. Now, I'd like to transition to using ecosconfig so that I can automate the build process. What

RE: [ECOS] newbie questions

2005-09-20 Thread Andrew Voelkel
Does that mean that a configuration carries around information inside itself telling it what template it originated from, in order to calculate the differences between it and that template? - Andy -Original Message- From: Andrew Lunn [mailto:[EMAIL PROTECTED] Sent: Monday, September

Re: [ECOS] newbie questions

2005-09-20 Thread Andrew Lunn
On Tue, Sep 20, 2005 at 09:09:34AM -0700, Andrew Voelkel wrote: Does that mean that a configuration carries around information inside itself telling it what template it originated from, in order to calculate the differences between it and that template? It is an ascii file, you can read