2 #@NAME: omapzoom machine
3 #@DESCRIPTION: Machine configuration for the http://omapzoom.org board
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
14 # Only has DVI connector for external screen
15 GUI_MACHINE_CLASS = "bigscreen"
17 #include conf/machine/include/tune-arm1136jf-s.inc
19 include conf/machine/include/tune-cortexa8.inc
22 IMAGE_FSTYPES += "tar.bz2 jffs2"
23 EXTRA_IMAGECMD_jffs2 = "-lnp "
26 SERIAL_CONSOLE = "115200 ttyS2"
28 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
30 KERNEL_IMAGETYPE = "uImage"
32 UBOOT_ENTRYPOINT = "0x80008000"
33 UBOOT_LOADADDRESS = "0x80008000"
34 UBOOT_MACHINE = "omap3_zoom1_config"
36 # do ubiattach /dev/ubi_ctrl -m 4
38 # UBI: smallest flash I/O unit: 2048
39 # UBI: logical eraseblock size: 129024 bytes
40 # from ubiattach stdout:
41 # UBI device number 0, total 1996 LEBs
42 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
44 # do ubiattach /dev/ubi_ctrl -m 4
46 # UBI: smallest flash I/O unit: 2048
47 # UBI: physical eraseblock size: 131072 bytes (128 KiB)
48 # UBI: sub-page size: 512
49 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
52 PREFERRED_VERSION_u-boot = "git"
53 #EXTRA_IMAGEDEPENDS += "u-boot x-load"
55 #MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules "
57 MACHINE_FEATURES = "kernel26 touchscreen phone screen apm usbgadget usbhost vfat alsa"