python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / stmicroelectronics / stm32f469-disco / readme.txt
blob888bff08a1f1b366a52599dd18ad9f0b3bacd0d6
1 STM32F469 Discovery
2 ===================
4 This tutorial describes how to use the predefined Buildroot
5 configuration for the STM32F469 Discovery evaluation platform.
7 Building
8 --------
10   make stm32f469_disco_defconfig
11   make
13 Flashing
14 --------
16   ./board/stmicroelectronics/stm32f469-disco/flash.sh output/
18 It will flash the minimal bootloader, the Device Tree Blob, and the
19 kernel image which includes the root filesystem as initramfs.