Dario Binacchi de36951452 configs/stm32f746_disco_sd: bump Linux to 5.15.176 and U-Boot to 2025.01 6 tháng trước cách đây
..
patches de36951452 configs/stm32f746_disco_sd: bump Linux to 5.15.176 and U-Boot to 2025.01 6 tháng trước cách đây
extlinux.conf b62dc00206 configs/stm32f746_disco_sd: new defconfig 10 tháng trước cách đây
flash_sd.sh b62dc00206 configs/stm32f746_disco_sd: new defconfig 10 tháng trước cách đây
genimage.cfg b62dc00206 configs/stm32f746_disco_sd: new defconfig 10 tháng trước cách đây
linux.fragment b62dc00206 configs/stm32f746_disco_sd: new defconfig 10 tháng trước cách đây
post-build.sh b62dc00206 configs/stm32f746_disco_sd: new defconfig 10 tháng trước cách đây
readme.txt b62dc00206 configs/stm32f746_disco_sd: new defconfig 10 tháng trước cách đây

readme.txt

STM32F746-DISCO
===================

This tutorial describes how to use the predefined Buildroot
configuration for the STM32F746-DISCO evaluation platform.

Building
--------

make stm32f746_disco_sd_defconfig
make

Flashing
--------

./board/stmicroelectronics/stm32f746-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/

*** 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/stm32f746-disco/genimage.cfg.