Skip to content

Commit 42e86be

Browse files
committed
module: Add the SUIT manifest blob metadata
Add the new SUIT manifest blob to the module.yml, generated using utils/update_blobs.py. Signed-off-by: Carles Cufi <[email protected]>
1 parent 62a6bfa commit 42e86be

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

zephyr/module.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ blobs:
1111
version: '1.0.0'
1212
license-path: ./LICENSE.txt
1313
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/bin/zephyr/default/nrf70.bin
14-
description: "nRF70 series firmware patch binary for default"
14+
description: nRF70 Wi-Fi firmware for default mode
1515
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/doc
1616

1717
- path: wifi_fw_bins/scan_only/nrf70.bin
@@ -20,7 +20,7 @@ blobs:
2020
version: '1.0.0'
2121
license-path: ./LICENSE.txt
2222
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
23-
description: "nRF70 series firmware patch binary for scan_only"
23+
description: nRF70 Wi-Fi firmware for scan_only mode
2424
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/doc
2525

2626
- path: wifi_fw_bins/radio_test/nrf70.bin
@@ -29,7 +29,7 @@ blobs:
2929
version: '1.0.0'
3030
license-path: ./LICENSE.txt
3131
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
32-
description: "nRF70 series firmware patch binary for radio_test"
32+
description: nRF70 Wi-Fi firmware for radio_test mode
3333
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/doc
3434

3535
- path: wifi_fw_bins/system_with_raw/nrf70.bin
@@ -38,14 +38,14 @@ blobs:
3838
version: '1.0.0'
3939
license-path: ./LICENSE.txt
4040
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
41-
description: "nRF70 series firmware patch binary for system_with_raw"
41+
description: nRF70 Wi-Fi firmware for system_with_raw mode
4242
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/doc
4343

44-
- path: wifi_fw_bins/offloaded_raw_tx/nrf70.bin
45-
sha256: b69a1177a0ae10390aaf227fa8d35fbf92b6a3ef6185940a93758e9d65dba734
44+
- path: suit/bin/suit_manifest_starter.hex
45+
sha256: b0291b69fd841d5ea1f5f8d0391813b83a667f17b70ffbfd59f96f8e38d860a1
4646
type: img
4747
version: '1.0.0'
4848
license-path: ./LICENSE.txt
49-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
50-
description: "nRF70 series firmware patch binary for offloaded_raw_tx"
51-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/nrf_wifi/doc
49+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/suit/bin/suit_manifest_starter.hex
50+
description: nRF54H20 series SUIT manifest starter
51+
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/e9dfe1f7b0304665ddd6a987f1e4bc8f729f8fe7/suit/doc

0 commit comments

Comments
 (0)