1
#@TYPE: Machine
2
#@NAME: CM-T35 machine
3
#@DESCRIPTION: Machine configuration for the CompuLab CM-T35 board (http://www.compulab.co.il/t3530/html/t3530-cm-datasheet.htm)
4
5
TARGET_ARCH = "arm"
6
7
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
8
XSERVER = "xserver-xorg \
9
           xf86-input-evdev \
10
           xf86-input-mouse \
11
	   xf86-input-evtouch \
12
	   xf86-input-tslib \
13
           xf86-video-omapfb \
14
           xf86-input-keyboard"
15
16
GUI_MACHINE_CLASS = "bigscreen"
17
18
require conf/machine/include/omap3.inc
19
20
IMAGE_FSTYPES += "tar.bz2 ubi"
21
EXTRA_IMAGECMD_jffs2 = "-lnp "
22
23
# Guesswork
24
SERIAL_CONSOLE = "115200 ttyS2"
25
26
UBOOT_MACHINE = "cm_t35_config"
27
PREFERRED_VERSION_u-boot = "git"
28
29
# do ubiattach /dev/ubi_ctrl -m 4
30
# From dmesg:
31
# UBI: smallest flash I/O unit:    2048
32
# UBI: logical eraseblock size:    126976 bytes
33
# from ubiattach stdout:
34
# UBI device number 0, total 4039 LEBs
35
MKUBIFS_ARGS = "-m 2048 -e 126976 -c 4039"
36
37
# do ubiattach /dev/ubi_ctrl -m 4
38
# from dmesg:
39
# UBI: smallest flash I/O unit:    2048
40
# UBI: physical eraseblock size:   131072 bytes (128 KiB)
41
# UBI: sub-page size:              512
42
UBINIZE_ARGS = "-O 2048 -m 2048 -p 128KiB"
43
44
MACHINE_EXTRA_RRECOMMENDS = "marvell-sdio-fw"
45
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa wifi ext2"