1 #@TYPE: Machine
2 #@NAME: Beagleboard machine
3 #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board
5 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
6 XSERVER = "xserver-xorg \
7 xf86-input-evdev \
8 xf86-input-mouse \
9 xf86-video-omapfb \
10 xf86-input-keyboard"
12 # Only has DVI connector for external screen
13 GUI_MACHINE_CLASS = "bigscreen"
15 require conf/machine/include/omap3.inc
17 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
19 IMAGE_FSTYPES += "tar.bz2 ubi"
20 EXTRA_IMAGECMD_jffs2 = "-lnp "
22 # Guesswork
23 SERIAL_CONSOLE = "115200 ttyO2"
25 UBOOT_MACHINE = "omap3_beagle_config"
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 #
34 # Beagleboard C5 has 3998 LEBS (490MiB)
35 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
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 = "-m 2048 -p 128KiB -s 512"
44 # and sdio
45 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"