Re: USB fails to enumerate on nrf52840_pca10056 board
Steve Brown
Hi Carles,
toggle quoted messageShow quoted text
This is the first time I've tried the nrf usb so I have no "working version" to compare. West version: v0.6.3 zephyr-sdk-0.10.3 The desc_section test was build with: west build -b nrf52840_pca10056 west flash The host is Ubuntu 19.10 on a x86_64. Linux nm-ws 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux I get the same result with a Raspberry Pi 3B+ as the host, also 19.10. Linux ubuntu 5.3.0-1012-raspi2 #14-Ubuntu SMP Mon Nov 11 10:06:55 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux The prj.conf file is unchanged. Does it need to be modified for this board? Other samples run fine. I've tested the onoff-app and hci_uart and they perform as expected. The first USB sample I tried was hci_usb. When it failed to enumerate, I tried the other samples and tests. They failed too. All were build as above. Thanks for the quick reply, Steve
On Wed, 2019-11-27 at 16:50 +0000, Cufi, Carles wrote:
Hi Steve,
|
|