Creating regular file /home/easyboard/corelinux/v3ssdk/buildroot/out/images/rootfs.ext2
Creating filesystem with 153600 1k blocks and 38456 inodes
Filesystem UUID: 0ddf6474-cfbc-41f4-af33-ea68400c32a9
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729
Allocating group tables: done
Writing inode tables: done
Allocating group tables: done
Writing inode tables: done
Creating journal (4096 blocks): done
Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "putty"
mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system
*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)
fs/ext2/ext2.mk:46: recipe for target '/home/easyboard/corelinux/v3ssdk/buildroot/out/images/rootfs.ext2' failed
最近编辑记录 zhuacai (2021-02-15 08:45:02)
离线
直接编辑 .config 文件
修改这行:
BR2_TARGET_ROOTFS_EXT2_SIZE="108M"
到你想要的大小就可以了.
离线