-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable USB support for imx8mm device #48
Comments
Hi, @jwzl. It might be more helpfull to ask for help on the u-boot mailing list. And please, make sure to elaborate on which u-boot version you are using, and which USB you are trying to add (I though they were already enabled, you should be targeting to add more devices, would be good to try to detail). |
Because the issue occured at driver/usb/host/ehci-imx6.c. Okay, I describe my detailed info, when I enter the the command in uboot
and I add debug message and find that it crashed in
Thank you very much! Best Regards |
As @angolini mentioned, this is out of scope here as this is U-Boot specific and not Yocto Project or |
When I enabled the USB support for imx8mm, and I found the uboot will crashed!
finally, I found that it crashed at:
writel(CONFIG_MXC_USB_PORTSC, &ehci->portsc);
can cause imx8mm soc crash
The text was updated successfully, but these errors were encountered: