From patchwork Tue Jul 9 20:54:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1130003 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="DXeJLinH"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45jvh05cYtz9sN6 for ; Wed, 10 Jul 2019 06:54:24 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 75B4382300; Tue, 9 Jul 2019 20:54:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CqCBjo01L7U0; Tue, 9 Jul 2019 20:54:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CE83581E4A; Tue, 9 Jul 2019 20:54:21 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 8E93A1BF369 for ; Tue, 9 Jul 2019 20:54:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 890FA80EB2 for ; Tue, 9 Jul 2019 20:54:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7w2y8IJ_32dE for ; Tue, 9 Jul 2019 20:54:19 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 87AB985E07 for ; Tue, 9 Jul 2019 20:54:19 +0000 (UTC) Received: from menoah.home (lfbn-1-8923-205.w193-250.abo.wanadoo.fr [193.250.65.205]) by koncepto.io (Postfix) with ESMTPSA id 853A360046; Tue, 9 Jul 2019 22:54:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1562705657; bh=xamFBxPySpWKXkbvVsjEBiL1Mt86f/S2G1Zc7l5buCw=; h=From:To:Cc:Subject:Date:From; b=DXeJLinHmnPpFXUhJ4SnF+yeoqHdqWrAVTXi+e9VLUg5xgfgcMqKQy+OM9a8ZwdHU yPpZzN0QrZtMGN/mXLKsx2kXQ8RkoVE02t997xK5qypM7rHaqMrErHJm+eY0iU65AL vKw4nDpan0CZEmgHi4BJodf1X3V5r042G5WChRrhsHZ3fIBfJhRzfTFvGheta75CXz PgYgvbL0eEB9M4NKYJTYnTQfuP20MtzdgtNEkiSg+uIo1ZajnZv1fg8cKMJS/PEwdq EG7aS2csIeogalTSEqZwZRmvsw7avxOZMmL6P0tniAw6cb6AhRFoMwnTguI+UTeb4g 3k/uCto3EcwYA== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 9 Jul 2019 22:54:14 +0200 Message-Id: <1562705654-1620-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] configs/beaglebone: increase rootfs image size X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The default rootfs image size is too small (60M). So, increase it to 120M. Fixes: Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "koi8_r.py" 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) Signed-off-by: Pierre-Jean Texier --- configs/beaglebone_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index b4f152f..0ba3310 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -13,6 +13,7 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk" BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y +BR2_TARGET_ROOTFS_EXT2_SIZE="120M" BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_VERSION=y