cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/stmicroelectronics/stm32f769-disco
Jessica 79f05960bf added i686 2026-07-07 11:25:11 -04:00
..
patches added i686 2026-07-07 11:25:11 -04:00
extlinux.conf added i686 2026-07-07 11:25:11 -04:00
flash_sd.sh added i686 2026-07-07 11:25:11 -04:00
genimage.cfg added i686 2026-07-07 11:25:11 -04:00
linux-sd.fragment added i686 2026-07-07 11:25:11 -04:00
post-build.sh added i686 2026-07-07 11:25:11 -04:00
readme.txt added i686 2026-07-07 11:25:11 -04:00

readme.txt

STM32F769 Discovery
===================

This tutorial describes how to use the predefined Buildroot
configuration for the STM32F769 Discovery evaluation platform.

Building
--------

  make stm32f769_disco_sd_defconfig
  make

Flashing
--------

  ./board/stmicroelectronics/stm32f769-disco/flash_sd.sh output/

It will flash the U-boot bootloader.

Creating SD card
----------------

Buildroot prepares an"sdcard.img" image in the output/images/ directory,
ready to be dumped on a SD card. Launch the following command as root:

  dd if=output/images/sdcard.img of=/dev/<your-sd-device>

*** WARNING! This will destroy all the card content. Use with care! ***

For details about the medium image layout and its content, see the
definition in board/stmicroelectronics/stm32f769-disco/genimage.cfg.