increase dvbapp PR.
[vuplus_openembedded] / conf / machine / omap4430-sdp.conf
1 #@TYPE: Machine
2 #@NAME: OMAP4430 SDP
3 #@DESCRIPTION: Machine configuration for the OMAP4430 SDP
4 TARGET_ARCH = "arm"
5
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-fbdev \
12            xf86-input-keyboard"
13
14 # Only has DVI connector for external screen
15 GUI_MACHINE_CLASS = "bigscreen"
16
17 # Use omap3 include for the time being
18 require conf/machine/include/omap3.inc
19
20 IMAGE_FSTYPES += "tar.bz2"
21 EXTRA_IMAGECMD_jffs2 = "-lnp "
22
23 # Guesswork
24 SERIAL_CONSOLE = "115200 ttyS2"
25
26 UBOOT_MACHINE = "omap3_beagle_config"
27
28 # Copied from beagle config, needs checking:
29
30 # do ubiattach /dev/ubi_ctrl -m 4
31 # From dmesg:
32 # UBI: smallest flash I/O unit:    2048
33 # UBI: logical eraseblock size:    129024 bytes
34 # from ubiattach stdout:
35 # UBI device number 0, total 1996 LEBs
36 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
37
38 # do ubiattach /dev/ubi_ctrl -m 4
39 # from dmesg:
40 # UBI: smallest flash I/O unit:    2048
41 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
42 # UBI: sub-page size:              512
43 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
44
45
46 PREFERRED_VERSION_u-boot = "git"
47
48 # and sdio
49 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"