From ad014a05df1ff106a8c0303a20a612fcee73a95a Mon Sep 17 00:00:00 2001 From: Frode van der Meeren Date: Thu, 13 Feb 2025 16:34:18 +0100 Subject: [PATCH] Adjust to new boardfile names for nRF5340 audio dk --- autopts/ptsprojects/boards/nrf53_audio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autopts/ptsprojects/boards/nrf53_audio.py b/autopts/ptsprojects/boards/nrf53_audio.py index 9e1d0cf194..79f250bfa1 100644 --- a/autopts/ptsprojects/boards/nrf53_audio.py +++ b/autopts/ptsprojects/boards/nrf53_audio.py @@ -18,7 +18,7 @@ from .nrf5x import * from autopts.bot.common import check_call -board_type = 'nrf5340_audio_dk_nrf5340_cpuapp' +board_type = 'nrf5340_audio_dk/nrf5340/cpuapp' def build_and_flash_core(zephyr_wd, build_dir, board, debugger_snr, configs, recover = False): @@ -76,6 +76,6 @@ def build_and_flash(zephyr_wd, board, debugger_snr, conf_file=None, *args): build_and_flash_core(zephyr_wd, os.path.join('samples', 'bluetooth', 'hci_ipc'), - 'nrf5340_audio_dk_nrf5340_cpunet', + 'nrf5340_audio_dk/nrf5340/cpunet', debugger_snr, net_core_configs)