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: Atmel AT91SAM9RLEK Development Platform |
| 3 |
#@DESCRIPTION: Machine configuration for the at91sam9rlek development board with a at91sam9rl64 processor |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
#PACKAGE_EXTRA_ARCHS = "armv4t armv5te" |
| 7 |
|
| 8 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 9 |
PREFERRED_VERSION_linux = "2.6.28" |
| 10 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 11 |
|
| 12 |
KERNEL_IMAGETYPE = "uImage" |
| 13 |
UBOOT_MACHINE = "at91sam9rlek_config" |
| 14 |
|
| 15 |
PREFERRED_VERSION_at91bootstrap = "2.10" |
| 16 |
|
| 17 |
#don't try to access tty1 |
| 18 |
USE_VT = "0" |
| 19 |
|
| 20 |
MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget screen touchscreen" |
| 21 |
EXTRA_IMAGEDEPENDS += "u-boot" |
| 22 |
#EXTRA_IMAGEDEPENDS += "at91bootstrap" |
| 23 |
|
| 24 |
# used by sysvinit_2 |
| 25 |
SERIAL_CONSOLE = "115200 ttyS0" |
| 26 |
IMAGE_FSTYPES ?= "jffs2" |
| 27 |
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" |
| 28 |
|
| 29 |
require conf/machine/include/tune-arm926ejs.inc |