Dario Binacchi 830e5227d4 configs/stm32f469_disco: enable Linux DRM support 3 年之前
..
patches a3e3d9c198 configs/stm32f469_disco_xip_defconfig: alternative defconfig for XIP 3 年之前
extlinux.conf 04a0094f0e configs/stm32f469_disco: fix kernel bootup 4 年之前
flash.sh 04a0094f0e configs/stm32f469_disco: fix kernel bootup 4 年之前
flash_xip.sh a3e3d9c198 configs/stm32f469_disco_xip_defconfig: alternative defconfig for XIP 3 年之前
genimage.cfg 04a0094f0e configs/stm32f469_disco: fix kernel bootup 4 年之前
linux-xip.config a3e3d9c198 configs/stm32f469_disco_xip_defconfig: alternative defconfig for XIP 3 年之前
linux.fragment 830e5227d4 configs/stm32f469_disco: enable Linux DRM support 3 年之前
post-build.sh 04a0094f0e configs/stm32f469_disco: fix kernel bootup 4 年之前
readme.txt 830e5227d4 configs/stm32f469_disco: enable Linux DRM support 3 年之前
readme_xip.txt a3e3d9c198 configs/stm32f469_disco_xip_defconfig: alternative defconfig for XIP 3 年之前

readme.txt

STM32F469 Discovery
===================

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

Building
--------

make stm32f469_disco_defconfig
make

Flashing
--------

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

Framebuffer
-----------
After Linux boots, /dev/fb0 will be accessible. You can control the
brightness of the display after enabling the framebuffer by running the
following commands:

# echo 0 0 > /sys/class/graphics/fb0/pan
# echo 255 >/sys/class/backlight/40016c00.dsi.0/brightness

The brightness ranges from 0 to 255, as you can see running the
command:

# cat /sys/class/backlight/40016c00.dsi.0/max_brightness