Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Did you call alt_flash_open_dev with the exact device name provided by system.h? Memory read works since all CFI flash start in read mode and all have the same sram-like interface. Instead, alt_flash_open_dev() accesses the cfi specific functions and assumes you are targeting the correct device. --- Quote End --- Yes.. I'm calling the fn with exact name.... Gave "/dev/flash_name" too.. Doesn't work :(