readme.txt
1STM32F429 Discovery
2===================
3
4This tutorial describes how to use the predefined Buildroot
5configuration for the STM32F429 Discovery evaluation platform.
6
7Supported HW
8------------
9
10 - STM32F429I-DISCO evaluation board
11 - STM32F429I-DISC1 evaluation board
12
13Building
14--------
15
16 make stm32f429_disco_defconfig
17 make
18
19Wire the UART
20-------------
21
22Use a USB to TTL adapter, and connect:
23
24 - RX to PA9
25 - TX to PA10
26 - GND to one of the GND available on the board
27
28The UART is configured at 115200.
29
30Flashing
31--------
32
33 ./board/stmicroelectronics/stm32f429-disco/flash.sh output/ \
34 {stm32f429discovery|stm32f429disc1}
35
36It will flash the minimal bootloader, the Device Tree Blob, and the
37kernel image which includes the root filesystem as initramfs.
38