Chinaunix首页 | 论坛 | 博客
  • 博客访问: 141793
  • 博文数量: 38
  • 博客积分: 1420
  • 博客等级: 上尉
  • 技术积分: 455
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-23 22:14
文章分类

全部博文(38)

文章存档

2011年(1)

2009年(15)

2008年(22)

我的朋友
最近访客

分类:

2009-03-10 08:58:05

1. insmod
modprobe mtdcore
modprobe jffs2
modprobe mtdram total_size=100000 erase_size=256
modprobe mtdchar
modprobe mtdblock

2. check mtd
(1) check is there /dev/mtd0 and /dev/mtdblock0
  cat /proc/mtd

3. mount to folder

mkdir /mnt/test/
dd if= of=/dev/mtd0
mount -t jffs2 /dev/mtdblock0 /mnt/test/
阅读(851) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~