5ba47c2d4e
The version of the kernel and its headers must be explicitly set because if you keep the default setting, the kernel is continuously updated in buildroot with the risk that its image + dtb grow so much that it again exceeds the 2 MByte of the flash module. Signed-off-by: Dario Binacchi <dariobin@libero.it> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
22 lines
837 B
Plaintext
22 lines
837 B
Plaintext
BR2_arm=y
|
|
BR2_cortex_m4=y
|
|
BR2_KERNEL_HEADERS_5_15=y
|
|
# BR2_UCLIBC_INSTALL_UTILS is not set
|
|
BR2_GCC_ENABLE_LTO=y
|
|
BR2_ROOTFS_POST_BUILD_SCRIPT="board/stmicroelectronics/common/stm32f4xx/stm32-post-build.sh"
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.6"
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32f469-disco/linux-xip.config"
|
|
BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
|
|
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="xipImage"
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f469-disco"
|
|
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
|
|
BR2_TARGET_ROOTFS_INITRAMFS=y
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
BR2_TARGET_AFBOOT_STM32=y
|
|
BR2_TARGET_AFBOOT_STM32_KERNEL_ADDR=0x0800C000
|
|
BR2_PACKAGE_HOST_OPENOCD=y
|