imx6uL调试USB2514b-2

[    2.900105] usb 1-1: device no response, device descriptor read/64, error -71

[    3.220056] usb 1-1: device no response, device descriptor read/64, error -71



在Linux的内核中  路径 kernel/linux-3.14.38/include/uapi/asm-generic

找到errno.h

#define EADV            68      /* Advertise error */
#define ESRMNT          69      /* Srmount error */
#define ECOMM           70      /* Communication error on send */
#define EPROTO          71      /* Protocol error */
#define EMULTIHOP       72      /* Multihop attempted */


71的错误是协议错误。

用示波器测晶振对地波形,竟然没起震


sitemap