how to generate hex file?
Hey im messing with the Prusa-Firmware-3.1.2-RC1 source, and id like to save and export the modified firmware into a hex file. How does one do that?
Re: how to generate hex file?
I use a plugin for Notepad++ to edit and save hex files.
Re: how to generate hex file?
How does that work? You need to COMPILE the source files... I presume you are using some kind of AVR/Arduino compiler plugin?
I myself use Sloeber, an Eclipse based IDE for Arduino. I use Eclipse for many projects both personal and work and it's a luxurious environment to work in (i.e. full GIT support, cross-compilers for my STM32 projects, etc etc etc.)
Re: how to generate hex file?
Search the forum for „compile“ and „Arduino“ we have discussed this already.
It is quite easy to do!
The readme in the firmware source directory must be read but not followed;-) it is totall outdated. You will understand when you find and read our last discussion