readme.txt 792 B

12345678910111213141516171819202122232425262728293031
  1. STM32F746-DISCO
  2. ===================
  3. This tutorial describes how to use the predefined Buildroot
  4. configuration for the STM32F746-DISCO evaluation platform.
  5. Building
  6. --------
  7. make stm32f746_disco_sd_defconfig
  8. make
  9. Flashing
  10. --------
  11. ./board/stmicroelectronics/stm32f746-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/stm32f746-disco/genimage.cfg.