Skip to content

Commit 3e4f4a5

Browse files
committed
nrf_wifi : Update Wi-Fi FW blobs and shared header file
Update firmware binaries and RPU shared header for 1. The BIMG offset has been adjusted to ensure consistency across all operating modes (System, Radio Test, Scan-only, Raw, and Offload Raw modes) 2. RPU Version update from 1.2.14.5 to 1.2.14.6. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
1 parent f0b6706 commit 3e4f4a5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

fw_if/umac_if/inc/fw/host_rpu_common_if.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RPU_MEM_UMAC_CMD_ADDRESS 0xB00007A8
3131
#define RPU_MEM_UMAC_EVENT_ADDRESS 0xB0000E28
3232
#define RPU_MEM_UMAC_PATCH_BIN 0x8008C000
33-
#define RPU_MEM_UMAC_PATCH_BIMG 0x80099880
33+
#define RPU_MEM_UMAC_PATCH_BIMG 0x8009B800
3434

3535
#define NRF_WIFI_UMAC_BOOT_SIG 0x5A5A5A5A
3636
#define NRF_WIFI_UMAC_ROM_PATCH_OFFSET (RPU_MEM_UMAC_PATCH_BIMG - RPU_ADDR_UMAC_CORE_RET_START)

zephyr/module.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from commit: b0c8b52cde02c246b88f117228fe1de2bc4a3ed8
1+
# Generated from PR #1939 (commit: ae887e3099f199464d6ddc7378a7613ffa247657)
22
# Auto-generated file, do not edit, use update_blobs.py to update
33
name: nrf_wifi
44
build:
@@ -7,46 +7,46 @@ build:
77
blobs:
88

99
- path: wifi_fw_bins/default/nrf70.bin
10-
sha256: d9c99ba5ff00df18deb6c568ec2cd942628b40772b9454101de68e80475b14ff
10+
sha256: b93930eb11d686805e876f04bd4b906d0dd7867d26cd421254c458af3daec16c
1111
type: img
12-
version: '1.2.14.5'
12+
version: '1.2.14.6'
1313
license-path: ./LICENSE.txt
14-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/b0c8b52cde02c246b88f117228fe1de2bc4a3ed8/nrf_wifi/bin/zephyr/default/nrf70.bin
14+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ae887e3099f199464d6ddc7378a7613ffa247657/nrf_wifi/bin/zephyr/default/nrf70.bin
1515
description: nRF70 Wi-Fi firmware for default mode
1616
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
1717

1818
- path: wifi_fw_bins/scan_only/nrf70.bin
19-
sha256: 7663f6f9e320f50d4c24d5c9e7bd43c207769e0fb9237a602edb9be32ebaa294
19+
sha256: fe8e7045cff569ab811f8d2360f654fd8d53f865a2a7dc957444d94bb12d0779
2020
type: img
21-
version: '1.2.14.5'
21+
version: '1.2.14.6'
2222
license-path: ./LICENSE.txt
23-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/b0c8b52cde02c246b88f117228fe1de2bc4a3ed8/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
23+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ae887e3099f199464d6ddc7378a7613ffa247657/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
2424
description: nRF70 Wi-Fi firmware for scan_only mode
2525
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
2626

2727
- path: wifi_fw_bins/radio_test/nrf70.bin
28-
sha256: ec0a847885aa7a75f58d0857b9612b196792da5e2e5f68362d5e019cf9212a8a
28+
sha256: 9d7c928562fb397a4d807df78be1da2ee2d65a6b4a1fa4413b4d6691b1d2a738
2929
type: img
30-
version: '1.2.14.5'
30+
version: '1.2.14.6'
3131
license-path: ./LICENSE.txt
32-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/b0c8b52cde02c246b88f117228fe1de2bc4a3ed8/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
32+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ae887e3099f199464d6ddc7378a7613ffa247657/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
3333
description: nRF70 Wi-Fi firmware for radio_test mode
3434
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
3535

3636
- path: wifi_fw_bins/system_with_raw/nrf70.bin
37-
sha256: eb326ba7d9851490b864385e02bec1a2e5bb55408b4b950011aec397b9b8d88a
37+
sha256: 137f6edc98a27ef0a489f81b6b1dc19d665f318024ae0d2dc5adc566dc27ca12
3838
type: img
39-
version: '1.2.14.5'
39+
version: '1.2.14.6'
4040
license-path: ./LICENSE.txt
41-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/b0c8b52cde02c246b88f117228fe1de2bc4a3ed8/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
41+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ae887e3099f199464d6ddc7378a7613ffa247657/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
4242
description: nRF70 Wi-Fi firmware for system_with_raw mode
4343
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
4444

4545
- path: wifi_fw_bins/offloaded_raw_tx/nrf70.bin
46-
sha256: 4b15de2e067a9442df750c172775a7482e83fc852c660a2db37284d87f1d85e0
46+
sha256: 18dcb2d3be326f4dfaabf10407b70e8b357c6376e26941b1ee30971a7d39fc30
4747
type: img
48-
version: '1.2.14.5'
48+
version: '1.2.14.6'
4949
license-path: ./LICENSE.txt
50-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/b0c8b52cde02c246b88f117228fe1de2bc4a3ed8/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
50+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ae887e3099f199464d6ddc7378a7613ffa247657/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
5151
description: nRF70 Wi-Fi firmware for offloaded_raw_tx mode
5252
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html

0 commit comments

Comments
 (0)