[Buildroot] [PATCH 2/2] configs/stm32f469_disco: add framebuffer test application

Arnout Vandecappelle arnout at mind.be
Tue Oct 26 19:32:34 UTC 2021



On 17/10/2021 18:28, Dario Binacchi wrote:
> It's a test suite for Linux framebuffer. You can run, for example,
> fb-test-rect that displays random rectangles on the screen. But first,
> you need to enable the framebuffer:
> 
> ~ # echo 0 0 > /sys/class/graphics/fb0/pan
> ~ # fb-test-rect
> 
> Signed-off-by: Dario Binacchi <dariobin at libero.it>
> ---
>   configs/stm32f469_disco_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/stm32f469_disco_defconfig b/configs/stm32f469_disco_defconfig
> index 438d32150c..47dbc108a7 100644
> --- a/configs/stm32f469_disco_defconfig
> +++ b/configs/stm32f469_disco_defconfig
> @@ -14,6 +14,7 @@ BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="zImage"
>   BR2_LINUX_KERNEL_DTS_SUPPORT=y
>   BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f469-disco"
>   BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
> +BR2_PACKAGE_FB_TEST_APP=y

  We don't add *anything* to the rootfs, unless it's needed to make the board 
(peripherals) work, e.g. wifi firmware.

  Therefore, I've marked this patch as Rejected in patchwork.

  Regards,
  Arnout


>   BR2_TARGET_ROOTFS_EXT2=y
>   BR2_TARGET_ROOTFS_EXT2_SIZE="32M"
>   # BR2_TARGET_ROOTFS_TAR is not set
> 


More information about the buildroot mailing list