Converting elf to bin
-
Original link tried https://github.com/Duet3D/PanelDueFirmware
Alternate latest version which we tried in the next iteration- https://github.com/Duet3D/PanelDueFirmware/releasesWe followed the instruction given in the repository (build_instructions.md). Since no make file was available we used the internal compiler.
We were able to compile successfully and we are getting an elf file.
The software utility to update the display requires .bin file which is not generated by the Eclipse IDE. (New versions of Eclipse by default are generating elf file). We went through many links and other options but not successful to make the project generate a bin file.
So we request your support in form of instructions or a make file or the link of any utility to generate bin file from the IDE.
-
The .bin file generation is done by the post build step in the Eclipse project settings.
-
@Kavitha Possibly related?
https://github.com/Duet3D/PanelDueFirmware/issues/72