buildroot/board/stmicroelectronics/stm32f769-disco
Dario Binacchi 9ec04210b8 configs/stm32f769_disco_sd: bump Linux to 5.15.167 and U-Boot to 2024.10
The patch bumps the Linux kernel to version 5.15.167 and U-Boot to
version 2024.10.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-10-26 15:31:50 +02:00
..
patches configs/stm32f769_disco_sd: bump Linux to 5.15.167 and U-Boot to 2024.10 2024-10-26 15:31:50 +02:00
extlinux.conf board/stm32f769-disco: move kernel and DTB to rootfs partition 2024-10-06 16:04:02 +02:00
flash_sd.sh configs/stm32f769_disco_sd_defconfig: new defconfig 2023-05-13 20:03:42 +02:00
genimage.cfg board/stm32f769-disco: move kernel and DTB to rootfs partition 2024-10-06 16:04:02 +02:00
linux-sd.fragment configs/stm32f769_disco_sd_defconfig: new defconfig 2023-05-13 20:03:42 +02:00
post-build.sh board/stm32f769-disco: move kernel and DTB to rootfs partition 2024-10-06 16:04:02 +02:00
readme.txt configs/stm32f769_disco_sd_defconfig: new defconfig 2023-05-13 20:03:42 +02:00

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.