]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - configs/nitrogen6sx_defconfig
configs/nitrogen6*: update to use genimage
[coffee/buildroot.git] / configs / nitrogen6sx_defconfig
1 # architecture
2 BR2_arm=y
3 BR2_cortex_a9=y
4
5 # system
6 BR2_TARGET_GENERIC_GETTY=y
7 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
8 BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/nitrogen6x/post-build.sh"
9 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/boundarydevices/nitrogen6x/post-image.sh"
10 BR2_PACKAGE_HOST_GENIMAGE=y
11 BR2_PACKAGE_HOST_UBOOT_TOOLS=y
12
13 # filesystem
14 BR2_TARGET_ROOTFS_EXT2=y
15 BR2_TARGET_ROOTFS_EXT2_4=y
16
17 # Lock headers to match kernel
18 BR2_KERNEL_HEADERS_VERSION=y
19 BR2_DEFAULT_KERNEL_VERSION="3.14.28"
20 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
21
22 # bootloader
23 BR2_TARGET_UBOOT=y
24 BR2_TARGET_UBOOT_BOARDNAME="nitrogen6sx"
25 BR2_TARGET_UBOOT_FORMAT_IMX=y
26 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
27 # Last version of branch boundary-v2015.07
28 BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/a4070a8/u-boot-a4070a8.tar.gz"
29
30 # kernel
31 BR2_LINUX_KERNEL=y
32 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
33 # Last version of branch boundary-imx_3.14.28_1.0.0_ga
34 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/d7a412b/linux-imx6-d7a412b.tar.gz"
35 BR2_LINUX_KERNEL_DEFCONFIG="boundary"
36 BR2_LINUX_KERNEL_ZIMAGE=y
37 BR2_LINUX_KERNEL_INSTALL_TARGET=y
38 BR2_LINUX_KERNEL_DTS_SUPPORT=y
39 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sx-nitrogen6sx"