]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/beagleboard.conf
b3604a52667dc48b76aed2e792d800b65e788977
[glsdk/meta-ti-glsdk.git] / conf / machine / beagleboard.conf
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 # SPL build
18 EXTRA_IMAGEDEPENDS = "u-boot"
20 PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
22 IMAGE_FSTYPES += "tar.gz ubi"
23 EXTRA_IMAGECMD_jffs2 = "-lnp "
25 # Guesswork
26 SERIAL_CONSOLE = "115200 ttyO2"
28 UBOOT_MACHINE = "omap3_beagle_config"
30 # do ubiattach /dev/ubi_ctrl -m 4
31 # From dmesg:
32 # UBI: smallest flash I/O unit:    2048
33 # UBI: logical eraseblock size:    129024 bytes
34 # from ubiattach stdout:
35 # UBI device number 0, total 1996 LEBs
36
37 # Beagleboard C5 has 3998 LEBS (490MiB)
38 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
40 # do ubiattach /dev/ubi_ctrl -m 4
41 # from dmesg:
42 # UBI: smallest flash I/O unit:    2048
43 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
44 # UBI: sub-page size:              512
45 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
47 # and sdio
48 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
50 # For a modularized kernel we want to drag in networking, sound, rtc etc."
51 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-smsc95xx kernel-module-snd-soc-twl4030 kernel-module-rtc-twl"