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: EPFL mx31moboard |
| 3 |
#@DESCRIPTION: Machine configuration for EPFL mx31moboard |
| 4 |
#@Website: http://mobots.epfl.ch/mx31moboard.html |
| 5 |
|
| 6 |
TARGET_ARCH = "arm" |
| 7 |
|
| 8 |
MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget" |
| 9 |
|
| 10 |
GUI_MACHINE_CLASS = "smallscreen" |
| 11 |
|
| 12 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 13 |
|
| 14 |
require conf/machine/include/tune-arm1136jf-s.inc |
| 15 |
|
| 16 |
# usb networking |
| 17 |
module_conf_g_ether = "alias usb0 g_ether" |
| 18 |
|
| 19 |
# wifi module |
| 20 |
module_conf_rt2570-k2wrlz = "alias rausb0 rt2570" |
| 21 |
|
| 22 |
# tinylogin is broken for our speeds |
| 23 |
IMAGE_LOGIN_MANAGER = "busybox" |
| 24 |
|
| 25 |
# used by sysvinit_2 |
| 26 |
SERIAL_CONSOLE = "-Lh 921600 ttymxc0 vt100" |
| 27 |
|
| 28 |
# used by opie-collections.inc |
| 29 |
ROOT_FLASH_SIZE = "29" |
| 30 |
|
| 31 |
# to avoid annoying jffs2 messages |
| 32 |
EXTRA_IMAGECMD_jffs2 = "--pad=0x1d00000 --little-endian --eraseblock=0x20000" |
| 33 |
|
| 34 |
IMAGE_FSTYPES += "tar.gz" |