Forum Discussion
Altera_Forum
Honored Contributor
18 years agoTcp_ip, Sopc
hello, i have a bord STRATIX II EP2S60, i use quartus 2 v7.2. i would like to use nichestack tcp/ip for nios 2, I don't know if i must use the MicroC/OS for this or i can avoid it (i don't...
Altera_Forum
Honored Contributor
17 years agoHi,
I try to use "SuperLoop" InterNiche because of its small memory footprint (< 1MB). With very intrusive modification, manipulations, patch... I have the same results : --- Quote Start --- prepared 0 interfaces, initializing... inet startup error: unable to find any working interfaces dtrap - needs breakpoint panic: IP --- Quote End --- You say --- Quote Start --- The 'alt_iniche_dev' node should be inserted into the 'alt_iniche_dev_list' as part of the alt_sys_init( ), which will be called before the application main( ) function. The alt_sys_init( ) calls the ALTERA_AVALON_LAN91C111_INIT( LAN91C111, lan91c111 ); macro to register the lan91c111 driver(by adding to the 'alt_iniche_dev_list'). So it seems the registering of lan91c111 is not happening properly. --- Quote End --- How did you do that ?