1a1239fd28
Board support package includes the following components: - mainline Linux kernel 5.15.108 - mainline U-Boot 2023.04 - default packages from buildroot Note: There is a problem in u-boot display management. It should display the ST microelectronics logo but "noise" is displayed (like when running the command dd if=/dev/urandom of=/dev/fb0 in Linux). I also tried to change version (even the first version in which this feature was introduced), but without success. Despite this I decided not to disable the video management configuration to remind us that it needs to be fixed :). Cc: Giulio Benetti <giulio.benetti@benettiengineering.com> Link: https://www.st.com/en/evaluation-tools/32f769idiscovery.html Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> |
||
---|---|---|
.. | ||
extlinux.conf | ||
flash_sd.sh | ||
genimage.cfg | ||
linux-sd.fragment | ||
post-build.sh | ||
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.