USB device support with Zephyr on MIMXRT1060-EVKB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB device support with Zephyr on MIMXRT1060-EVKB

Jump to solution
257 Views
anthony_asterisk
Contributor II

What is the status of USB support in Zephyr for MIMXRT1060-EVKB?

 

I tried some of samples in samples/subsys/usb/ and got an immediate kernel fault due to uninitialized interrupts.

Is the USB still not supported?

0 Kudos
1 Solution
238 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @anthony_asterisk ,

Thanks for contact NXP tech support!

Currently, the RT1060-EVKB is supported USB Device feature with Zephyr. You can check its support list here: https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/mimxrt1060_evk/mimxrt1060_evkb.yam...

Gavin_Jia_0-1708589773880.png

 

I tried testing the HID locally and it functions fine:

Gavin_Jia_1-1708589823258.png

west build -b mimxrt1060_evkb samples/subsys/usb/hid
west flash

 

Hope it helps!

 

Best regards,
Gavin

 

View solution in original post

0 Kudos
1 Reply
239 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @anthony_asterisk ,

Thanks for contact NXP tech support!

Currently, the RT1060-EVKB is supported USB Device feature with Zephyr. You can check its support list here: https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/mimxrt1060_evk/mimxrt1060_evkb.yam...

Gavin_Jia_0-1708589773880.png

 

I tried testing the HID locally and it functions fine:

Gavin_Jia_1-1708589823258.png

west build -b mimxrt1060_evkb samples/subsys/usb/hid
west flash

 

Hope it helps!

 

Best regards,
Gavin

 

0 Kudos