summaryrefslogtreecommitdiffstats
path: root/extras/conf/machine/am3517-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'extras/conf/machine/am3517-evm.conf')
-rw-r--r--extras/conf/machine/am3517-evm.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/extras/conf/machine/am3517-evm.conf b/extras/conf/machine/am3517-evm.conf
new file mode 100644
index 00000000..b3efa9ab
--- /dev/null
+++ b/extras/conf/machine/am3517-evm.conf
@@ -0,0 +1,51 @@
1#@TYPE: Machine
2#@NAME: AM3517 EVM
3#@DESCRIPTION: Machine configuration for the TI Sitara AM3517 EVM
4
5PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
6XSERVER = "xserver-xorg \
7 xf86-input-evdev \
8 xf86-input-mouse \
9 xf86-input-tslib \
10 xf86-video-omapfb \
11 xf86-input-keyboard"
12
13GUI_MACHINE_CLASS = "smallscreen"
14
15require conf/machine/include/omap3.inc
16
17# Ship all kernel modules
18
19IMAGE_FSTYPES += "ubi tar.bz2"
20EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
21
22SERIAL_CONSOLE = "115200 ttyS2"
23USE_VT = "2"
24
25PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
26
27PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
28
29UBOOT_ARCH = "arm"
30UBOOT_MACHINE = "am3517_evm_config"
31XLOAD_MACHINE = "am3517evm_config"
32
33MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen ethernet"
34
35# NOTE: there are NAND and OneNAND versions of this board...
36
37# do ubiattach /dev/ubi_ctrl -m 4
38# From dmesg:
39# UBI: smallest flash I/O unit: 2048
40# UBI: logical eraseblock size: 129024 bytes
41# from ubiattach stdout:
42# UBI device number 0, total 1996 LEBs
43MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
44
45# do ubiattach /dev/ubi_ctrl -m 4
46# from dmesg:
47# UBI: smallest flash I/O unit: 2048
48# UBI: physical eraseblock size: 131072 bytes (128 KiB)
49# UBI: sub-page size: 512
50UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
51