f92311993a51e7c4c1ba833f105128460321275a
1 #@TYPE: Machine
2 #@NAME: Beagleboard machine
3 #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board
5 require conf/machine/include/omap3.inc
7 # Only has DVI connector for external screen
8 GUI_MACHINE_CLASS = "bigscreen"
10 PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
11 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-beagleboard"
12 PREFERRED_PROVIDER_u-boot = "u-boot-beagleboard"
14 IMAGE_FSTYPES += "tar.gz ubi"
15 EXTRA_IMAGECMD_jffs2 = "-lnp"
17 SERIAL_CONSOLE = "115200 ttyO2"
19 UBOOT_MACHINE = "omap3_beagle_config"
21 # do ubiattach /dev/ubi_ctrl -m 4
22 # From dmesg:
23 # UBI: smallest flash I/O unit: 2048
24 # UBI: logical eraseblock size: 129024 bytes
25 # from ubiattach stdout:
26 # UBI device number 0, total 1996 LEBs
27 #
28 # Beagleboard C5 has 3998 LEBS (490MiB)
29 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
31 # do ubiattach /dev/ubi_ctrl -m 4
32 # from dmesg:
33 # UBI: smallest flash I/O unit: 2048
34 # UBI: physical eraseblock size: 131072 bytes (128 KiB)
35 # UBI: sub-page size: 512
36 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
38 # For a modularized kernel we want to drag in networking, sound, rtc etc."
39 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-smsc95xx kernel-module-snd-soc-twl4030 kernel-module-rtc-twl \
40 kernel-module-snd-soc-omap kernel-module-snd-soc-omap-mcbsp kernel-module-snd-soc-omap3beagle"