diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2025-02-06 20:10:21 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-02-07 13:37:47 -0600 |
commit | c7e42b301406865ee518509a9c566eb4358fd62c (patch) | |
tree | 6304565bfd1d6c08a007b94c4acfdac3dddbb96f | |
parent | d91ef21814e225306a68ad4876e40a6eb00c9627 (diff) | |
download | meta-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.conf | 6 |
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 | ||
5 | require conf/machine/include/am62lxx.inc | 5 | require conf/machine/include/am62lxx.inc |
6 | 6 | ||
7 | IMAGE_FSTYPES += "ubifs ubi" | ||
8 | |||
9 | MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8000" | ||
10 | |||
11 | UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024" | ||
12 | |||
7 | KERNEL_DEVICETREE_PREFIX = " \ | 13 | KERNEL_DEVICETREE_PREFIX = " \ |
8 | ti/k3-am62l \ | 14 | ti/k3-am62l \ |
9 | " | 15 | " |