Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI think you must check the altera_avalon_cfi_flash_table.c file and other altera_avalon_cfi_flash*.* files located in \altera\90sp2\nios2eds\... and in \altera\90sp2\ip\...
Probably there is no CFI entry for your device and you simply need to add it. You can build the syslib in debug mode and step into alt_flash_open_dev() in order to find the exact point where the function fails. Regards Cris