Attached error log snippet for the reference.
Attached error log snippet for the reference.
Hi,
Is this the nRF5340 Audio DK or is it you custom audio board?
Do you get issues with a later SDK version, say, v2.7.0 or 2.9.0?
Regards,
Priyanka
SDK version v2.5.0
Hi,
I was able to build successfully for v2.9.0 as well.
Could you first delete any existing build folders first?
Please check python --version,
nrfjprog --version and
cmake --version, just to make sure that they are up to date.
Then,
1. Please try west update
Followed by west zephyr-export
2. After that, please set CONFIG_TRANSPORT_BIS=y in the prj.conf file.
3. And then finally:
west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=2
You should be able to build successfully now.
-Priyanka
when I executing west update command using terminal, facing it is asking to select any applications from the multiple options. means west command is not working.
Could you attach what you see when you run west update?
-Priyanka
It is asking to select app after west update command
HI,
Could you open the command prompt via Toolchain Manager as follows:
And then try the west update, followed by the west zephyr-export?
-Priyanka
HI,
Could you open the command prompt via Toolchain Manager as follows:
And then try the west update, followed by the west zephyr-export?
-Priyanka
This steps worked for me. but still after building the code not able to scan Nordik advertisement. after building board is in red colour. can you please provide flash step for this sdk version v2.9.0.