Forum Discussion
Altera_Forum
Honored Contributor
20 years agoFlash driver on Nios II Dev Board?
I have been trying to use the flash memory on my Nios II dev board, which is based on a Cyclone II C35. The flash memory is an AMD29LV128MH. I can't get it work with either JFFS2 or the basic IO ...
Altera_Forum
Honored Contributor
20 years agoI have solved my problem. The flash driver was trying to access the flash in 16-bit mode, but the Nios dev board has the flash device wired in 8-bit mode. I changed the flash_am29xxxxx.inl and flash_am29xxxxx_parts.inl files following the advice in this post: http://forum.niosforum.com/forum/lofiversi....php/t1841.html (http://forum.niosforum.com/forum/lofiversion/index.php/t1841.html).
Mike