1STM32F469 Discovery 2=================== 3 4This tutorial describes how to use the predefined Buildroot 5configuration for the STM32F469 Discovery evaluation platform. 6 7Internal flash memory stores simple afboot-stm32 bootloader, device tree and 8in place (XIP) kernel with built-in initramfs. No external flash or SD card 9is needed. 10 11Kernel is based on tinyconfig. 12 13Building 14-------- 15 16 make stm32f469_disco_xip_defconfig 17 make 18 19Flashing 20-------- 21 22 ./board/stmicroelectronics/stm32f469-disco/flash.sh output/ 23 24It will flash binary to internal flash memory. 25