--- Quote Start ---
originally posted by hippo@Jul 14 2006, 01:33 AM
it is ok to use irq0 for timer, as there is no auto irq detection in the driver.
but hwselect use hires timer for system timer, which may be not what you want.
your problem may be the execption vector, it must be at sdram. check it in sopc builder.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16887)
--- quote end ---
--- Quote End ---
Exception vector is in sdram at offset 0x0000_0020.
Sdram size is 16 MB, I think its enough memory to run kernel with minimal initramfs support + network, flash, jffs2, ps/2 kybd-mouse, and one my added device driver for fb ( crash comes with / without this driver). No apps till now.
flash and network are enable as per nioswiki.
thanks,
Ankur