summaryrefslogtreecommitdiff
path: root/conf/machine/mtcap.conf
blob: 8928aec9b20df85e65db8550115f25842954de4d (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
36
37
38
39
#@TYPE: Machine
#@Name: MTCAP
#@DESCRIPTION: Machine configuration for the MTCAP hardware

require conf/machine/include/tune-arm926ejs.inc

MACHINE_FEATURES = "ext2 ext3 usbhost usbgadget ppp"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_VERSION_linux = "3.12.%"

# No EXAR chip present on an MTR.

DEFAULTTUNE = "arm926ejs"
TUNE_CCARGS = " -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s"
TUNE_FEATURES = "arm armv5 thumb dsp arm926ejs"
ARMPKGSFX_THUMB="t"

# used by sysvinit_2
SERIAL_CONSOLES = "115200;ttyS0"
#don't try to access tty1
USE_VT = "0"

UBOOT_MACHINE = "at91sam9x5ek_nandflash_config"
PREFERRED_VERSION_u-boot = "2016.09.01"

AT91BOOTSTRAP_BOARD = "at91sam9x5eknf_uboot"
PREFERRED_VERSION_at91bootstrap = "3.5.3"

KERNEL_IMAGETYPE = "uImage"
# remove kernel-image from rootfs by overriding kernel-base DEPS
RDEPENDS_kernel-base = ""

EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"

IMAGE_FSTYPES =+ "jffs2 tar.gz"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n"

UBOOT_ENTRYPOINT = "0x20008000"
UBOOT_LOADADDRESS = "0x20008000"