/proc/mtd问题请教
时间:2010-08-20
来源:互联网
我编译linux创建分区,
复制代码
启动信息如下
MXIC matched!!get SPI chip driver!
Physically mapped flash: Found an alies 0x400000 for the chip at 0x0, sst device detect.
Creating 3 MTD partitions on "Physically mapped flash":
0x00000000-0x00150000 : "boot1+cfg+linux"
0x00150000-0x003c0000 : "rootfs"
0x003c0000-0x00400000 : "jffs2"
但是为什么我
复制代码
没有发现jffs2分区呢
- static struct mtd_partition rtl8196_parts[] = {
- {
- name: "boot+cfg+linux",
- size: 0x00150000,
- offset:0x00000000,
- },
- {
- name: "root fs",
- size: 0x00270000,
- offset: 0x00150000,
- },
- {
- name: "jffs2",
- size: 0x00040000,
- offset: 0x003c0000,
- }
- };
MXIC matched!!get SPI chip driver!
Physically mapped flash: Found an alies 0x400000 for the chip at 0x0, sst device detect.
Creating 3 MTD partitions on "Physically mapped flash":
0x00000000-0x00150000 : "boot1+cfg+linux"
0x00150000-0x003c0000 : "rootfs"
0x003c0000-0x00400000 : "jffs2"
但是为什么我
- # cat /proc/mtd
- dev: size erasesize name
- mtd0: 00150000 00001000 "boot1+cfg+linux"
- mtd1: 00270000 00001000 "rootfs"
- #
作者: cltnet 发布时间: 2010-08-20
这个问题是什么原因造成的呢?盼望各位帮忙解答。
作者: cltnet 发布时间: 2010-08-21
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28