CPU: iMX6Q
新烧录的文件系统,启动的时候会报一个usb的错误
usb 1-1: device no response, device descriptor read/64, error -71
usb 1-1: device not accepting address 4, error -71
google了一下,获得了简单的解决方案:
echo -1 > /sys/module/usbcore/parameters/autosuspend
以上
针对iMX6Q处理器在启动新烧录文件系统时出现的USB错误问题,如usb1-1:devicenoresponse及devicedescriptorread等错误,本文提供了一个简单有效的解决方案,即通过修改USB autosuspend参数来避免此类问题。
CPU: iMX6Q
新烧录的文件系统,启动的时候会报一个usb的错误
usb 1-1: device no response, device descriptor read/64, error -71
usb 1-1: device not accepting address 4, error -71
google了一下,获得了简单的解决方案:
echo -1 > /sys/module/usbcore/parameters/autosuspend
以上
9561