CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 3937|回复: 1

NAND 分区问题,user_type = 0 和 user_type = 1 分别是什么意思?

[复制链接]
发表于 2013-11-25 14:38:30 | 显示全部楼层 |阅读模式
在文件 sys_config.fex 中有NAND分区配置信息。
不清楚 user_type   = 0 和 user_type   = 1 分别表示什么意思?

[part_num]
num     = 8

;------------------------------>nanda, known as bootfs before, includes boot.axf u-boot.bin etc...
[partition0]
    class_name  = DISK
    name        = bootloader
    size_hi     = 0
    size_lo     = 16384
    user_type   = 0
    ro          = 0

;------------------------------>nandb, enviroment for u-boot
[partition1]
    class_name  = DISK
    name        = env
    size_hi     = 0
    size_lo     = 16384
    user_type   = 0
    ro          = 0

;------------------------------>nandc, kernel and ramdisk
[partition2]
    class_name  = DISK
    name        = boot
    size_hi     = 0
    size_lo     = 32768
    user_type   = 0
    ro          = 0

;------------------------------>nandd, android real rootfs
[partition3]
    class_name  = DISK
    name        = system
    size_hi     = 0
    size_lo     = 524288
    user_type   = 0
    ro          = 0

;------------------------------>nande, user data
[partition4]
    class_name  = DISK
    name        = data
    size_hi     = 0
    size_lo     = 524288
    user_type   = 1
    ro          = 0

;------------------------------>nandf, misc
[partition5]
    class_name  = DISK
    name        = misc
    size_hi     = 0
    size_lo     = 16384
    user_type   = 0
    ro          = 0

;------------------------------>nandg, for recovery
[partition6]
    class_name  = DISK
    name        = recovery
    size_hi     = 0
    size_lo     = 32768
    user_type   = 0
    ro          = 0

;------------------------------>nandh, android app cache
[partition7]
    class_name  = DISK
    name        = cache
    size_hi     = 0
    size_lo     = 131072
    user_type   = 0
    ro          = 0


回复

使用道具 举报

 楼主| 发表于 2013-11-25 14:52:10 | 显示全部楼层
找到文档 Lichee Linux BSP User Manual V1.2.pdf 有说明
http://pan.baidu.com/share/link? ... 86&uk=993795718
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-11-24 00:23 , Processed in 0.021691 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部