doc: mgmt: mcumgr: Clarify sha256 hash details in img_mgmt
Clarifies that a full SHA256 hash is required for the hash in img_mgmt. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
4fe862e396
commit
cc6a52ebd0
1 changed files with 4 additions and 6 deletions
|
@ -153,12 +153,10 @@ where:
|
|||
+-----------------------+---------------------------------------------------+
|
||||
| "hash" | hash of an upload; this is used to identify |
|
||||
| | an upload session, for example to allow mcumgr |
|
||||
| | library to continue broken session |
|
||||
| | |
|
||||
| | .. note:: |
|
||||
| | By default mcumgr-cli uses here a few |
|
||||
| | characters of sha256 of the first uploaded |
|
||||
| | chunk. |
|
||||
| | library to continue broken session. This must be |
|
||||
| | a full sha256 of the whole image being uploaded, |
|
||||
| | and is optionally used for image verification |
|
||||
| | purposes. |
|
||||
+-----------------------+---------------------------------------------------+
|
||||
| "bootable" | true if image has bootable flag set; |
|
||||
| | this field does not have to be present if false |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue