Forum Discussion
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