Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
In these case I normally proceed in this way: - use IOWR/IORD to directly access the device: with a few wr and rd (refer to flash datasheet) you can easily readback flash device info and make sure the hardware is working properly - then you can possibly step into alt_flash_open_dev and discover if there is any problem with the driver Cris