[ECOS] Re: [ Spam Mail ] Re: [ECOS] How can I initial the flashs of sst29vfxxx and intel_strata at do_flash_init() ? (This message is to be blocked by code: bkfkact590)

2005-08-29 Thread Andrew Lunn
On Tue, Aug 30, 2005 at 09:57:08AM +0800, Steven_cheng wrote: > Hi Andrew, > > There are two flashs in my platform at the same time, one intel > strata, the other is sst 39vfxxx. But it only one strata flash or vf39xxx > flash can be initiated and work currently. > > Q1 : Is only one driver i

[ECOS] Re: [ Spam Mail ] Re: [ECOS] How can I initial the flashs of sst29vfxxx and intel_strata at do_flash_init() ? (This message is to be blocked by code: bkfkact590)

2005-08-29 Thread Steven_cheng
Hi Andrew, There are two flashs in my platform at the same time, one intel strata, the other is sst 39vfxxx. But it only one strata flash or vf39xxx flash can be initiated and work currently. Q1 : Is only one driver initiated at the same time with multi-driver ?? The flash spec is as followi

[ECOS] Re: loading file uisng serial port

2005-08-29 Thread Grant Edwards
In gmane.os.ecos.general, you wrote: > > hi , > >I gave the following command " load -m xmodem " in redboot and when > CC... > was comming i went to ny host system and > > i set up my minicom as the file is in " /root " file name hello1 [...] I never had much luck with minicom. I always

Re: [ECOS] loading file uisng serial port

2005-08-29 Thread rpai
hi , I gave the following command " load -m xmodem " in redboot and when CC... was comming i went to ny host system and i set up my minicom as the file is in " /root " file name hello1 wht I did was ... in mincom setup was... 1) minicom 2) as i have the port at /dev/ttyS0 I set

[ECOS] Zero-Copy in XXXX_RECV

2005-08-29 Thread mkhoyila
Thanks Gary for your help on 2 EMAC. I do have another question regarding _RECV function to implement zero-copy. On the _SEND, I can avoid copying from scatter-gather list to my DMA buffers since my hardware allows SOP (Start Of Packet) and EOP. I also want to avoid copying in _RECV f

Re: [ECOS] ecos Redboot vmware porting

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 05:36:48PM +0200, [EMAIL PROTECTED] wrote: > OK, now I have the same problem I told you before... > > The error is showned in the jpeg attached.. Please don't send screen shots to emailling lists. Just cut and past the text and save us all 100Kbytes of network bandwidth.

Re: [ECOS] How can I initial the flashs of sst29vfxxx and intel_strata at do_flash_init() ?

2005-08-29 Thread Steven_cheng
Hi Andrew, I have gotten the flashv2 branch of eCos which supports multiple flash drivers at the same time. But I hope I can get the lastest code from the Anonymous CVS and use the multiple flash drivers at the same time. So I replace the directories "io\flash" and "devs\flash" with ones of

Re: [ECOS] ecos Redboot vmware porting

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 04:39:49PM +0200, [EMAIL PROTECTED] wrote: > How do you realize that? (I mean instructions...) > > Sorry, but I'm little newbie > > thanks a lot > >-- Messaggio Originale -- > >Date: Mon, 29 Aug 2005 16:37:52 +0200 > >To: [EMAIL PROTECTED] > >Cc: eCos Disuss > >Subjec

[ECOS] Re: Loading file using serial port

2005-08-29 Thread Grant Edwards
In gmane.os.ecos.general, you wrote: > Did any body loaded an application using serial port. Yes. > Is it necessary to use minicom. No. Anything that supports the X-Modem or Y-Modem protocls will work. > Can any one give me deatil of how to do it, any links also > will be useful. At the Redb

Re: [ECOS] ecos Redboot vmware porting

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 04:28:42PM +0200, [EMAIL PROTECTED] wrote: > it returns me > headers finished > make[1]: i386-elf-gcc: Command not found > > how do you set environment variable?? I setup the PATH variable in my ~/.bashrc to point to all the different tool chains i have installed.

Re: [ECOS] ecos Redboot vmware porting

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 04:24:20PM +0200, [EMAIL PROTECTED] wrote: > well ok, sorry, I found it > > > but when I make ecosconfig new pc_vmWare redboot I receive > CYGSEM_HAL_ROM_MONITOR, > new inferred value 1 (instead of 0 as yours) > > and I receive also > CYGHWR_HAL_I386_FPU_SWITCH_LAZY, ne

Re: [ECOS] ecos Redboot vmware porting

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 04:18:45PM +0200, [EMAIL PROTECTED] wrote: > what's > > "../anoncvs-clean/packages/hal/i386/pc/current/misc/redboot_FLOPPY.ecm"? > > where do you find it? You find it in anoncvs, directory packages/hal/i386/pc/current/misc/redboot_FLOPPY.ecm Andrew -- Before po

Re: [ECOS] ecos Redboot vmware porting

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 04:00:12PM +0200, [EMAIL PROTECTED] wrote: > yes but if I load the redboot_floppy.ecm it can't compile, [EMAIL PROTECTED]:~/eCos/work$ rm -fr * [EMAIL PROTECTED]:~/eCos/work$ ecosconfig new pc_vmWare redboot U CYGSEM_HAL_USE_ROM_MONITOR, new inferred value 0 U CYGIMP_HAL_C

Re: [ECOS] ecos Redboot vmware porting

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 03:36:16PM +0200, [EMAIL PROTECTED] wrote: > Hello, I would like to know how to run redboot on vmware... > After creating the redboot bin file I tried to run it using Virtual PC. but > it seems that network commands are not available(such ping, or set > ip_address) > >

[ECOS] ecos Redboot vmware porting

2005-08-29 Thread j . burton
Hello, I would like to know how to run redboot on vmware... After creating the redboot bin file I tried to run it using Virtual PC. but it seems that network commands are not available(such ping, or set ip_address) I need to connect a pc host (running redboot) to another that sends applicatio

Re: [ECOS] loading file uisng serial port

2005-08-29 Thread Edgar Grimberg
try reading the screen when using minicom... in the lower part there is an indication... CTRL+A Z for help Edgar -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

[ECOS] loading file uisng serial port

2005-08-29 Thread rpai
hi , I was trying withserial port. i too serached the mailing list for a solution and didnt find any . Like using hyperterminal was there but using minicom wasnt or any sort in linux. I did was from the host side This was done using gdb . Is this the correct way . I think my serial con

Re: [ECOS] How can I initial the flashs of sst29vfxxx and intel_strata at do_flash_init() ?

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 05:46:10PM +0800, Steven_cheng wrote: > Hi Andrew, > > I have updated my redboot package, then it is compiled OK~ > There are two different flash type in my platform, one is intel > CYGPKG_DEVS_FLASH_STRATA, and the other is > CYGPKG_DEVS_FLASH_SST_39VFXXX. > But I f

Re: [ECOS] How can I initial the flashs of sst29vfxxx and intel_strata at do_flash_init() ?

2005-08-29 Thread Steven_cheng
Hi Andrew, I have updated my redboot package, then it is compiled OK~ There are two different flash type in my platform, one is intel CYGPKG_DEVS_FLASH_STRATA, and the other is CYGPKG_DEVS_FLASH_SST_39VFXXX. But I find it only CYGPKG_DEVS_FLASH_STRATA be initiated. And I find that CYGHWR_IO

Re: [ECOS] How can I initial the flashs of sst29vfxxx and intel_strata at do_flash_init() ?

2005-08-29 Thread Steven_cheng
Hi Andrew, I have gotten the flashv2 branch of eCos which supports multiple flash drivers at the same time. But I hope I can get the lastest code from the Anonymous CVS and use the multiple flash drivers at the same time. So I replace the directories "io\flash" and "devs\flash" with ones of

Re: [ECOS] How can I initial the flashs of sst29vfxxx and intel_strata at do_flash_init() ?

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 04:29:19PM +0800, Steven_cheng wrote: > Hi Andrew, > > I have gotten the flashv2 branch of eCos which supports > multiple flash drivers at the same time. But I hope I can get the lastest > code from the > Anonymous CVS and use the multiple flash drivers at the same t

Re: [ECOS] vmWare compiling help!!

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 10:27:26AM +0200, [EMAIL PROTECTED] wrote: > but ecos releases stop at 2.0b1 (18-Mar-2003)... http://ecos.sourceware.org/anoncvs.html Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourc

Re: [ECOS] vmWare compiling help!!

2005-08-29 Thread Andrew Lunn
On Mon, Aug 29, 2005 at 09:56:03AM +0200, [EMAIL PROTECTED] wrote: > Hello everybody, > I need some help with configuration tool for compiling a vmware based ecc > configuration... > > It gives me this error: > > > /opt/ecos/ecos-2.0/packages/hal/i386/arch/current/src/hal_syscall.c:113: eCos 2.

[ECOS] vmWare compiling help!!

2005-08-29 Thread j . burton
Hello everybody, I need some help with configuration tool for compiling a vmware based ecc configuration... It gives me this error: /opt/ecos/ecos-2.0/packages/hal/i386/arch/current/src/hal_syscall.c:113: `EAX' undeclared (first use in this function) /opt/ecos/ecos-2.0/packages/hal/i386/arch/cur

Re: [ECOS] Configure Network Support for eCos

2005-08-29 Thread Ruchika Singh
the previous email missed the last part of output(initialization fails) ; here it is..after the mail.. Hi: I realized that the low-level drivers are shared by eCos supported TCP/IP stack and Redboot. My eCos application now correctly picks the MAC address from EEPROM connected to i82559 device

Re: [ECOS] Configure Network Support for eCos

2005-08-29 Thread Ruchika Singh
Hi: I realized that the low-level drivers are shared by eCos supported TCP/IP stack and Redboot. My eCos application now correctly picks the MAC address from EEPROM connected to i82559 device on my target. However, network initalization still fails. I have attached output with driver debug optio

Re: [ECOS] Configure Network Support for eCos

2005-08-29 Thread Ruchika Singh
Hi: I realized that the low-level drivers are shared by eCos supported TCP/IP stack and Redboot. My eCos application now correctly picks the MAC address from EEPROM connected to i82559 device on my target. However, network initalization still fails. I have attached output with driver debug optio