]> Git Repo - buildroot-mgba.git/blame - configs/nitrogen6x_defconfig
configs/ti_am62x_sk: bump Linux to 6.8.12 and U-Boot to 2024.07
[buildroot-mgba.git] / configs / nitrogen6x_defconfig
CommitLineData
913b9165
PK
1# architecture
2BR2_arm=y
3BR2_cortex_a9=y
341bc36d
GB
4BR2_ARM_ENABLE_NEON=y
5BR2_ARM_ENABLE_VFP=y
6BR2_ARM_FPU_VFPV3=y
913b9165
PK
7
8# system
9BR2_TARGET_GENERIC_GETTY=y
10BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
85721034
GB
11BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/common/post-build.sh"
12BR2_ROOTFS_POST_IMAGE_SCRIPT="board/boundarydevices/common/post-image.sh"
7df1e23c 13BR2_PACKAGE_HOST_GENIMAGE=y
913b9165
PK
14
15# filesystem
16BR2_TARGET_ROOTFS_EXT2=y
7df1e23c 17BR2_TARGET_ROOTFS_EXT2_4=y
913b9165 18
124f1d72
GB
19# Linux headers same as kernel, a 6.1 series
20BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
2b8937f2 21
913b9165
PK
22# bootloader
23BR2_TARGET_UBOOT=y
505ae63b 24BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
f85b682a 25BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
fd96b942 26# Latest revision of branch boundary-v2022.04
5328ac52 27BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-boot/archive/7e7eff74.tar.gz"
505ae63b
GB
28BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nitrogen6q"
29BR2_TARGET_UBOOT_FORMAT_IMX=y
717762b5 30BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
6ea9f662
MW
31BR2_PACKAGE_HOST_UBOOT_TOOLS=y
32BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
33BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/boundarydevices/common/boot.cmd"
913b9165
PK
34
35# kernel
36BR2_LINUX_KERNEL=y
f85b682a 37BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
124f1d72
GB
38# Latest revision of branch boundary-imx_6.1.y
39BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux/archive/4470b050.tar.gz"
5e51be2e 40BR2_LINUX_KERNEL_DEFCONFIG="boundary"
913b9165 41BR2_LINUX_KERNEL_INSTALL_TARGET=y
d8bbfe75 42BR2_LINUX_KERNEL_DTS_SUPPORT=y
0401a61e 43BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_vm imx6dl-nitrogen6x imx6q-nitrogen6x imx6dl-nitrogen6_som2 imx6q-nitrogen6_som2 imx6qp-nitrogen6_som2 imx6q-nitrogen6_max imx6qp-nitrogen6_max imx6q-sabrelite"
fbdef3e0 44BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
This page took 1.071108 seconds and 4 git commands to generate.