]> Git Repo - buildroot-mgba.git/blame - configs/raspberrypi4_defconfig
configs/olimex_a20_olinuxino_lime2: bump to Linux kernel 5.14.13 and u-boot 2021.10
[buildroot-mgba.git] / configs / raspberrypi4_defconfig
CommitLineData
fa1ce849
MC
1BR2_arm=y
2BR2_cortex_a72=y
3BR2_ARM_FPU_NEON_VFPV4=y
4
5BR2_TOOLCHAIN_BUILDROOT_CXX=y
6
7BR2_SYSTEM_DHCP="eth0"
8
e934f23c
PS
9# Linux headers same as kernel, a 5.10 series
10BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
fa1ce849
MC
11
12BR2_LINUX_KERNEL=y
13BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
ff0e0678 14BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,24c8b0546a820222a1ebcfe606dfacb0e228c466)/linux-24c8b0546a820222a1ebcfe606dfacb0e228c466.tar.gz"
fa1ce849
MC
15BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
16
17# Build the DTB from the kernel sources
18BR2_LINUX_KERNEL_DTS_SUPPORT=y
19BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2711-rpi-4-b"
20
21BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
22
23BR2_PACKAGE_RPI_FIRMWARE=y
24BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4=y
689b9ac4 25BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi4/config_4.txt"
fa1ce849
MC
26
27# Required tools to create the SD image
28BR2_PACKAGE_HOST_DOSFSTOOLS=y
29BR2_PACKAGE_HOST_GENIMAGE=y
30BR2_PACKAGE_HOST_MTOOLS=y
31
32# Filesystem / image
33BR2_TARGET_ROOTFS_EXT2=y
34BR2_TARGET_ROOTFS_EXT2_4=y
35BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
36# BR2_TARGET_ROOTFS_TAR is not set
37BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi4/post-build.sh"
38BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi4/post-image.sh"
This page took 0.233112 seconds and 4 git commands to generate.