Re: [ECOS] VLAN support at eCos

2006-12-07 Thread FALL
VLAN not implemented yet but of course you can implements it. FALL Birahim Elsys-Design 14, Parc Club du Golf 350, Avenue Jean-René Guillibert Gautier 13593 AIX-EN-PROVENCE www.elsys-design.com -- Original Message -- From: Max Müller <[EMAIL PROTEC

Re: [ECOS] How to test ethernet connection?

2006-12-07 Thread FALL
interface for your application since eth0 is used by your monitor. FALL Birahim Elsys-Design 14, Parc Club du Golf 350, Avenue Jean-René Guillibert Gautier 13593 AIX-EN-PROVENCE www.elsys-design.com -- Original Message -- From: Gary Thomas <[EMAIL PROTEC

Re: [ECOS] Time questions

2006-11-03 Thread FALL
// extern cyg_bool cyg_libc_time_settime( time_t __utctime ); FALL Birahim Elsys-Design www.elsys-design.com >Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos >and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss > __

Re: [ECOS] Multi-cast mode warning

2006-06-30 Thread FALL
FALL Birahim Elsys-Design PACA >Thanks Gary, >That's was my assumption, I just wanted to hear it from someone else, >Thanks again, >Tim Tim, please help! Gary is right "Multi-cast mode warning" means you will no

[ECOS] hal_interrupt_acknowledge(int vector) called with vector = 0xffffffff

2006-06-27 Thread FALL
(more than 20 threads in my code and about 10 isr) is not enough and i increase their size but this did not resolve the problem. Separate stack for interrupt is disable. If someone can help! Thanks! FALL Birahim Elsys-Design PACA

Re: [ECOS] MPC85xx

2006-06-26 Thread FALL
m for large SATA disk drives in >the near future. Are there any plans for adding this? > >Thanks in advance, >Rick Davis >[EMAIL PROTECTED] > See platform MPC852T or MBX860 (there are powerpc) FALL Birahim Elsys-Design >Before posting, please read the FAQ: h

[ECOS] RE : [ECOS] Understanding CYGNUM_HAL_RTC_PERIOD NUMERATOR DENOMINATOR

2006-06-21 Thread FALL
k denominator" flavordata default_value 100 } cdl_option CYGNUM_HAL_RTC_PERIOD { display "Real-time clock period" flavordata default_value (CYGNUM_HAL_CPUCLOCK/CYGNUM_HAL_RTC_DENOMINATOR)

Re: [ECOS] Dynamic IP/DHCP/Routing the 'right way'

2006-06-06 Thread FALL
orted by LWIP. I think you should chose freebsd stack for your project. Of course LWIP is very light and simple to undestand but freebsd is more complete. you have to make a choice:) FALL Birahim Elsys-Design PACA -- Original Message -- From: "Lauri

Re: [ECOS] How to change MTU?

2006-05-17 Thread Birahim Larou Fall
Why you don't use ioctl command with SIOCSIFMTU(arg2) as command to change MTU. See " if_ethersubr.c" in freebsd sources. You have to fill the ifreq struct (for the interface you want to change the MTU) Fall Birahim Digital TV Firmware Engineer Elsys Design for SCM Microsy

[ECOS] porting EDF in eCos

2006-05-15 Thread Birahim Larou Fall
bitmap/mlqueue philosophy. I woud like to know if someone has already done it. Is it a good idea (or possible) to implemente EDF in eCos? Best regards! Fall Birahim -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml

Re: [ECOS] Recommended Version of GCC

2006-05-12 Thread Birahim Larou Fall
I use this version (gcc 3.4.3) for ARM7TDMI and ARM9TDMI: $ arm-elf-gcc --version arm-elf-gcc (GCC) 3.4.3 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. I have no problem with this version. May be you can find better. Fall Birahim

[ECOS] Scheduler EDF in eCos

2006-05-09 Thread Birahim Larou Fall
Has anyone already ported EDF (Earliest Deadline First) in eCos? Thanks! Fall Birahim -- 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] Fw: Spam-F: [ECOS] memory map problem

2006-04-25 Thread Birahim Larou Fall
you also nee to configure files in eCos\packages\hal\arm\arm9\excalibur\current\include\pkgconf (*.ldi, *.h): memory layout. Refer to an ecos manual user in chapter "porting a new plateform" and/or the GNU linker manual. hope this help you! Fall Birahim [EMAIL PROTECTED] "

Re: [ECOS] How to use the ARM directive DCB in Vectors.S

2006-04-13 Thread Birahim Larou Fall
Thanks, Andrew, where can I have the gas documentation. Fall Birahim Andrew Lunn <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 13/04/2006 15:27 To Birahim Larou Fall <[EMAIL PROTECTED]> cc [EMAIL PROTECTED] Subject Re: [ECOS] How to use the ARM directive DCB in Vectors.S

[ECOS] How to use the ARM directive DCB in Vectors.S

2006-04-13 Thread Birahim Larou Fall
directives (DCD, DCB...? Thanks!) Fall Birahim -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Re: [ECOS] Possible omission in Lwip?

2006-04-10 Thread Birahim Larou Fall
The problem, Mr Andrew, is that I include eCos\packages\net\lwip_tcpip\current\include\lwip in my source file and I don't want to define LWIP_TIMEVAL_PRIVATE (because I don't use TIMEVAL) so IT generates an error. Fall Birahim Digital TV Firmware Engineer Elsys Design for SCM Mi

RE: [ECOS] Trouble using lwIP (driver crash...)

2006-04-05 Thread Birahim Larou Fall
General Public License. // // --- //ECOSGPLCOPYRIGHTEND //=== Fall Birahim Digital TV Firmware Engineer Elsys Design for SCM Microsystems "Michael Grimard" <

[ECOS] Possible omission in Lwip?

2006-04-03 Thread Birahim Larou Fall
v_sec; /* seconds */ longtv_usec;/* and microseconds */ }; #endif int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, struct timeval *timeout); Fall Birahim Digital TV Firmware Engineer Elsys Design for SCM Microsystems -- B

RE: [ECOS] ARP static entry

2006-03-28 Thread Birahim Larou Fall
r for lwip (eth_drv) to bypass arp: eCos\packages\io\eth\current\src\lwip\eth_drv hope this can help you! PS: en utilisant lwip tu peux economiser jusqu'à 150Mo surtout que t'ulise pas TCP qui represente la moitié de lwip. Si on parle pas un peu le français, on risque de se faire taper par

Re: [ECOS] ARP static entry

2006-03-27 Thread Birahim Larou Fall
ermet d'en faire profiter un max de softer. Fall Birahim Elsys Design for SCM Microsystems "Michael Grimard" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 25/03/2006 04:28 To <[EMAIL PROTECTED]> cc Subject [ECOS] ARP static entry Hi, I need to enter so

Re: [ECOS] mpc8xx : SCC in HDLC mode

2006-03-16 Thread Birahim Larou Fall
the hdlc driver for mpc8xx is not ported on eCos plateform. You should develop it. Fall Birahim Digital TV Firmware Engineer Elsys Design for SCM Microsystems "saurabh prakash" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 16/03/2006 08:03 To [EMAIL PROTECTED] cc Subje

Re: [ECOS] how to disable ARP in freebsd?

2006-03-07 Thread Birahim Larou Fall
my hardware driver is not an ethernet driver, my driver must send all IP packets to a settop box independently of mac adress destination. There is no network Gary Thomas <[EMAIL PROTECTED]> 07/03/2006 14:05 To Birahim Larou Fall <[EMAIL PROTECTED]> cc [EMAIL PROTECTED] Subje

[ECOS] how to disable ARP in freebsd?

2006-03-07 Thread Birahim Larou Fall
Hi I would like to disable ARP in ecos. I uses freebsd, Anyone can please tell how to do it? Thanks! -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Re: [ECOS] should i unload CYGPKG_NET_FREEBSD_SYSCTL?

2006-03-02 Thread Birahim Larou Fall
? */ if (!ipforwarding || !ipflow_active || m->m_len < sizeof(struct ip)) return 0; /* Andrew Lunn <[EMAIL PROTECTED]> 02/03/2006 16:54 To Birahim Larou Fall <[EMAIL PROTECTED]> cc Disuss Subject Re: [ECOS] should i unload CYGPKG_

[ECOS] should i unload CYGPKG_NET_FREEBSD_SYSCTL?

2006-03-02 Thread Birahim Larou Fall
) if someone can explain me please! Thank Birahim Fall -- 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] Ip routing while Network Address Translation is actived

2006-01-17 Thread Birahim Larou Fall
using eth1 (if adress = 10.0.16.3)? Or shall I just add a route in the interface eth0, so there is no need to setup eth1? do you have another solution? thank! Fall Birahim Digital TV Firmware Engineer -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list

[ECOS] Network Address Translation in eCos

2006-01-16 Thread Birahim Larou Fall
Hello, Has anyone implemented Network Address Translation in eCos? Or is it already implemented in eCos? Thank! Fall Birahim Digital TV Firmware Engineer -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos

Re: [ECOS] Entry point of stack IP

2005-11-29 Thread Birahim Larou Fall
c and harward driver) with my drivers. Thanks! Andrew Lunn <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 29/11/2005 11:15 To Birahim Larou Fall <[EMAIL PROTECTED]> cc Andrew Lunn <[EMAIL PROTECTED]>, eCos Discussion Subject Re: [ECOS] Entry point of stack IP On Tue, Nov

Re: [ECOS] Entry point of stack IP

2005-11-29 Thread Birahim Larou Fall
005 19:44 To Birahim Larou Fall <[EMAIL PROTECTED]> cc eCos Discussion Subject Re: [ECOS] Entry point of stack IP On Mon, Nov 28, 2005 at 03:58:58PM +0100, Birahim Larou Fall wrote: > hi, > I want to add or create a network interface. Does anyone know the entry > point (fun

[ECOS] Entry point of stack IP

2005-11-28 Thread Birahim Larou Fall
hi, I want to add or create a network interface. Does anyone know the entry point (function name) of the IP stack (openbsd, freebsd)? How to add a network interface with ecos? I want to do something like this: IP stack | | DAVIC NI