gdbm: switch to BBCLASSEXTENDED and bump PR
[openembedded.git] / conf / machine / am37x-evm.conf
blobfb10efd59757eafd815d1f231d65fc2669093bce
1 #@TYPE: Machine
2 #@NAME: AM37x EVM
3 #@DESCRIPTION: Machine configuration for the TI AM37x EVM
4 TARGET_ARCH = "arm"
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-input-mouse \
10            xf86-input-tslib \
11            xf86-video-omapfb \
12            xf86-input-keyboard"
14 GUI_MACHINE_CLASS = "smallscreen"
16 require conf/machine/include/omap3.inc
18 # Ship all kernel modules
20 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
21 EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
23 SERIAL_CONSOLE = "115200 ttyS0"
24 USE_VT = "0"
26 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
28 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
29 PREFERRED_VERSION_u-boot = "git"
31 UBOOT_ARCH = "arm"
32 UBOOT_MACHINE = "omap3_evm_config"
33 XLOAD_MACHINE = "omap3evm_config"
35 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
37 # NOTE: there are NAND and OneNAND versions of this board...
39 # do ubiattach /dev/ubi_ctrl -m 4
40 # From dmesg:
41 # UBI: smallest flash I/O unit:    2048
42 # UBI: logical eraseblock size:    129024 bytes
43 # from ubiattach stdout:
44 # UBI device number 0, total 1996 LEBs
45 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
47 # do ubiattach /dev/ubi_ctrl -m 4
48 # from dmesg:
49 # UBI: smallest flash I/O unit:    2048
50 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
51 # UBI: sub-page size:              512
52 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"