diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /meta-ti-bsp/conf/machine/am437x-evm.conf | |
parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
download | meta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz |
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am437x-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am437x-evm.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf b/meta-ti-bsp/conf/machine/am437x-evm.conf new file mode 100644 index 00000000..4e3681d5 --- /dev/null +++ b/meta-ti-bsp/conf/machine/am437x-evm.conf | |||
@@ -0,0 +1,33 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM437x EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM437x EVM | ||
4 | |||
5 | require conf/machine/include/ti43x.inc | ||
6 | |||
7 | MACHINE_GUI_CLASS = "smallscreen" | ||
8 | MACHINE_FEATURES += "touchscreen" | ||
9 | |||
10 | IMAGE_FSTYPES += "ubifs ubi" | ||
11 | |||
12 | SERIAL_CONSOLES = "115200;ttyS0" | ||
13 | |||
14 | # UBI information. Note that this is board and kernel specific. Changes | ||
15 | # in your kernel port may require changes in these variables. For more | ||
16 | # details about this board please see | ||
17 | # http://processors.wiki.ti.com/index.php/UBIFS_Support | ||
18 | |||
19 | # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 | ||
20 | # From dmesg: | ||
21 | # UBI: smallest flash I/O unit: 4096 | ||
22 | # UBI: logical eraseblock size: 253952 bytes | ||
23 | # from ubiattach stdout: | ||
24 | # UBI device number 0, total 994 LEBs | ||
25 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 4800" | ||
26 | |||
27 | # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 | ||
28 | # from dmesg: | ||
29 | # UBI: smallest flash I/O unit: 4096 | ||
30 | # UBI: physical eraseblock size: 262144 bytes (256 KiB) | ||
31 | # UBI: sub-page size: 4096 | ||
32 | # UBI: VID header offset: 4096 (aligned 4096) | ||
33 | UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096" | ||