checksum.ini: Added nbd 2.9.11
[openembedded/mini2440.git] / conf / machine / omap3517-evm.conf
blob77ea2807b9c67317eb1a4237d2a73d78bc2e4bd7
1 #@TYPE: Machine
2 #@NAME: omap3 EVM
3 #@DESCRIPTION: Machine configuration for the TI omap3517 EVM
4 TARGET_ARCH = "arm"
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-input-mouse \
10            xf86-input-tslib \
11            xf86-video-omapfb \
12            xf86-input-keyboard"
14 GUI_MACHINE_CLASS = "smallscreen"
16 require conf/machine/include/omap3.inc
18 # Ship all kernel modules
19 MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules"
21 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
22 EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
24 SERIAL_CONSOLE = "115200 ttyS2"
26 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
28 UBOOT_ARCH = "arm"
29 UBOOT_MACHINE = "omap3517_evm_config"
30 XLOAD_MACHINE = "omap3517evm_config"
32 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen ethernet"
34 # NOTE: there are NAND and OneNAND versions of this board...
36 # do ubiattach /dev/ubi_ctrl -m 4
37 # From dmesg:
38 # UBI: smallest flash I/O unit:    2048
39 # UBI: logical eraseblock size:    129024 bytes
40 # from ubiattach stdout:
41 # UBI device number 0, total 1996 LEBs
42 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
44 # do ubiattach /dev/ubi_ctrl -m 4
45 # from dmesg:
46 # UBI: smallest flash I/O unit:    2048
47 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
48 # UBI: sub-page size:              512
49 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"