Page 1 of 1

ESP32 library to load in ram and relocate elf file

Posted: Tue Apr 30, 2019 3:01 pm
by 1niicoooo1
Hi,

https://github.com/niicoooo/esp32-elfloader

This is a library which loads in ram an elf module, relocates it and links it with the symbols already present in flash.

It can be used during development: remotely loading only the part of the code to be tested. It permits to avoid to be forced to flash the entire firmware each time.

Regards,

Nicolas

Re: ESP32 library to load in ram and relocate elf file

Posted: Wed May 01, 2019 2:40 pm
by WiFive
Thanks for sharing!