mynewt-newtmgr
mynewt-newtmgr copied to clipboard
Add support for Memfault commands
https://memfault.com/
Adds support for pulling coredump data, events and traces from the device.
Hello @michal-narajowski , are you interested in progressing this PR?
Hi @ddavidebor, I fixed mentioned in @ccollins476ad review. I can't test it anymore though.
Do you have some instructions on how to use the feature?
On Wed, 30 Mar 2022 at 13:12, Michał Narajowski @.***> wrote:
Hi @ddavidebor https://github.com/ddavidebor, I fixed mentioned in @ccollins476ad https://github.com/ccollins476ad review. I can't test it anymore though.
— Reply to this email directly, view it on GitHub https://github.com/apache/mynewt-newtmgr/pull/165#issuecomment-1083063081, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFC37RMSG77NWDQYVZWR7LVCRAL5ANCNFSM4NJPWM3A . You are receiving this because you were mentioned.Message ID: @.***>
I've done some research and it looks like my PR with support for Memfault has been scrapped. The feature has now been added to memfault repo: https://github.com/memfault/memfault-firmware-sdk/tree/master/ports/mynewt. I'm not sure but maybe you could still use it with these commands.
You would also need https://github.com/apache/mynewt-mcumgr/pull/84 since it implements the commands on the device side. Usage is rather simple (newtmgr memfault pull). Please refer to newtmgr docs: https://mynewt.apache.org/latest/os/modules/devmgmt/newtmgr.html