From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Ziegler Date: Tue, 03 Nov 2020 08:05:56 +0100 Subject: [Buildroot] mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net > Subject: [Buildroot] mkfs.ext4: Could not allocate block in ext2 > filesystem while populating file system > Message-ID: > Hi Kevin, Check the hint directly below the error message: > 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) Your new root filesystem is larger than the default space in the image, which is specified in the buildroot config. Regards, Andreas