summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/omap3-touchbook.conf46
1 files changed, 0 insertions, 46 deletions
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf
deleted file mode 100644
index 6c52d9ee..00000000
--- a/conf/machine/omap3-touchbook.conf
+++ /dev/null
@@ -1,46 +0,0 @@
1#@TYPE: Machine
2#@NAME: Always Innovating touchbook
3#@DESCRIPTION: Machine configuration for the http://www.alwaysinnovating.com/touchbook/
4
5PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
6XSERVER = "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"
13
14# Only has DVI connector for external screen
15GUI_MACHINE_CLASS = "bigscreen"
16
17require conf/machine/include/omap3.inc
18
19PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
20
21IMAGE_FSTYPES += "tar.bz2"
22EXTRA_IMAGECMD_jffs2 = "-lnp "
23
24# Guesswork
25SERIAL_CONSOLE = "115200 ttyS2"
26
27UBOOT_MACHINE = "omap3_beagle_config"
28XLOAD_MACHINE = "beagleboard_config"
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
36MKUBIFS_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
43UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
44
45# and sdio
46MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen sgx"