Forum Discussion
Altera_Forum
Honored Contributor
19 years agoDE2_WEB (EXT_FLASH_NAME undeclared)
Hi, I am a NIOS newbie, tried to build DE2_WEB into NIOS II IDE v6.1. As the terasic provided code was built with v6.0, I regenerated the system in SOPC and recompiled in Quartus II v6.1, ...
Altera_Forum
Honored Contributor
19 years agoI'm not sure what the ext_flash.h is supposed to be, but the rest is all due to a mismatch between what your software is expecting to see for your CFI flash's name. Your hardware defines a CFI flash named "cfi_flash_0". Your software is expecting it to be named "ext_flash".
You should change the software to match your hardware your design has. Cheers, - slacker