-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: MCUBootarea: USBUniversal Serial BusUniversal Serial BusbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxNordic nRFxpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
CDC_ACM example doesn't work in nrf52840_pca10059. The USB device doesn't appear.
To Reproduce
I build using the workaround in #14945:
west build -d build/nRF52/mcuboot -s mcuboot/boot/zephyr -b nrf52840_pca10059 -- -DCONFIG_FLASH_LOAD_OFFSET=0x1000 -DCONFIG_FLASH_LOAD_SIZE=0xf000west build -d build/nRF52/cdc_acm -s zephyrproject/zephyr/samples/subsys/usb/cdc_acm -b nrf52840_pca10059 -- -DCONFIG_FLASH_LOAD_OFFSET=0x10000 -DCONFIG_FLASH_LOAD_SIZE=0x5E000west sign -d build/nRF52/cdc_acm/ -t imgtool -- --key mcuboot/root-rsa-2048.pem- Load
build/nRF52/mcuboot/zephyr/zephyr.hexandzephyr.signed.hexsimultaneously with nRF Connect app.
Expected behavior
A device appears in lsusb output. A tty device appears as /dev/ttyACM*
Actual behavior
No device appears in lsusb. No USB messages appear in dmesg.
Impact
I am stuck in my development without a working serial port.
Environment
- OS: Ubuntu 18.04
- Toolchain: zephyr-sdk-0.10.0
- Commit: c3cf543
Metadata
Metadata
Assignees
Labels
area: MCUBootarea: USBUniversal Serial BusUniversal Serial BusbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxNordic nRFxpriority: lowLow impact/importance bugLow impact/importance bug