Forum Discussion
Altera_Forum
Honored Contributor
13 years agoQuartus already does RBF file output, You have to select an option to enable rbf generation. For ELF, You need to convert it to HEX using elf-to-hex and later You need a 3rd party tool to convert HEX to BIN. Remember, that RBF file is LSB 1st afaik, so You need to do a bit swap.