mynewt-newtmgr icon indicating copy to clipboard operation
mynewt-newtmgr copied to clipboard

Add support for Memfault commands

Open michal-narajowski opened this issue 5 years ago • 4 comments

https://memfault.com/

Adds support for pulling coredump data, events and traces from the device.

michal-narajowski avatar May 25 '20 12:05 michal-narajowski

Hello @michal-narajowski , are you interested in progressing this PR?

ddavidebor avatar Mar 30 '22 11:03 ddavidebor

Hi @ddavidebor, I fixed mentioned in @ccollins476ad review. I can't test it anymore though.

michal-narajowski avatar Mar 30 '22 12:03 michal-narajowski

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: @.***>

ddavidebor avatar Mar 30 '22 12:03 ddavidebor

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

michal-narajowski avatar Mar 30 '22 12:03 michal-narajowski