Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to use an EPCS Flash
Hallo together, I'm actually trying to save data from NIOS II into an EPCS64 device. My system contains an EPCS controller. But now the confusion is complete, there are so many files for usin...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Hi, about the clock activity it is correct because at call of dev->open within alter_flash_open_dev there is no access to device because there is not a open function defined for epcs. The ID I'm talking about is the answer to epcs_read_electronic_signature (command# define epcs_res ABh). The ID form my EPCS16 is 0x14, I suppose that yours should be 0x16. I don't that the option "Disable EPCS id check" could create problem. The electronic signature is answered by device and during initializationthe relative read command is the only one command sent by epcs controller and probably is why your device open fails. I would investigate about it! Ciao --- Quote End --- Ok, I saw it in boot-loader. I had to think about... At the moment I tried simply to change the alt_epcs_flash_query() function. I added my device id in an additional if statement... Unfortunately I never reach this statement. Is there anywhere a copy of the file which is used? I changed the file in the bsp folder... but no effect.