imx6q fastboot support in uboot

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx6q fastboot support in uboot

1,184 次查看
liuxing
Contributor II

Hi All,

    I want to enable the fastboot function in uboot,because it is more efficient to update single image.However,the uboot will be hang when it enters the fastboot mode.I find this issue may be related to the gadget/OTG driver.The uboot don't enable the gadget driver.Which driver can be selected in uboot to support the usb gadget function for iMX6Q.

标签 (1)
0 项奖励
回复
2 回复数

1,064 次查看
igorpadykov
NXP Employee
NXP Employee

Hi xing

>Which driver can be selected in uboot to support the usb gadget function for iMX6Q.

one can look at

usb-mx6-common.c\imx\usb\drivers - uboot-imx - i.MX U-Boot 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

1,064 次查看
liuxing
Contributor II

Hi igor,

Thanks a lot!

Has this driver been tested by anyone?

I downloaded the uboot-imx,and checked out to imx_v2019.04_5.4.3_2.0.0 branch.It can be compiled successfully.

The u-boot-dtb.imx can run successfully with my iMX6Q board.However,the fastboot function also failed.

The USB host port of PC can recognize the usb gadget of iMX6Q,but no response to fastboot command.

0 项奖励
回复