ESP32 library to load in ram and relocate elf file
Posted: Tue Apr 30, 2019 3:01 pm
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
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