Skip to content

Commit 877a0e8

Browse files
committed
Fixed issue with Xilinx XMSS IMAGE_HEADER_SIZE in documentation. It should be 5000 bytes.
1 parent 6cb9f5b commit 877a0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDE/XilinxSDK/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ WOLFSSL_XMSS_VERIFY_ONLY
215215
WOLFSSL_XMSS_MAX_HEIGHT=32
216216
WOLFBOOT_SHA_BLOCK_SIZE=4096
217217
IMAGE_SIGNATURE_SIZE=2500
218-
IMAGE_HEADER_SIZE=4096
218+
IMAGE_HEADER_SIZE=5000
219219
```
220220
221221
2) Create and sign image:

0 commit comments

Comments
 (0)