http network example

Arquer Stephane stephane.arquer at c-s.cnes.fr
Thu Oct 18 12:31:41 UTC 2007


Hello,

I configured my 3c905 nic with elnk driver from th Rtems version 4.6.6
with the http example. It's working correctly.
I installed Rtems 4.7.1 and the http execution is frozen after the
message: "etherlink: unit elnk1 driver attached".

My configure parameters are :

#define TEST_INIT
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS	20
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_EXECUTIVE_RAM_SIZE	(512*1024)
#define CONFIGURE_MAXIMUM_SEMAPHORES	20
#define CONFIGURE_MAXIMUM_TASKS			20
#define CONFIGURE_MAXIMUM_TIMERS		5
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES	5
#define CONFIGURE_MICROSECONDS_PER_TICK	10000
#define CONFIGURE_INIT_TASK_STACK_SIZE	(10*1024)
#define CONFIGURE_INIT_TASK_PRIORITY	120
#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \
                                           RTEMS_NO_TIMESLICE | \
                                           RTEMS_NO_ASR | \
                                           RTEMS_INTERRUPT_LEVEL(0))
#define CONFIGURE_INIT

Is there something else to add for this version ?


Stephane.







More information about the users mailing list