{
name: "MassStorage",
size: 0x0, /* It will be set at probe function */
offset: MTDPART_OFS_APPEND /* Append after fs section */
},{
name: "CaddoSaveState",
size: 0x0,
},{
name: "BBT",
size: 0x0, /* It will be set at probe function */
offset: MTDPART_OFS_APPEND,/* Append after fs section */
mask_flags: MTD_WRITEABLE /* force read-only */
}
};
没有看到最后三个都是size: 0x0为零.所以暂时可以不管他.
MassStorage是大容量存储空间的意思,比较u盘的全称是 usb mass storage device.
CaddoSaveState 应该是文件的存储状态.
BBT是Bad Block Table (坏块表)的意思,