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