-
Couldn't load subscription status.
- Fork 1.4k
wifi: Fix nRF70 FW blobs strategy #17858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
based on #17653 hence the draft status. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6db2cdd05f5cad4a446fc18afe3173c2c1a68e8a more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (14)Outputs:ToolchainVersion: 3dd8985b56 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
1c8b09b to
de66839
Compare
This support is needed to manage nRF70 FW blobs using NCS library. Signed-off-by: Chaitanya Tata <[email protected]>
The nRF70 blobs are now reinstated to be used by NCS directly. Signed-off-by: Chaitanya Tata <[email protected]>
The nRF70 driver now uses a new option to manager nRF70 FW patches externally i.e., still built-in but managed by NCS and also external flash based nRF70 FW patches. Update the options and choices accordingly. Signed-off-by: Chaitanya Tata <[email protected]>
Enable the external nRF70 FW blobs handling in the nRF70 driver and then use the blobs directly from the nrfxlib instead of hal_nordic + west blobs fetch. Signed-off-by: Chaitanya Tata <[email protected]>
In running through CI i.e., build-only mode, then skip this module processing as we don't deal with FW blobs. Signed-off-by: Chaitanya Tata <[email protected]>
de66839 to
6db2cdd
Compare
NCS uses nRF70 blobs from
sdk-nrfxlibdirectly without the need forwest blobs fetch hal_nordicbut upstream still uses thewest blobs fetch hal_nordicwhich picks up fromsdk-nrfxlibbut a differentbranchdirectorynrf70-develupstream_fw_blobsinstead ofncs_fw_blobs.