Altera_Forum
Honored Contributor
16 years agocant open EPCS device when Reset vector is EPCS controller
Hi,
We would like to use the EPCS64 device to hold our Firmware, Software, and to hold user configuration information. Currently: - the Firmware is held in EPCS, and - the Software + configuration information is in CFI-Flash. Everything works correctly However we want the software in EPCS so that we can perform remote update. The Exception Vector points to DDR memory where the software should run from With Nios Reset Vector set to CFI_Flash fd = alt_flash_open_dev("/dev/epcs_controller"); Always Works With Nios Reset Vector set to EPCS_Controller fd = alt_flash_open_dev("/dev/epcs_controller"); Always Fails Note this is using the Altera Memtest sample projects. Using V8.0 SP1 Can anyone give some guidance please Many Thanks Chris