summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2025-02-06 20:10:21 +0530
committerRyan Eatmon <reatmon@ti.com>2025-02-07 13:37:47 -0600
commitc7e42b301406865ee518509a9c566eb4358fd62c (patch)
tree6304565bfd1d6c08a007b94c4acfdac3dddbb96f
parentd91ef21814e225306a68ad4876e40a6eb00c9627 (diff)
downloadmeta-ti-c7e42b301406865ee518509a9c566eb4358fd62c.tar.gz
conf: machine: am62lxx-evm: Add logic to generate UBI filesystem images
Add logic to generate UBI filesystem images which can be used to directly flash into the NAND’s file-system partition. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62lxx-evm.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf
index ff373238..fc348c9b 100644
--- a/meta-ti-bsp/conf/machine/am62lxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62lxx-evm.conf
@@ -4,6 +4,12 @@
4 4
5require conf/machine/include/am62lxx.inc 5require conf/machine/include/am62lxx.inc
6 6
7IMAGE_FSTYPES += "ubifs ubi"
8
9MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8000"
10
11UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024"
12
7KERNEL_DEVICETREE_PREFIX = " \ 13KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am62l \ 14 ti/k3-am62l \
9" 15"