felias-fogg / dw-link

An Arduino-based debugWIRE hardware-debugger
https://www.codeproject.com/Articles/5321801/Debugging-an-Arduino-project-with-GDB-on-Classic-A
GNU General Public License v3.0
55 stars 11 forks source link

preloading EEPROM from my *.eep file #5

Closed a2nr closed 2 years ago

a2nr commented 2 years ago

usually, i use preload my EEPROM from my *.eep file using avrdude. is it possible to do preloading EEPROM before running debug? or I should do it in debug_init_cmds, but how?