From patchwork Mon May 6 04:23:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chirag Shilwant X-Patchwork-Id: 43275 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22884C4345F for ; Mon, 6 May 2024 04:23:42 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.13443.1714969415996529990 for ; Sun, 05 May 2024 21:23:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=ej2hgQqH; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: c-shilwant@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 4464NVGk125028; Sun, 5 May 2024 23:23:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1714969411; bh=z/TWjQzdvPTo6jXL7jvls5yTFGSwUnomfwCCViGlUb0=; h=From:To:CC:Subject:Date; b=ej2hgQqHN7MpwprPRbuh7iFF0NLbnUpoLJwEftBrewTZHIA8qQJMG+rvYepHNEFmC znvhldxZDrtCBSw/Yy2Dw2SoBNG+6AIQfHmq8RvW6cdWMD/borqxj5m4mt7Hq2ovGt PYqs6KJ5jc24MugzqkZTj9Q6OnRR4Lr22SODxYB4= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 4464NVvw005143 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 5 May 2024 23:23:31 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Sun, 5 May 2024 23:23:31 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Sun, 5 May 2024 23:23:31 -0500 Received: from localhost (chirag-hp-z2-tower-g5-workstation.dhcp.ti.com [172.24.227.238]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4464NUxj024377; Sun, 5 May 2024 23:23:30 -0500 From: Chirag Shilwant To: Denys Dmytriyenko , Ryan Eatmon , CC: Khasim , Sai Sree Kartheek Adivi , Paresh Bhagat , Gyan Gupta Subject: [meta-ti][master/scarthgap][PATCH] conf: am437x-evm: Bump up max_leb_cnt Date: Mon, 6 May 2024 09:53:04 +0530 Message-ID: <20240506042304.4114566-1-c-shilwant@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 06 May 2024 04:23:42 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/17642 New features added require another increase to max_leb_cnt. Signed-off-by: Chirag Shilwant --- meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf b/meta-ti-bsp/conf/machine/am437x-evm.conf index 58b7996f..248add70 100644 --- a/meta-ti-bsp/conf/machine/am437x-evm.conf +++ b/meta-ti-bsp/conf/machine/am437x-evm.conf @@ -21,7 +21,7 @@ SERIAL_CONSOLES = "115200;ttyS0" # UBI: logical eraseblock size: 253952 bytes # from ubiattach stdout: # UBI device number 0, total 994 LEBs -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 6000" +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 8000" # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 # from dmesg: