也想出现在这里? 联系我们

qq2440启动linux后插入u盘出现usb 1-1: device descriptor read/64, error -110,usb 1

作者 : 小编 本文共1655个字,预计阅读时间需要5分钟 发布时间: 2022-10-27 共2.82K人阅读
也想出现在这里? 联系我们

上位机:ubuntu14.04 64bit

下位机:qq2440

交叉编译器:arm-linux-gcc 3.4.1

下位机使用的linux内核版本:kernel2.6.13

1.插入u盘时错误信息如下:

[root@FriendlyARM /home]# usb 1-1: new full speed USB device using s3c2410-ohci and address 6usb 1-1: device descriptor read/64, error -110usb 1-1: device descriptor read/64, error -110usb 1-1: new full speed USB device using s3c2410-ohci and address 7usb 1-1: device descriptor read/64, error -110usb 1-1: device descriptor read/64, error -110usb 1-1: new full speed USB device using s3c2410-ohci and address 8usb 1-1: device not accepting address 8, error -110usb 1-1: new full speed USB device using s3c2410-ohci and address 9usb 1-1: device not accepting address 9, error -110

2.解决方案如下:

2.1修改drivers/usb/host/ohci-s3c2410.c文件,添加以下内容:

  a.先添加头文件#include <mach/regs-clock.h>

  b.在s3c2410_start_hc函数中添加以下内容:

bash/shell Code复制内容到剪贴板
  1. unsignedlongupllvalue=(0x78<<12)|(0x02<<4)|(0x03);
  2. while(upllvalue!=__raw_readl(S3C2410_UPLLCON)){
  3. __raw_writel(upllvalue,S3C2410_UPLLCON);
  4. mdelay(1);
  5. }

  添加后的s3c2410_start_hc函数如下:

bash/shell Code复制内容到剪贴板
  1. staticvoids3c2410_start_hc(structplatform_device*dev,structusb_hcd*hcd)
  2. {
  3. structs3c2410_hcd_info*info=dev->dev.platform_data;
  4. dev_dbg(&dev->dev,"s3c2410_start_hc:\\n");
  5. clk_enable(clk);
  6. if(info!=NULL){
  7. info->hcd=hcd;
  8. info->report_oc=s3c2410_hcd_oc;
  9. if(info->enable_oc!=NULL){
  10. (info->enable_oc)(info,1);
  11. }
  12. }
  13. unsignedlongupllvalue=(0x78<<12)|(0x02<<4)|(0x03);
  14. while(upllvalue!=__raw_readl(S3C2410_UPLLCON)){
  15. __raw_writel(upllvalue,S3C2410_UPLLCON);
  16. mdelay(1);
  17. }
  18. }

  2.2总结:以上修改的函数功能是启动主机控制器,因为usb时钟设置有问题,因而在开启主机控制器时修改时钟,修改后的S3C2410_UPLLCON的值为0xF4100008;

3.注意:本版本内核没有头文件regs-clock.h,因而我从其他内核中复制过来的,命令如下:

jello@jello-Inspiron-N4050:~/Downloads/qq2440/linux/kernel-2.6.13$ cp /tftpboot/kernel-2.6.35.7/arch/arm/mach-s3c2410/include/mach/regs-clock.h ./

1. 本站所提供的源码模板(主题/插件)等资源仅供学习交流,若使用商业用途,请购买正版授权,否则产生的一切后果将由下载用户自行承担,有部分资源为网上收集或仿制而来,若模板侵犯了您的合法权益,请来信通知我们(Email: rayer@88.com),我们会及时删除,给您带来的不便,我们深表歉意!
2. 分享目的仅供大家学习和交流,请不要用于商业用途!
3. 如果你也有好源码或者教程,可以到用户中心发布投稿,分享有金币奖励和额外收入!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务 请大家谅解!
5. 如有链接无法下载、失效或广告,请联系站长,可领回失去的金币,并额外有奖!
6. 如遇到加密压缩包,默认解压密码为"www.zyfx8.cn",如遇到无法解压的请联系管理员!
本站部分文章、资源来自互联网,版权归原作者及网站所有,如果侵犯了您的权利,请及时联系我站删除。免责声明
资源分享吧 » qq2440启动linux后插入u盘出现usb 1-1: device descriptor read/64, error -110,usb 1

常见问题FAQ

免费下载或者VIP会员专享资源能否直接商用?
本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
织梦模板使用说明
你下载的织梦模板并不包括DedeCMS使用授权,根据DedeCMS授权协议,除个人非盈利站点外,均需购买DedeCMS商业使用授权。购买地址: http://www.desdev.cn/service-dedecms.html

发表评论

Copyright 2015-2020 版权所有 资源分享吧 Rights Reserved. 蜀ICP备14022927号-1
开通VIP 享更多特权,建议使用QQ登录