Hi,
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 ?