Inspection of FW image failed issue #90
Unanswered
Mike-Yang-yoyo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
It looks like your image is using the protected image info: https://docs.mcuboot.com/design.html#image-format We would need to add support for it in the smpclient lib and then update smpmgr: https://github.com/intercreate/smpclient/blob/main/smpclient/mcuboot.py#L29-L30 https://github.com/intercreate/smpclient/blob/main/smpclient/mcuboot.py#L240-L245 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to use the smpmgr tool on my Windows PC to perform an OTA update on my nRF5340 device, but I encounter an “Inspection of FW image failed” issue when loading the image file.
`C:\Users\user\Desktop\Mike\smpmgr-0.17.0-windows-amd64>smpmgr.exe --ble E8:B8:C3:0E:CC:23 image upload application.signed.bin
[11:08:31] ERROR Inspection of FW image failed - image_management:187 image_management.py:187
╭───────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────╮
│ in upload:184 │
│ │
│ in load_file:331 │
│ │
│ in load_from:255 │
│ │
│ in loads:250 │
│ │
│ in init:121 │
│ │
│ in post_init:243 │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
MCUBootImageError: TLV info magic is 0x6908, expected 0x6907
C:\Users\user\Desktop\Mike\smpmgr-0.17.0-windows-amd64>`
Could you provide some suggestions?
Thanks!!
Mike
Beta Was this translation helpful? Give feedback.
All reactions