-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Bluetooth: LE: Audio: kernel panic with Bap Unicast Server sample when music stream is started (board nRF-5340-Audio-DK) #83798
Comments
Hi @dev-pac! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
As the assertion message says, the controller is not responding to the disconnect command. Can you enable logging on the netcore and see what happens there? Most likely there is an assert or fault there that prevents it from responding. |
How can i get logs from cpunet ? tried with RTT added in hci_ipc prj.conf but nothing received:
|
@dev-pac The conf file for hci_ipc for ISO features is |
@dev-pac are you building for nrf5340dk and flashing to nrf5340_audio_dk?
|
I don't understand your question , west build is |
Do you have problem building for audio dk and flashing on audio dk? (steps to reproduce mentioned by you, is that in sync?)
|
No problem with the build or with the flash of the sample. |
Please update the steps to reproduce in the description, as it is misleading. |
I don't understand, which steps are missing for you? It's just the build and flash example of zephyr on the nrf5340_audio_dk board ? |
my bad, I just noticed that it was nrf5340_audio_dk in your comment and nrf5340dk in my build command. steps updated |
Logs with correct board :
|
did you check this? |
For hci_ipc build i have : What i should add to get logs of cpunet, i'm using the nrfconnect vscode extension. |
By default it has |
logs from ttyACM0 :
logs from ttyACMC1
|
please cherry-pick e8c5405 and give a try?
|
I get this error when stream is started:
|
Ok, it is bug in the Controller implementation exposed due to a possible race during termination of ACL and CIG. This github issue will need some planning effort to submit a fix. |
Ok thanks |
Describe the bug
When my phone ( samsung zflip 4 ) start the music with the "bap unicast server" a kernel panic is trigger after 1/2 sec
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No kernel panic and stream proceeded
Impact
Logs and console output
Logs:
advertising debug logs
bounding debug logs
stream started debug logs
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: