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 tried to reproduce your issue but could not. I tried building the nRF5340 audio application for the Broadcast sink, as mentioned here:
But before building I set the CONFIG_TRANSPORT_BIS=y in the prj.conf file.
Did you follow the building process as per the link that I mentioned ? i.e. since you need to build using the command line using:
west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=1
if you are building for headset device, and using:
west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=2
if you are building for a gateway device.
I tried with the v2.6.0. Could you try if you are able to build with this?
-Priyanka
Can you please provide steps with the v2.9.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
Could you attach what you see when you run west update?
-Priyanka