1. 修改uboot
common/mmc_cmd_fdisk.c
#define SYSTEM_PART_SIZE (120*1024*1024)
将120改成256
2. 在dd文件系统的时候,增大count
dd if=/dev/zero of=rootfs_qt4.ext3 bs=1024 count=262144
重烧系统的时候,需要先烧入uboot,然后重启再烧入文件系统。
1. 修改uboot
common/mmc_cmd_fdisk.c
#define SYSTEM_PART_SIZE (120*1024*1024)
将120改成256
2. 在dd文件系统的时候,增大count
dd if=/dev/zero of=rootfs_qt4.ext3 bs=1024 count=262144
重烧系统的时候,需要先烧入uboot,然后重启再烧入文件系统。