[Buildroot] [PATCH v2 15/15] configs: Add a tested working STM32F429-DISCO defconfig

Lee Jones lee.jones at linaro.org
Mon Feb 22 18:59:29 UTC 2016


Unfortunately, the toolchain built with Buildroot does not currently
support this platform.  Thus, the tested-working one is being referenced
instead.  Once the Buildroot toolchain works, this will be swapped out.

You'll notice, in contrast to the STM32F469, there aren't any patch
directories required for this board.  That's because it is well
supported in each of the upstream repos, and has been for some time.

Signed-off-by: Lee Jones <lee.jones at linaro.org>
---
 configs/stm32f429_disco_defconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 configs/stm32f429_disco_defconfig

diff --git a/configs/stm32f429_disco_defconfig b/configs/stm32f429_disco_defconfig
new file mode 100644
index 0000000..8cfd548
--- /dev/null
+++ b/configs/stm32f429_disco_defconfig
@@ -0,0 +1,16 @@
+BR2_arm=y
+BR2_cortex_m3=y
+BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
+BR2_TARGET_ROOTFS_INITRAMFS=y
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_LATEST_VERSION=y
+BR2_LINUX_KERNEL_USE_DEFCONFIG=y
+BR2_LINUX_KERNEL_DEFCONFIG="stm32"
+BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
+BR2_LINUX_KERNEL_GZIP=y
+BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="xipImage"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_USE_INTREE_DTS=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f429-disco"
+BR2_TARGET_AFBOOT_STM32=y
+BR2_PACKAGE_HOST_OPENOCD=y
-- 
1.9.1




More information about the buildroot mailing list