Hi Ryan,

Looks like this patch got missed out as I can't see it applied on meta-ti master/scarthgap. With latest scarthgap based processor-sdk builds, we need this bump up for am437x-evm.

Errors we observe,
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing python function set_image_size
| DEBUG: 6281641.600000 = 4832032 * 1.300000
| DEBUG: 6281641.600000 = max(6281641.600000, 65536)[6281641.600000] + 0
| DEBUG: 6281642.000000 = int(6281641.600000)
| DEBUG: 6281642 = aligned(6281642)
| DEBUG: returning 6281642
| DEBUG: Python function set_image_size finished
| DEBUG: Executing shell function do_image_ubifs
| Error: max_leb_cnt too low (6018 needed)

On 06/05/24 09:53, Chirag Shilwant via lists.yoctoproject.org wrote:
New features added require another increase to max_leb_cnt. Signed-off-by: Chirag Shilwant <c-shilwant@ ti. com> --- 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
ZjQcmQRYFpfptBannerStart
This message was sent from outside of Texas Instruments.
Do not click links or open attachments unless you recognize the source of this email and know the content is safe. If you wish to report this message to IT Security, please forward the message as an attachment to phish...@list.ti.com
ZjQcmQRYFpfptBannerEnd
New features added require another increase to max_leb_cnt.

Signed-off-by: Chirag Shilwant <c-shilw...@ti.com>
---
  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:
--
2.34.1




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17654): 
https://lists.yoctoproject.org/g/meta-ti/message/17654
Mute This Topic: https://lists.yoctoproject.org/mt/105934386/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to