]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/omap3-touchbook.conf
hawkboard: remove machine definition, since it's unsupported
[glsdk/meta-ti-glsdk.git] / conf / machine / omap3-touchbook.conf
1 #@TYPE: Machine
2 #@NAME: Always Innovating touchbook
3 #@DESCRIPTION: Machine configuration for the http://www.alwaysinnovating.com/touchbook/
5 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
6 XSERVER = "xserver-xorg \
7            xf86-input-evdev \
8            xf86-input-mouse \
9            xf86-input-tslib \
10            xf86-video-fbdev \
11            xf86-video-omapfb \
12            xf86-input-keyboard"
14 # Only has DVI connector for external screen
15 GUI_MACHINE_CLASS = "bigscreen"
17 require conf/machine/include/omap3.inc
19 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
21 IMAGE_FSTYPES += "tar.bz2"
22 EXTRA_IMAGECMD_jffs2 = "-lnp "
24 # Guesswork
25 SERIAL_CONSOLE = "115200 ttyS2"
27 UBOOT_MACHINE = "omap3_beagle_config"
28 XLOAD_MACHINE = "beagleboard_config"
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"
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"
45 # and sdio
46 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen sgx"