Page 1 of 1

Forwarding coredump to external flash?

Posted: Tue Jun 27, 2023 10:33 am
by ARM_user
Hello,

Is there a way without major hacking to forward coredump to external flash instead of to the partition in internal flash.

Re: Forwarding coredump to external flash?

Posted: Sat Mar 30, 2024 2:05 pm
by DrMickeyLauer
Not directly, but once the system has been rebooted after a crash (and subsequently writing the coredump), you can do _everything_ you want with the binary coredump image. Just read it from the "coredump" partition and forward it to wherever you want.

I'm storing all my coredumps in a littlefs partition which later on gets read by a web server or telnet for post-mortem analysis.