Merge commit 'origin/org.openembedded.dev' into org.openembedded.dev
[vuplus_openembedded] / conf / machine / beagleboard.conf
1 #@TYPE: Machine
2 #@NAME: Beagleboard machine
3 #@DESCRIPTION: Machine configuration for the http://beagleboard.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-mouse \
10            xf86-video-omapfb \
11            xf86-input-keyboard"
12
13 # Only has DVI connector for external screen
14 GUI_MACHINE_CLASS = "bigscreen"
15
16 #include conf/machine/include/tune-arm1136jf-s.inc
17 # requires gcc 4.3.0:
18 include conf/machine/include/tune-cortexa8.inc
19
20
21 IMAGE_FSTYPES += "tar.bz2 jffs2"
22 EXTRA_IMAGECMD_jffs2 = "-lnp "
23
24 # Guesswork
25 SERIAL_CONSOLE = "115200 ttyS2"
26
27 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
28
29 KERNEL_IMAGETYPE = "uImage"
30
31 UBOOT_ENTRYPOINT = "0x80008000"
32 UBOOT_LOADADDRESS = "0x80008000"
33 UBOOT_MACHINE = "omap3_beagle_config"
34
35 # do ubiattach /dev/ubi_ctrl -m 4
36 # From dmesg:
37 # UBI: smallest flash I/O unit:    2048
38 # UBI: logical eraseblock size:    129024 bytes
39 # from ubiattach stdout:
40 # UBI device number 0, total 1996 LEBs
41 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
42
43 # do ubiattach /dev/ubi_ctrl -m 4
44 # from dmesg:
45 # UBI: smallest flash I/O unit:    2048
46 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
47 # UBI: sub-page size:              512
48 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
49
50
51 PREFERRED_VERSION_u-boot = "git"
52 EXTRA_IMAGEDEPENDS += "u-boot x-load"
53
54 MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules "
55 # and sdio
56 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"