]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/am3517-evm.conf
am3517-evm: switch default u-boot preference to machine-specific tree
[glsdk/meta-ti-glsdk.git] / conf / machine / am3517-evm.conf
1 #@TYPE: Machine
2 #@NAME: AM3517 EVM
3 #@DESCRIPTION: Machine configuration for the TI Sitara AM3517 EVM
5 require conf/machine/include/omap3.inc
7 # Use built-in LCD by default
8 XSERVER += "xf86-input-tslib"
9 GUI_MACHINE_CLASS = "smallscreen"
10 MACHINE_FEATURES += "touchscreen ethernet"
12 IMAGE_FSTYPES += "ubi tar.gz"
13 EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
15 SERIAL_CONSOLE = "115200 ttyO2"
16 USE_VT = "2"
18 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
20 # Support for am3517 is in the same tree as am33x
21 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am33x"
22 PREFERRED_PROVIDER_u-boot = "u-boot-am33x"
24 UBOOT_MACHINE = "am3517_evm_config"
25 XLOAD_MACHINE = "am3517evm_config"
27 # NOTE: there are NAND and OneNAND versions of this board...
28 # do ubiattach /dev/ubi_ctrl -m 4
29 # From dmesg:
30 # UBI: smallest flash I/O unit:    2048
31 # UBI: logical eraseblock size:    129024 bytes
32 # from ubiattach stdout:
33 # UBI device number 0, total 1996 LEBs
34 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
36 # do ubiattach /dev/ubi_ctrl -m 4
37 # from dmesg:
38 # UBI: smallest flash I/O unit:    2048
39 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
40 # UBI: sub-page size:              512
41 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"