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: Crossbow iMote2 |
| 3 |
#@DESCRIPTION: Machine configuration for Crossbow iMote 2 |
| 4 |
TARGET_ARCH = "arm" |
| 5 |
|
| 6 |
PREFERRED_PROVIDER_virtual/kernel = "linux-zigbee" |
| 7 |
|
| 8 |
PACKAGE_EXTRA_ARCHS = " iwmmxt" |
| 9 |
|
| 10 |
KERNEL_IMAGETYPE = "zImage" |
| 11 |
IMAGE_FSTYPE += "jffs2" |
| 12 |
EXTRA_IMAGECMD_jffs2 = "--little-endian --pad=0x01DC0000 --eraseblock=0x20000" |
| 13 |
|
| 14 |
CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 console=ttyS2,115200 mem=32M" |
| 15 |
|
| 16 |
SERIAL_CONSOLE = "115200 ttyS2" |
| 17 |
|
| 18 |
require conf/machine/include/tune-xscale.inc |
| 19 |
|
| 20 |
ROOT_FLASH_SIZE ?= "30" |
| 21 |
|
| 22 |
MACHINE_FEATURES = "kernel26 usbgadget alsa iwmmxt" |