Hi, please so kind and help me the following,
In one project what I like to finished what use Nano, the code come from a .elf file,
Unfortuneatley I did not find the way how to uplode that to the Nano,
Thanks for the help
You can use avr-objcopy to convert the ELF file to a HEX file and the avrdude to upload that to your Nano.
If you enable verbose output in the preferences of the IDE and try to upload a sketch you can see in the output how the two tools are used on your OS and what parameters you need.
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.