This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: IGEP0020 machine |
| 3 |
#@DESCRIPTION: Machine configuration for the http://www.myigep.com/ IGEP v2.x boards |
| 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 |
require conf/machine/include/omap3.inc |
| 17 |
|
| 18 |
PREFERRED_PROVIDER_virtual/kernel = "linux-igep2" |
| 19 |
|
| 20 |
KERNEL_IMAGETYPE = "uImage" |
| 21 |
|
| 22 |
UBOOT_MACHINE = "omap3_igep0020b_config" |
| 23 |
|
| 24 |
XLOAD_MACHINE = "igep0020-flash_config" |
| 25 |
|
| 26 |
IMAGE_FSTYPES += "tar.bz2 ubi" |
| 27 |
|
| 28 |
# Guesswork |
| 29 |
SERIAL_CONSOLE = "115200 ttyS2" |
| 30 |
|
| 31 |
# do ubiattach /dev/ubi_ctrl -m 4 |
| 32 |
# From dmesg: |
| 33 |
# UBI: smallest flash I/O unit: 2048 |
| 34 |
# UBI: logical eraseblock size: 129024 bytes |
| 35 |
# from ubiattach stdout: |
| 36 |
# UBI device number 0, total 1996 LEBs |
| 37 |
MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996" |
| 38 |
|
| 39 |
# do ubiattach /dev/ubi_ctrl -m 4 |
| 40 |
# from dmesg: |
| 41 |
# UBI: smallest flash I/O unit: 2048 |
| 42 |
# UBI: physical eraseblock size: 131072 bytes (128 KiB) |
| 43 |
# UBI: sub-page size: 512 |
| 44 |
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" |
| 45 |
|
| 46 |
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" |