I hit a potential bug in examples/sd_jpg for which I think I found a partial fix. The default configuration for the ESP-IDF has stack smashing protection mode set to "Overall" which the example fails repeatedly (triggering restarts). Setting this to "Normal" in make menuconfig seems to fix the problem.
I'll try to learn more and hopefully find a fix that passes the more stringent protection mode.
Hi Raphael,
This is so very helpful, thank you!
I hit a potential bug in examples/sd_jpg for which I think I found a partial fix. The default configuration for the ESP-IDF has stack smashing protection mode set to "Overall" which the example fails repeatedly (triggering restarts). Setting this to "Normal" in
make menuconfig
seems to fix the problem.I'll try to learn more and hopefully find a fix that passes the more stringent protection mode.
Thanks again!