readme.txt 437 B

12345678910111213141516171819
  1. STM32F469 Discovery
  2. ===================
  3. This tutorial describes how to use the predefined Buildroot
  4. configuration for the STM32F469 Discovery evaluation platform.
  5. Building
  6. --------
  7. make stm32f469_disco_defconfig
  8. make
  9. Flashing
  10. --------
  11. ./board/stmicroelectronics/stm32f469-disco/flash.sh output/
  12. It will flash the minimal bootloader, the Device Tree Blob, and the
  13. kernel image which includes the root filesystem as initramfs.