python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / board / stmicroelectronics / stm32f429-disco / readme.txt
blob43a25b42000ec115d5079c603ceaebad93098c62
1 STM32F429 Discovery
2 ===================
4 This tutorial describes how to use the predefined Buildroot
5 configuration for the STM32F429 Discovery evaluation platform.
7 Building
8 --------
10   make stm32f429_disco_defconfig
11   make
13 Wire the UART
14 -------------
16 Use a USB to TTL adapter, and connect:
18  - RX to PA9
19  - TX to PA10
20  - GND to one of the GND available on the board
22 The UART is configured at 115200.
24 Flashing
25 --------
27   ./board/stmicroelectronics/stm32f429-disco/flash.sh output/
29 It will flash the minimal bootloader, the Device Tree Blob, and the
30 kernel image which includes the root filesystem as initramfs.