end_request: I/O error, dev mtdblock2, sector 0 Buffer I

内核移植时遇到这个错误:

end_request: I/O error, dev mtdblock2, sector 0 Buffer I/O error on device mtdblock2, logical block 0

原因分析:由于内核是通过uboot烧写到nandflash中,因此uboot产生的ecc校验码与内核的ecc校验码不同,所以需要关闭内核的ecc校验。

解决方法:

打开内核目录中的s3c2410.c文件在内核源码中的drivers/mtd/nand目录中

在s3c2410_nand_init_chip()函数中修改如下:

时间: 2024-10-10 20:20:10

end_request: I/O error, dev mtdblock2, sector 0 Buffer I的相关文章

blk_update_request: I/O error, dev fd0, sector 0

CentOS Linux系统在控制台输出以上信息,解决办法: 系统启动时进入bios Advanced -> I/O Device Configuration -> Floppy disk controller -> [Enabled] 改为 [Disabled]记得F10保存. 因为没有软盘,系统启动时加载了软盘驱动. [[email protected] ~]# lsmod | grep -i floppy[[email protected] ~]# 确认floppy该模块没有启用即

win10&hyper上装Ubuntu出现没有找到dev fd0, sector 0 错误

win10 hyper装 ubuntu blk_update_request:I/O error,dev sr0,sector0 错误 配置好安装重启后出现 blk_update_request: I/O error, dev fd0, sector 0 系统启动找不到启动的启动文件,原因是Hyper默认设置启动cd软盘启动. 设置启动 然后再重新启动系统就可以了. 用Hyper省去安装VM了.

RHEL7.0启动时end_request I/O error及piix4_smbus错误提示处理

在VMWARE虚拟机下安装RHEL7.0,启动时有以下提示.经网上搜索,答复为floppy及piix4_smbus设备加载时找不到设备所致. 解决办法如下: floppy,在BIOS里禁用软驱,重启 piix4_smbus,先检查一下是否有加载piix4,如有把i2c_piix4加入黑名单,启动时不加载此模块 # lsmod | grep i2c_piix4 # vi  /etc/modprobe.d/blacklist.conf blacklist i2c_piix4 其他的方法可参考 Add

error: <class 'xml.parsers.expat.ExpatError'>, syntax error: line 1, column 0: file: /usr/local/lib/python2.7/xmlrpclib.py line: 557

当linux设备上开启sonar6.2时, supervisorctl status报如下错误: error: <class 'xml.parsers.expat.ExpatError'>, syntax error: line 1, column 0: file: /usr/local/lib/python2.7/xmlrpclib.py line: 557 关闭sonar6.2时,报如下错误: error: <class 'socket.error'>, [Errno 113]

error: Failed dependencies: cloog-ppl &gt;= 0.15 is needed by gcc-4.4.7-4.el6.x86_64 cpp = 4.4.7-4.el6

CentOS 6.5下使用rpm -ivh gcc-4.4.7-4.el6.x86_64.rpm命令安装GCC时提示以下错误: warning: gcc-4.4.7-4.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY error: Failed dependencies: cloog-ppl >= 0.15 is needed by gcc-4.4.7-4.el6.x86_64 cpp = 4.4.7-4.

InnoSetup打包时出现Interal error: CallSpawnServer: Unexpected response: $0.错误的解决办法

如果在使用Innosetup打包软件时,如果出现Interal error: CallSpawnServer: Unexpected response: $0.错误, 如下图: 可以查看 Innosetup的脚步文件 xxx.iss文件的OutputBaseFilename字段 OutputBaseFilename字段不能与 AppName字段同名,否则在使用cmd关闭程序时就会出现以上错误

IOS8解决获取位置坐标信息出错(Error Domain=kCLErrorDomain Code=0)(转)

标题:IOS8解决获取位置坐标信息出错(Error Domain=kCLErrorDomain Code=0) 前几天解决了在ios8上无法使用地址位置服务的问题,最近在模拟器上调试发现获取位置坐标信息的时候会报错,错误信息: didFailWithError: Error Domain=kCLErrorDomain Code=0 “The operation couldn’t be completed. (kCLErrorDomain error 0.)”. 出错原因是xcode里面的proj

Check failed: error == cudaSuccess (10 vs. 0) invalid device ordinal

ubuntu14.04 caffe 运行别人的程序,报错Check failed: error == cudaSuccess (10 vs. 0)  invalid device ordinal.根据网上的说法,GPU内存不够,可是batch大小改为1了还是不行.问了博士师兄才发现,在该行上面有一行,写着using GPUs 1.而我只有一个GPU,如图2,我把solver_48.prototxt中最后一行的device_id改为0,接着运行,见图1,这个错误就没有啦--当然我的又报了别的错..

ORA-00600: internal error code, arguments: [2662], [0], [1106971], [0], [1107731], [12583040]

今天是2014-06-06,在进行数据库恢复的时候出现了一个久违的ora-600 [2662]错误.特整理例如以下: 问题描写叙述: system及数据文件误删,採用恢复数据文件的方式将数据库恢复到開始状态,数据库为非归档模式. 在alter database open resetlog打开数据库的时候提示ora-600 [2662]错误.信息例如以下: SQL> col member for a80 SQL> select group#,status,member from v$logfil