Skip to content

Commit

Permalink
sysbuild: nrf700x: Fix the FW blobs path
Browse files Browse the repository at this point in the history
The FW blobs in NCS should be picked from nrfxlib.

Fix SHEL-3319.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Dec 12, 2024
1 parent e0757f9 commit cabe5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sysbuild/nrf700x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function(setup_nrf700x_xip_data)
sysbuild_dt_nodelabel(qspi_nodelabel IMAGE ${DEFAULT_IMAGE} NODELABEL "qspi")
sysbuild_dt_reg_addr(qspi_xip_address IMAGE ${DEFAULT_IMAGE} PATH "${qspi_nodelabel}" NAME "qspi_mm")

set(NRF70_FW_BINS ${ZEPHYR_HAL_NORDIC_MODULE_DIR}/zephyr/blobs/wifi_fw_bins/)
set(NRF70_FW_BINS ${ZEPHYR_NRFXLIB_MODULE_DIR}/nrf_wifi/bin/ncs)

if(SB_CONFIG_WIFI_NRF70_SYSTEM_MODE)
set(NRF70_PATCH ${NRF70_FW_BINS}/default/nrf70.bin)
Expand Down

0 comments on commit cabe5e5

Please sign in to comment.