zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.86k stars 6.62k forks source link

samples: subsys: usb: mass/sample.usb_device_next.mass_ram_none and cdc_acm/sample.usb_device_next.cdc-acm fails on nrf54h20 #79702

Open nordic-piks opened 1 month ago

nordic-piks commented 1 month ago

Describe the bug The tests:

Observed for

To Reproduce Steps to reproduce the behavior:

  1. have nrf54h20dk/nrf54h20/cpuap connected
  2. go to your zephyr dir
  3. call ./scripts/twister -T samples/subsys/usb/ -p nrf54h20dk/nrf54h20/cpuapp --device-testing --device-serial /dev/ttyACM0 -v --inline-logs
  4. See console output with error

Expected behavior Valid console output

Impact Not clear

Logs and console output

*** Booting Zephyr OS build v3.7.0-4183-g66ff30efb4d7 ***
[00:00:01.181,586] <err> udc_dwc2: Quirk init failed -11
[00:00:01.181,594] <err> usbd_core: Failed to init device driver
[00:00:01.181,598] <err> usbd_sample_config: Failed to initialize device support
[00:00:01.181,601] <err> cdc_acm_echo: Failed to initialize USB device
[00:00:01.181,604] <err> cdc_acm_echo: Failed to enable USB

There are expected ping/pong messages.

Environment (please complete the following information):

tmon-nordic commented 1 month ago

@lstnl @Rafal-Nordic This is nrfs issue. Reverting 022122d659a7c10180b8a91c6a0b49874f2850fa is a possible solution. I let you fix it.

nordic-piks commented 5 days ago

Triaged internally