Forum Discussion
Altera_Forum
Honored Contributor
19 years agoYou should be able to read the entire contents of your flash into a file, convert the received SREC into a binary, use bin2flash to create a ".flash" file, and then use the programmer to program it into your other board.
The Flash Programmer User's Guide has the details for usage of the "--read" or "--read-bytes" option. You can choose whether to read only a section of the flash or the whole thing. Good luck! - slacker