summaryrefslogtreecommitdiffstats
path: root/conf/machine/k2hk-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/k2hk-evm.conf')
-rw-r--r--conf/machine/k2hk-evm.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
new file mode 100644
index 00000000..4b05f402
--- /dev/null
+++ b/conf/machine/k2hk-evm.conf
@@ -0,0 +1,26 @@
1#@TYPE: Machine
2#@NAME: Keystone 2 K2HK machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK EVM
4
5require conf/machine/include/keystone.inc
6
7IMAGE_FSTYPES += "ubi tar.gz cpio"
8
9SERIAL_CONSOLE = "115200 ttyS0"
10
11SYSVINIT_ENABLED_GETTYS = ""
12
13# do ubiattach /dev/ubi_ctrl -m 4
14# From dmesg:
15# UBI: smallest flash I/O unit: 2048
16# UBI: logical eraseblock size: 126976 bytes
17# from ubiattach stdout:
18# UBI device number 0, total 3856 LEBs
19MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3856"
20
21# do ubiattach /dev/ubi_ctrl -m 4
22# from dmesg:
23# UBI: smallest flash I/O unit: 2048
24# UBI: physical eraseblock size: 131072 bytes (128 KiB)
25# UBI: sub-page size: 2048
26UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048 -O 2048"