test of bch
crifan 18年前 (2008-04-01) 1973浏览
#include <stdio.h>#include <fcntl.h>#include <string.h> #define BUFF_SIZE 1024#define SECTOR_SIZE 1024*170m...
工作相关的技术文章
crifan 18年前 (2008-04-01) 1973浏览
#include <stdio.h>#include <fcntl.h>#include <string.h> #define BUFF_SIZE 1024#define SECTOR_SIZE 1024*170m...
crifan 18年前 (2008-03-31) 3206浏览
JFFS2 specific information JFFS2 Out of Band usage JFFS2 uses the default autoplacement scheme. The only JFFS2 specific usa...
crifan 18年前 (2008-03-31) 4869浏览
Brief Intro of Nand Flash NAND vs. NOR Beside the different silicon cell design, the most important difference between NAND ...
crifan 18年前 (2008-03-31) 4780浏览
XIP – eXecute In Place,中文常译为,就地执行。指代码可以在当前(存储器中)执行 关于Nor Flash的XIP : NAND and NOR and XIP "NOR的特点是芯片内执行(XIP, eXecu...
crifan 18年前 (2008-03-31) 2705浏览
eXecute In Place XIP eXecute In Place XIP (eXecute In Place ) is a useful option available with uClinux systems. Its main va...
crifan 18年前 (2008-03-31) 2020浏览
uboot用当时的数据算出来的ECC用的是不是bch, 计算出来的ECC是否正确 Uboot写入rootfs的时候, 把ECC放在哪里了 jffs2调用的是不是as352x_nand中的calculat_ecc和correct_ecc 是的话,cal...
crifan 18年前 (2008-03-30) 2609浏览
MTD NAND Driver Programming Interface Thomas Gleixner <[email protected]> C...
crifan 18年前 (2008-03-29) 3201浏览
如果挂载jffs2的时候,出现类似于: CLEANMARKER node found at 0x0042c000 has totlen 0xc != normal 0x0 的问题,则见到网上说的办法: 在嵌入式Linux系统中...
crifan 18年前 (2008-03-29) 2184浏览
找出uboot中,对于oob的定义,比如是第几位定义的。 和如何烧写nand的,包括数据和oob,是一次性写入的,还是数据和oob分两次写的。 然后找出jffs文件系统中的函数,是如何去定义oob的,并且是如何读取和写入数据的。如何进行校验的。 目前...
crifan 18年前 (2008-03-29) 1980浏览
Oops Messages中英文版【转】 转者注:这个是别人翻译的。英文原文,可以在这下载到: Debugging Techniques 也就是 Linux Device Drivers, Third Edition,简称LLD3中的第四章中的内...