readme.txt 763 B

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