Skip to content

Commit 5354fbd

Browse files
krish2718nordicjm
authored andcommitted
samples: Fix Wi-Fi and BLE combo radio test for 54H
When a combo radio test is used for 54H, the peripheral radio test uses the same console as Wi-Fi radio test causing UICR conflicts and failing to boot both APP and RAD. Fix the conflicts by adding an overlay that uses defaults. Fixes SHEL-3287. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 90ac4ed commit 5354fbd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&dppic020 {
8+
status = "okay";
9+
source-channels = < 0 1 >;
10+
sink-channels = < 2 3 >;
11+
};

samples/wifi/radio_test/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ tests:
7777
sysbuild: true
7878
build_only: true
7979
extra_args:
80+
- FILE_SUFFIX=wifi_combo
8081
- radio_test_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
8182
- SNIPPET=nrf70-wifi
8283
integration_platforms:

0 commit comments

Comments
 (0)