1
#@TYPE: Machine
2
#@NAME: overo machine
3
#@DESCRIPTION: Machine configuration for the Gumstix Overo
4
5
require conf/machine/include/omap3.inc
6
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
7
8
TARGET_ARCH = "arm"
9
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen"
10
11
UBOOT_MACHINE_overo = "omap3_overo_config"
12
13
SERIAL_CONSOLE = "115200 ttyS2"
14
15
IMAGE_FSTYPES += "tar.bz2"
16
17
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
18
XSERVER = "xserver-xorg \
19
           xf86-input-evdev \
20
           xf86-input-mouse \
21
           xf86-input-tslib \
22
           xf86-video-omapfb \
23
           xf86-input-keyboard"
24
25
GUI_MACHINE_CLASS = "bigscreen"
26
27
# do ubiattach /dev/ubi_ctrl -m 4
28
# From dmesg:
29
# UBI: smallest flash I/O unit:    2048
30
# UBI: logical eraseblock size:    129024 bytes
31
# from ubiattach stdout:
32
# UBI device number 0, total 1996 LEBs
33
MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
34
35
# do ubiattach /dev/ubi_ctrl -m 4
36
# from dmesg:
37
# UBI: smallest flash I/O unit:    2048
38
# UBI: physical eraseblock size:   131072 bytes (128 KiB)
39
# UBI: sub-page size:              512
40
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"