Experiments on getting platformio / ESP32 / Arduino framework to core dump to flash partition.
Other notes; Edit sdkconfig with ESP-IDF menuconfig pio run -t menuconfig
~/.platformio/packages/tool-esptoolpy/esptool.py -p /dev/cu.usbserial-0001 -b 115200 read_flash 0x3f0000 0x010000 coredump.raw
Getting LittleFS to work on IDF https://github.com/joltwallet/esp_littlefs
Some interesting website links https://github.com/espressif/esp32-arduino-lib-builder
Tasmota complete system / framework based on ESP32 https://github.com/tasmota
Redirect serial /std out logs to network / UDP / MQTT etc https://github.com/nopnop2002/esp-idf-net-logging