http network example

Joel Sherrill joel.sherrill at oarcorp.com
Thu Oct 18 13:01:48 UTC 2007


Arquer Stephane wrote:
> 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 ?
>
>
>   
If you are using the 4.8 branch or CVS head and didn't edit the
Makefile, then there should be messages as init.c starts the ftpd
and simple httpd.  Then it just waits for you to browse to it.

I assume that netdemo worked at this point.  If it didn't, then
it could just be a network issue.

--joel

--joel
> Stephane.
>
>
>
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>   




More information about the users mailing list