summaryrefslogtreecommitdiff
path: root/conf/machine/n2100.conf
blob: 554157ca85633c571ddc5bc9cbf1bb0ef5c6add2 (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
TARGET_ARCH = "arm"
TARGET_OS = "linux"
TARGET_FPU = "soft"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"

SERIAL_CONSOLE="115200 console"
USE_VT="0"

MODUTILS=26
MACHINE_FEATURES= "kernel26 usbhost"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_VERSION_linux = "2.6.20"

# Do we need any kernel modules?
FOONAS_KERNEL = "kernel-module-ext2 kernel-module-usb-storage"

FOONAS_SUPPORT += "fis"

# We want udev support in the image
udevdir = "/dev"
BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"

EXTRA_IMAGECMD_jffs2 += " --little-endian"
ERASEBLOCK_SIZE = "0x20000"	
JFFS2_ROOTFS_SIZE = "0xC80000"
KERNEL_IMAGE_SIZE = "0x280000"
require conf/machine/include/tune-xscale.conf