samples/subsys/usb/console zephyr 3.5.0 mimxrt1060_evkb immediate kernel fault #69271
-
I am testing USB on a MIMXRT1060_EVKB board. I copied the sample/subsys/usb/console, built and flashed. When debugging I find that usb_dc_attach returns with -EIO here
Is USB supported on NXP platforms in zephyr 3.5.0 ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
After I re-built with --pristine the usb seems to be working now. No idea what was going on earlier. |
Beta Was this translation helpful? Give feedback.
-
BTW -- it appears the issue was building/flashing from MCUXpresso extension in VSCode. I am only able to get USB to work when I run west build and west flash from the command line. |
Beta Was this translation helpful? Give feedback.
After I re-built with --pristine the usb seems to be working now. No idea what was going on earlier.