]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/omap3evm.conf
u-boot-keystone: modify keystone specific version to use new namespace feature
[glsdk/meta-ti-glsdk.git] / conf / machine / omap3evm.conf
1 #@TYPE: Machine
2 #@NAME: OMAP3 EVM
3 #@DESCRIPTION: Machine configuration for the TI OMAP3 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 += "jffs2 tar.gz"
13 EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
15 SERIAL_CONSOLE = "115200 ttyS0"
16 USE_VT = "0"
18 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
20 EXTRA_IMAGEDEPENDS += "x-load"
22 # NOTE: there are NAND and OneNAND versions of this board...
23 # do ubiattach /dev/ubi_ctrl -m 4
24 # From dmesg:
25 # UBI: smallest flash I/O unit:    2048
26 # UBI: logical eraseblock size:    129024 bytes
27 # from ubiattach stdout:
28 # UBI device number 0, total 1996 LEBs
29 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
31 # do ubiattach /dev/ubi_ctrl -m 4
32 # from dmesg:
33 # UBI: smallest flash I/O unit:    2048
34 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
35 # UBI: sub-page size:              512
36 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"