Forum Discussion
Altera_Forum
Honored Contributor
16 years agoBase Address of EPCS
Forgive me if this should be something I should know already or should be obvious, I've only been at this a short time now... I'm having a bit of trouble as I try to do my first programming of the EP...
Altera_Forum
Honored Contributor
16 years agoIf you add an epcs controller, you will be able to access it as mtd under Linux/uClinux. That means, you may update the sof like this,
cp your_fpga.img /dev/mtd0 # assume epcs is mtd0# your_fpga.img is msb<->lsb byte reversed from rbf - Hippo