码迷,mamicode.com
首页 > 其他好文 > 详细

ltp-ddt nand_mtd_dd_rw_jffs2

时间:2019-05-30 10:49:15      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:http   partition   nbsp   没有   cache   dom   flash   ras   drop   

error:
技术图片
技术图片
由于在uboot下没有发现坏块,将核心代码剥离出来调试:
flash_eraseall -q -j /dev/mtd1
mkdir -p /mnt/partition_nand_1419
mount -t jffs2 -o async /dev/mtdblock1 /mnt/partition_nand_1419
time dd if=/dev/urandom of=/tmp/srctest bs=131072 count=10
time dd if=/tmp/srctest of=/mnt/partition_nand_1419/test_file_1419 bs=131072 count=10
sync
echo 3 > /proc/sys/vm/drop_caches
diff /tmp/srctest /mnt/partition_nand_1419/test_file_1419
umount /mnt/partition_nand_1419
 
 
发现引起错误的是echo 3 > /proc/sys/vm/drop_caches
 
暂时先将此句注释掉,并没有找到原因。
 
 
 
 
 




ltp-ddt nand_mtd_dd_rw_jffs2

标签:http   partition   nbsp   没有   cache   dom   flash   ras   drop   

原文地址:https://www.cnblogs.com/idyllcheung/p/10947937.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!