Altera_Forum
Honored Contributor
16 years agoCFI FLASH access from Nios IDE
Good afternoon.
Unfortunatelly, i didn't find the solving of the problem with CFI Flash, so i decided to create a new thread. I have Cycolne III Dev Kit and flash on the board and want to make access to flash through the CFI. i have added the CFI Flash and Tri-state Bridge to my project. then made pins in the quartus and try make access to the flash. At last i could get the CFI table from the Nios Command Shell through the nios2-flash-programmer and today i have succefully wrote data to the flash and read it from flash. But i can't do the same in the Nios II IDE. The result of function alt_flash_open_dev(CFI_FLASH_NAME); is zero - so the device doesn't open. The options in system library included all wrivers and the CFI i thnk so too... Are there any ideas why it doesn't work?