]> Git Repo - buildroot-mgba.git/blob - configs/raspberrypi3_defconfig
configs/qemu_*: bump kernel version to 5.4.42
[buildroot-mgba.git] / configs / raspberrypi3_defconfig
1 BR2_arm=y
2 BR2_cortex_a53=y
3 BR2_ARM_FPU_NEON_VFPV4=y
4
5 BR2_TOOLCHAIN_BUILDROOT_CXX=y
6
7 BR2_SYSTEM_DHCP="eth0"
8
9 # Linux headers same as kernel, a 4.19 series
10 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
11
12 BR2_LINUX_KERNEL=y
13 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
14 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,676fd5a6f2a9b365da0e0371ef11acbb74cb69d5)/linux-676fd5a6f2a9b365da0e0371ef11acbb74cb69d5.tar.gz"
15 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
16
17 # Build the DTB from the kernel sources
18 BR2_LINUX_KERNEL_DTS_SUPPORT=y
19 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-3-b-plus bcm2710-rpi-cm3"
20
21 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
22
23 BR2_PACKAGE_RPI_FIRMWARE=y
24
25 # Required tools to create the SD image
26 BR2_PACKAGE_HOST_DOSFSTOOLS=y
27 BR2_PACKAGE_HOST_GENIMAGE=y
28 BR2_PACKAGE_HOST_MTOOLS=y
29
30 # Filesystem / image
31 BR2_TARGET_ROOTFS_EXT2=y
32 BR2_TARGET_ROOTFS_EXT2_4=y
33 BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
34 # BR2_TARGET_ROOTFS_TAR is not set
35 BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi3/post-build.sh"
36 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi3/post-image.sh"
37 BR2_ROOTFS_POST_SCRIPT_ARGS="--add-miniuart-bt-overlay"
This page took 0.028611 seconds and 4 git commands to generate.