imote2.conf: Remove misleading comment.
[openembedded.git] / conf / machine / omapzoom.conf
1 #@TYPE: Machine
2 #@NAME: omapzoom machine
3 #@DESCRIPTION: Machine configuration for the http://omapzoom.org board
4 TARGET_ARCH = "arm"
5
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-input-tslib \
10            xf86-input-mouse \
11            xf86-video-omapfb \
12            xf86-input-keyboard"
13
14 # Only has DVI connector for external screen
15 GUI_MACHINE_CLASS = "bigscreen"
16
17 require conf/machine/include/omap3.inc
18
19 IMAGE_FSTYPES += "tar.bz2 jffs2"
20 EXTRA_IMAGECMD_jffs2 = "-lnp "
21
22 # Guesswork
23 SERIAL_CONSOLE = "115200 ttyS2"
24
25 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
26
27 KERNEL_IMAGETYPE = "uImage"
28
29 UBOOT_ENTRYPOINT = "0x80008000"
30 UBOOT_LOADADDRESS = "0x80008000"
31 UBOOT_MACHINE = "omap3_zoom1_config"
32
33 # do ubiattach /dev/ubi_ctrl -m 4
34 # From dmesg:
35 # UBI: smallest flash I/O unit:    2048
36 # UBI: logical eraseblock size:    129024 bytes
37 # from ubiattach stdout:
38 # UBI device number 0, total 1996 LEBs
39 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
40
41 # do ubiattach /dev/ubi_ctrl -m 4
42 # from dmesg:
43 # UBI: smallest flash I/O unit:    2048
44 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
45 # UBI: sub-page size:              512
46 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
47
48
49 PREFERRED_VERSION_u-boot = "git"
50 #EXTRA_IMAGEDEPENDS += "u-boot x-load"
51
52 # and sdio
53 MACHINE_FEATURES = "kernel26 touchscreen phone screen apm usbgadget usbhost vfat alsa"