-
Notifications
You must be signed in to change notification settings - Fork 7k
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
hci_usb not working on v1.14.0rc3 with SDK 0.10.0 #15205
Comments
@pawelzadrozniak @lemrey @barsok is this an issue only on pca10059, or also on pca10056? I wonder if it's related to the board or the USB stack in fact |
sample works fine on reel board and nrf52840_pca10056 (latest master), but not the combination of mcuboot and hci_usb
addr2line -e build/nrf52840_pca10056/mcuboot/zephyr/zephyr.elf 0x733a |
@nvlsianpu can you take a look at the above log? |
@carlescufi I do not think it is a flash driver issue, now I got |
code Line pointed is the statement for write data to flash - so looks like stack corruption. |
@Matt90o You are not using MCUboot here but the Nordic stock bootloader right? |
Yes I am using the Nordic stock bootloader. I am packaging the HCI usb example exactly as described in the docs here. |
@Matt90o I cannot reproduce this at all with the current master (7cdfe7f) and SDK 0.10.0. The hci_usb app boots correctly and is detected by BlueZ on the Linux Host. |
@carlescufi This seems to be fixed in e01662d. I have tried the HCI usb example again with SDK 0.10.0 and the device pops up again as usb device. So this issue can be closed. |
Describe the bug
The HCI_usb example in the zephyr repo stopped working on v1.14.0rc3 using SDK0.10.0. The USB dongle does not show as a USB device. Previous build based on v1.14.0rc2 and SDK 0.9.0 works succesfully. I am using the nrf52840_pca10059 board (dongle).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After building and flashing the device it should show up as ZEPHYR device in dmesg.
Impact
This results in the example not being able to run at all.
Screenshots or console output
Environment (please complete the following information):
Additional context
Please check the general slack here: https://zephyrproject.slack.com/archives/C18PLHN8H/p1554456501803600 . Seems to be a general problem as multiple people have reported seeing this issue.
The text was updated successfully, but these errors were encountered: