buildroot/board/stmicroelectronics/stm32f769-disco
Dario Binacchi 9c1fabc1ac configs/stm32f769_disco_sd: add hashes
The patch adds .hash files for Linux, Linux headers and U-Boot and then
enables BR2_DOWNLOAD_FORCE_CHECK_HASHES. With this, we can now drop the
defconfig from .checkpackageignore.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-06-06 15:14:36 +02:00
..
patches configs/stm32f769_disco_sd: add hashes 2024-06-06 15:14:36 +02:00
extlinux.conf
flash_sd.sh
genimage.cfg
linux-sd.fragment
post-build.sh
readme.txt

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.