readme.txt 800 B

1234567891011121314151617181920212223242526272829303132
  1. STM32F769 Discovery
  2. ===================
  3. This tutorial describes how to use the predefined Buildroot
  4. configuration for the STM32F769 Discovery evaluation platform.
  5. Building
  6. --------
  7. make stm32f769_disco_sd_defconfig
  8. make
  9. Flashing
  10. --------
  11. ./board/stmicroelectronics/stm32f769-disco/flash_sd.sh output/
  12. It will flash the U-boot bootloader.
  13. Creating SD card
  14. ----------------
  15. Buildroot prepares an"sdcard.img" image in the output/images/ directory,
  16. ready to be dumped on a SD card. Launch the following command as root:
  17. dd if=output/images/sdcard.img of=/dev/<your-sd-device>
  18. *** WARNING! This will destroy all the card content. Use with care! ***
  19. For details about the medium image layout and its content, see the
  20. definition in board/stmicroelectronics/stm32f769-disco/genimage.cfg.