Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFlash programming for DE2-70
Hello Friends, This is a common problem here in the forum. However, Ihaven't been able to make heads nor tails out of it. I'm trying to program the sof file by EPCS and the OS in the CFI Fla...
Altera_Forum
Honored Contributor
16 years agoGreat.
As you have mtd, you may also try to do it in another way to program cfi flash, nios2-linux-uclibc-objcopy -O binary images/zImage zImage.bin Boot uClinux, use ftp to transfer the file, eraseall /dev/mtd1 cp zImage.bin /dev/mtd1 - Hippo