+ -
当前位置:首页 → 问答吧 → 请教个问题:nand flash利用问题

请教个问题:nand flash利用问题

时间:2010-11-15

来源:互联网

请教个比较基础的问题:

我买个板子上有个128Mand flash
1M uboot 2M uImage 32M rootfs 其余的为free 83M

我进入linux系统后 df -h看下只有 /dev/ram, 而且整个大小也只有32M,

cat /proc/mtd 有3个:
0 uboot
1 uImage
2 rootfs

我现在想把剩余的83利用起来, 如何配置呢?

作者: Arthur_   发布时间: 2010-11-15

可以增加一个分区
uboot里面的cmdline可以做到

作者: T-Bagwell   发布时间: 2010-11-15

set console 'console=ttyS0,115200 mtdparts=nand_mtd:0x100000@0x0(uboot)ro,0x300000@0x100000(uImage),0x2000000@0x400000(rootfs)'

我在加一个把其它的搞进去吗?

作者: Arthur_   发布时间: 2010-11-15

热门下载

更多