summaryrefslogtreecommitdiffstats
path: root/conf/machine/am37x-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am37x-evm.conf')
-rw-r--r--conf/machine/am37x-evm.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
deleted file mode 100644
index 9750fe64..00000000
--- a/conf/machine/am37x-evm.conf
+++ /dev/null
@@ -1,31 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM37x EVM
3#@DESCRIPTION: Machine configuration for the TI AM37x EVM
4
5require conf/machine/include/omap3.inc
6
7MACHINE_GUI_CLASS = "smallscreen"
8MACHINE_FEATURES += "touchscreen ethernet"
9
10IMAGE_FSTYPES += "ubi tar.xz"
11EXTRA_IMAGECMD:jffs2 = "-lnp -e 0x20000 -s 2048"
12
13KERNEL_DEVICETREE = "omap3-evm-37xx.dtb"
14
15SERIAL_CONSOLES = "115200;ttyS0"
16
17# NOTE: there are NAND and OneNAND versions of this board...
18# do ubiattach /dev/ubi_ctrl -m 4
19# From dmesg:
20# UBI: smallest flash I/O unit: 2048
21# UBI: logical eraseblock size: 129024 bytes
22# from ubiattach stdout:
23# UBI device number 0, total 1996 LEBs
24MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
25
26# do ubiattach /dev/ubi_ctrl -m 4
27# from dmesg:
28# UBI: smallest flash I/O unit: 2048
29# UBI: physical eraseblock size: 131072 bytes (128 KiB)
30# UBI: sub-page size: 512
31UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"