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: chumby Falconwing i.MX233-based boards |
| 3 |
#@DESCRIPTION: Machine configuration for chumby Falconwing platform |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
MACHINE_GUI_CLASS = "smallscreen" |
| 8 |
MACHINE_DISPLAY_WIDTH_PIXELS = "320" |
| 9 |
MACHINE_DISPLAY_HEIGHT_PIXELS = "240" |
| 10 |
|
| 11 |
PREFERRED_PROVIDER_virtual/kernel = "linux-imx" |
| 12 |
PREFERRED_PROVIDER_virtual/bootloader = "bootstream-chumby-falconwing" |
| 13 |
|
| 14 |
require conf/machine/include/tune-arm926ejs.inc |
| 15 |
|
| 16 |
# used by sysvinit_2 |
| 17 |
SERIAL_CONSOLE = "115200 ttyAM0" |
| 18 |
|
| 19 |
ROOT_FLASH_SIZE = "128" |
| 20 |
|
| 21 |
MACHINE_FEATURES = "kernel26 usbhost touchscreen ext2 ext3 vfat keyboard alsa" |
| 22 |
IMAGE_FSTYPES = "ext3.gz tar.gz" |