Altera_Forum
Honored Contributor
13 years agoaccess epcs as mtd to program FPGA
Hello all,
until now i use *.flash to program fpga --- Quote Start --- nios2-flash-programmer --epcs --base=0x03001800 fpga_sof.flash --- Quote End --- now i want to use epcs as mtd... according to altera wiki tuto, i have to generate *.img --- Quote Start --- # your_fpga.img is msb<->lsb byte reversed from rbf --- Quote End --- how to reverse MSB LSB from rbf? :/ Thanks for help