[avrdude-dev] Adding ELF file loader

2018-12-11 Thread Henrik Haftmann
Hello, once again I ask for ELF file support, for the following reasons: * Better integration into avr-gcc development workflow, omitting the (possibly error-prone) avr-objcopy step * Integration of EEPROM, device type and fuses into ELF file is a catch-all for /all/ information * No distinct

Re: [avrdude-dev] Adding ELF file loader

2018-12-11 Thread Joerg Wunsch
Well, ELF files have been supported for years now ... Only thing, you need one -U option for each memory section to apply. Changing this would require a major architectural reorg to the code. Am 11. Dezember 2018 15:54:29 MEZ schrieb Henrik Haftmann : >Hello, >once again I ask for ELF file

Re: [avrdude-dev] Adding ELF file loader

2018-12-11 Thread Joerg Wunsch
As Joerg Wunsch wrote: > Well, ELF files have been supported for years now ... Since 2012, version 6.0. > Only thing, you need one -U option for each memory section to > apply. Changing this would require a major architectural reorg to > the code. Having said this, I certainly wouldn't mind