summaryrefslogtreecommitdiffstats
path: root/conf/machine/am437x-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-08-23 15:48:53 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-08-26 10:35:54 -0400
commit7144d488e7ce068ce1c4618d593d26e0e29e7798 (patch)
tree8cf278a4463be240263a310b8f39ee4ad14d5b78 /conf/machine/am437x-evm.conf
parente75aa7f0224d7bba3e45906dc6c203d7d2b768c3 (diff)
downloadmeta-ti-7144d488e7ce068ce1c4618d593d26e0e29e7798.tar.gz
am437x-evm: add machine config for Sitara AM437x EVM
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
Diffstat (limited to 'conf/machine/am437x-evm.conf')
-rw-r--r--conf/machine/am437x-evm.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf
new file mode 100644
index 00000000..901bfe89
--- /dev/null
+++ b/conf/machine/am437x-evm.conf
@@ -0,0 +1,35 @@
1#@TYPE: Machine
2#@NAME: AM437x EVM
3#@DESCRIPTION: Machine configuration for the TI AM437x EVM
4
5require conf/machine/include/ti43x.inc
6
7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib"
9GUI_MACHINE_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen"
11
12IMAGE_FSTYPES += "ubi tar.gz"
13
14SERIAL_CONSOLE = "115200 ttyO0"
15
16# UBI information. Note that this is board and kernel specific. Changes
17# in your kernel port may require changes in these variables. For more
18# details about this board please see
19# http://processors.wiki.ti.com/index.php/UBIFS_Support
20
21# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
22# From dmesg:
23# UBI: smallest flash I/O unit: 2048
24# UBI: logical eraseblock size: 126976 bytes
25# from ubiattach stdout:
26# UBI device number 0, total 1988 LEBs
27MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
28
29# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
30# from dmesg:
31# UBI: smallest flash I/O unit: 2048
32# UBI: physical eraseblock size: 131072 bytes (128 KiB)
33# UBI: sub-page size: 512
34# UBI: VID header offset: 2048 (aligned 2048)
35UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"