Files
buildroot/board/stmicroelectronics/stm32h747-disco
Dario Binacchi 2547ad8dfe configs/stm32h747_disco_sd: bump Linux to 6.18.39 and U-Boot to 2026.07
The patch bumps the Linux kernel to version 6.18.39 and U-Boot to
version 2026.07.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-21 22:19:57 +02:00
..

STM32H747 Discovery
===================

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

Building
--------

  make stm32h747_disco_sd_defconfig
  make

Flashing
--------

  ./board/stmicroelectronics/stm32h747-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/stm32h747-disco/genimage.cfg.