readme.txt 617 B

123456789101112131415161718192021222324252627282930
  1. STM32F429 Discovery
  2. ===================
  3. This tutorial describes how to use the predefined Buildroot
  4. configuration for the STM32F429 Discovery evaluation platform.
  5. Building
  6. --------
  7. make stm32f429_disco_defconfig
  8. make
  9. Wire the UART
  10. -------------
  11. Use a USB to TTL adapter, and connect:
  12. - RX to PA9
  13. - TX to PA10
  14. - GND to one of the GND available on the board
  15. The UART is configured at 115200.
  16. Flashing
  17. --------
  18. ./board/stmicroelectronics/stm32f429-disco/flash.sh output/
  19. It will flash the minimal bootloader, the Device Tree Blob, and the
  20. kernel image which includes the root filesystem as initramfs.