Thank you. This solved our problem.
Hein
--- Quote Start ---
originally posted by hippo@Jul 12 2006, 03:37 PM
yes, it is irq related.
note, the interrupt vector (ie, exception vector) should be in uclinux program memory, ie sdram. note in linux, irq 0 used to be auto-detected and that is not supported in nios ii, so you should not use irq 0 for your devices. only timer_0 may use irq 0.
so you have to update in sopc builder, change exception vector to sdram.
and assign irq of smc91111 to non-zero value. then regenerate the new sof.
see,
http://nioswiki.jot.com/wikihome/operating...ms/%c2%b5clinux (http://nioswiki.jot.com/wikihome/operatingsystems/%c2%b5clinux)
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16833)
--- quote end ---
--- Quote End ---