From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Sat, 23 Sep 2017 19:30:07 -0400 Subject: [Buildroot] [PATCH 3/3] configs/raspberrypi3_qt5we: set gpu-mem to 200 In-Reply-To: <20170923233007.13772-1-gael.portay@savoirfairelinux.com> References: <20170923233007.13772-1-gael.portay@savoirfairelinux.com> Message-ID: <20170923233007.13772-4-gael.portay@savoirfairelinux.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Qt WebEngine requires more GPU memory than initial setup. This fixes crashes such as this one. #0 0x0000742c63de #1 0x0000742d0c38 #2 0x0000749d7bde #3 0x0000749e3c70 #4 0x00007530227c #5 0x000075302480 #6 0x0000752fb1e4 #7 0x00007430f878 #8 0x0000742d5fee #9 0x0000742d6f44 #10 0x0000742d721e #11 0x0000742d7ad6 #12 0x0000742d57b2 #13 0x0000742e74f6 #14 0x0000742f6a74 #15 0x0000742f41dc Received signal 6 #0 0x0000742c63de #1 0x0000742c66a0 #2 0x0000725b5d10 [end of stack trace] qml: Render process exited with code 256 (abnormal exit) Reported-by: Zoltan Gyarmati Signed-off-by: Ga?l PORTAY --- configs/raspberrypi3_qt5we_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/raspberrypi3_qt5we_defconfig b/configs/raspberrypi3_qt5we_defconfig index 9df14c5307..8724f25a0d 100644 --- a/configs/raspberrypi3_qt5we_defconfig +++ b/configs/raspberrypi3_qt5we_defconfig @@ -47,4 +47,4 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="360M" BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi3/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi3/post-image.sh" -BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay" +BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay --gpu_mem_1024=200" -- 2.13.2