insmod wlcore_sdio.ko 的时候出现的错误

43.767890] Powering on wl12xx

[  143.846003] Powering off wl12xx

[  143.849249] Powering on wl12xx

[  143.949008] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2

[  143.960629] wlcore: WARNING falling back to default config

[  143.967443] add wake up source irq 108

[  144.292965] Powering off wl12xx

[  144.319907] wlcore: loaded

[  144.325471] wlcore: driver version:

[  144.332153] wlcore: timestamp: Mon May 25 19:56:12 2015

[  228.991855] Powering on wl12xx

[  229.329532] wlcore: firmware chunk too long: 1731433

[  229.334802] Powering off wl12xx

[  229.361806] Powering on wl12xx

[  229.653852] wlcore: firmware chunk too long: 1731433

[  229.659057] Powering off wl12xx

[  229.691803] Powering on wl12xx

[  229.983832] wlcore: firmware chunk too long: 1731433

[  229.989046] Powering off wl12xx

[  229.992057] wlcore: ERROR firmware boot failed despite 3 retries

[  250.011866] Powering on wl12xx

[  250.305219] wlcore: firmware chunk too long: 1731433

[  250.310490] Powering off wl12xx

[  250.341847] Powering on wl12xx

[  250.635159] wlcore: firmware chunk too long: 1731433

[  250.640424] Powering off wl12xx

[  250.671848] Powering on wl12xx

[  250.963833] wlcore: firmware chunk too long: 1731433

[  250.969041] Powering off wl12xx

[  250.972052] wlcore: ERROR firmware boot failed despite 3 retries

看了一下,原来都不会出现固件太大uc问题,估计是拷贝固件的时候固件的数据出错导致

后面对比了一下固件。发现真的是不一样了。 所以重新拷贝了下就可以了。

wlcore: firmware chunk too long的更多相关文章

  1. iOS真机运行 Xcode报错(libpng error: CgBI: unhandled critical chunk)问题已解决;

    Cocos2d-x加载图片资源出现libpng error: CgBI: unhandled critical chunk Xcode7.3 设置Remove Text Metadata From P ...

  2. pt_table_checksum对检查表的chunk大小的限制

    02-16T10:22:38 Skipping table xoxdb.tb_valuelog because on the master it would be checksummed in one ...

  3. 在DDwrt下对Firmware操作的一些技巧

    [备注]这里是对ddwrt的操作,事实上,对openwrt同样也适用. 基础知识: 1.MTD MTD是Memory Technology Devices的缩写,它主要提供了一个raw Flash设备 ...

  4. cxf client在后台不通且chunk设置为false的时候不能在控制台输出请求日志

    场景: 服务编排框架支持编排webservice服务.call webservice的client是基于cxf做的.为了使用服务编排的开发者调试与定位问题方便,需要将webservice的请求与响应报 ...

  5. 浅析firmware完整生存和使用流程 【转】

    转自:http://blog.csdn.net/zhenwenxian/article/details/4677604 浅析firmware完整生存和使用流程 1. http://blog.china ...

  6. android firmware 利用UDP socket发送Magic Packet--python版本

    android firmware 利用UDP socket发送Magic Packet--python版本 #!/usr/bin/python import sys, time from struct ...

  7. android firmware 利用UDP socket发送Magic Packet--c语言版本

    android firmware 利用UDP socket发送Magic Packet 1 Magic Packet格式: 6个0xFF + 16个Dst Mac Address 2 代码需要设置目的 ...

  8. HTTP协议之chunk编码(分块传输编码

    Transfer-Encoding: chunked 表示输出的内容长度不能确定,普通的静态页面.图片之类的基本上都用不到这个. 但动态页面就有可能会用到,但我也注意到大部分asp,php,asp.n ...

  9. 在内核中异步请求设备固件firmware的测试代码

    在内核中异步请求设备固件firmware的测试代码 static void ghost_load_firmware_callback(const struct firmware *fw, void * ...

随机推荐

  1. Contest Balloons

    Contest Balloons 题目链接:http://codeforces.com/problemset/problem/725/D 贪心+枚举 每次在排名在自己前面的选出w-t值最小的送气球,更 ...

  2. [jquery备忘]

    has :包含,找元素里面的子元素(单个) <div><span>123</span></div> $('div').has('span').css() ...

  3. asp.net CROSS-PAGE POSTING

    有两个页面page1和page2.page1中有两个按钮 <asp:Button ID="Button1" runat="server" Text=&qu ...

  4. java 导出excel(简单案例)

    public class Student { private int id; private String name; private int age; private Date birth; pub ...

  5. Linq使用方法

    int pollid = poll.Where(f => f.PollID < CurrentId).OrderByDescending(o => o.PollID).FirstOr ...

  6. hdu_3247_Resource Archiver(AC自动机+bfs+TSP)

    题目链接:hdu_3247_Resource Archiver 题意: 有n个资源串,m个病毒串,现在要将所有的资源串整合到一个串内,并且这个串不能包括病毒串,问最短的串长为多少 题解: 将资源串和病 ...

  7. Babel 相关资料

    Babel online editor Babel Plugin Handbook babeljs usage options

  8. iwinfo 的使用

    以前使用iwconfig来配置和获取wireless的信息,目前openwrt已经废弃这种方式,采用 iwinfo 和 iw 命令来进行替代. iwinfo的使用方法如下: root@hbg:/# i ...

  9. OMCS开发手册(04) -- 二次开发流程

    在掌握了前面几篇关于OMCS的详细介绍后,我们就可以正式基于OMCS进行二次开发了.下面我们就从服务端和客户端的角度分别介绍开发的步骤. 一.服务端开发 抛开具体的业务逻辑而言,就OMCS的服务端的开 ...

  10. Git子模块引用外部项目

    Git子模块(submodule)简介 经常有这样的事情,当你在一个项目上工作时,你需要在其中使用另外一个项目.也许它是一个第三方开发的库或者是你独立开发和并在多个父项目中使用的.这个场景下一个常见的 ...