ErlendWithammerLux edited a comment on issue #129:
URL: https://github.com/apache/mynewt-mcumgr/issues/129#issuecomment-868515053


   python jflashrw.py read --start 0xc000 --length 0x200 --file slot0.bin 
   python jflashrw.py read --start 0x86000 --length 0x200 --file slot1.bin
    with script from here 
[https://devzone.nordicsemi.com/f/nordic-q-a/27428/read-and-write-specific-flash-pages-from-a-computer](url)
   
   hexdump slot0.bin 
   0000000 b83d 96f3 0000 0000 0200 0000 b8c4 0002
   0000010 0000 0000 0000 0000 0000 0000 0000 0000
   0000020 ffff ffff ffff ffff ffff ffff ffff ffff
   *
   0000200
   
   hexdump slot1.bin 
   0000000 b83d 96f3 0000 0000 0200 0000 b8c4 0002
   0000010 0000 0000 0000 0000 0000 0000 0000 0000
   0000020 ffff ffff ffff ffff ffff ffff ffff ffff
   *
   0000200
   
   both from the 52
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to