-
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
board: bl654_usb project: samples/basic/blinky does not blink LED #38245
Comments
It sounds as though the firmware is not being written properly |
@rerickson1 - are you able to repro? |
@lairdjm can you help with this? |
After fix, I tested flash again with samples/bluetooth/hci_usb and samples/bluetooth/uart_usb but I cant get it to hciconfig to get it up and running. Has anyone tested this and got it to work? |
@carlberg74 this is caused by the CDC port being used as a console, equivalent to the standard UART on most modules, if you configure the project through
Then build and flash and it will be detected:
|
Built and flashed the blinky sample project for the bl654_usb board.
following this guide: https://docs.zephyrproject.org/latest/boards/arm/bl654_usb/doc/bl654_usb.html
But the LED does not flash.
Tested also samples/bluetooth/hci_usb, but dongle is not detected as ble device after flashing.
About to test some serial console to see if I get any output from the dongle after flashing.
Environment:
Version: DTC 1.5.0
Python 3.8.10
cmake version 3.21.1
Zephyr version: 2.6.99
Toolchain: zephyr 0.13.0
Build OS: Linux Ubuntu 20.04 (west build, nrfutil pkg generate)
Flash: OS: Windows 10 (nrfutil dfu usb-serial)
The text was updated successfully, but these errors were encountered: