aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mx31moboard.conf
blob: a1a5212ee953496a3a89cf94cb0f6c409a3b5d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#@TYPE: Machine
#@Name: EPFL mx31moboard
#@DESCRIPTION: Machine configuration for EPFL mx31moboard
#@Website: http://mobots.epfl.ch/mx31moboard.html

TARGET_ARCH = "arm"

MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"

GUI_MACHINE_CLASS = "smallscreen"

PREFERRED_PROVIDER_virtual/kernel = "linux"

require conf/machine/include/tune-arm1136jf-s.inc

# usb networking
module_conf_g_ether = "alias usb0 g_ether"

# wifi module
module_conf_rt2570-k2wrlz = "alias rausb0 rt2570"

# tinylogin is broken for our speeds
IMAGE_LOGIN_MANAGER = "busybox"

# used by sysvinit_2
SERIAL_CONSOLE = "-Lh 921600 ttymxc0 vt100"

# used by opie-collections.inc
ROOT_FLASH_SIZE = "29"

# to avoid annoying jffs2 messages
EXTRA_IMAGECMD_jffs2 = "--pad=0x1d00000 --little-endian --eraseblock=0x20000"

IMAGE_FSTYPES += "tar.gz"