Forum Discussion
Altera_Forum
Honored Contributor
21 years agoFlash Error
Hello everybody, i have a new problem with the read/write into a Flash Memory. I use NiosII with the Cyclone Altera FPGA, the Quartus 5 and i use the Nios II IDE. I compile and dowloading into a...
Altera_Forum
Honored Contributor
21 years agoHI,
let try to test change your source code form fd = alt_flash_open_dev(flashname); to fd = alt_flash_open_dev("/dev/cfi_flash_0"); I have seen this one in my design. I think that uart console has some problem with CR, LF Regards