Skip to content

Commit 62a6bfa

Browse files
committed
util: update_blobs: Add the suit manifest blob
Add the recently approved SUIT manifest blob to the script. Signed-off-by: Carles Cufi <[email protected]>
1 parent b9259e8 commit 62a6bfa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/update_blobs.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ def get_wifi_blob_info(name: str) -> BlobInfo:
4242
get_wifi_blob_info("scan_only"),
4343
get_wifi_blob_info("radio_test"),
4444
get_wifi_blob_info("system_with_raw"),
45+
BlobInfo(
46+
"suit_manifest_starter",
47+
"nRF54H20 series SUIT manifest starter",
48+
"1.0.0",
49+
"suit/bin/suit_manifest_starter.hex",
50+
"suit/bin/suit_manifest_starter.hex",
51+
"suit/doc"
52+
)
4553
]
4654

4755
logger: logging.Logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)