All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant
@ 2017-06-21 20:49 Fabio Estevam
  2017-07-11 13:44 ` Fabio Estevam
  2017-08-03  7:06 ` Arnout Vandecappelle
  0 siblings, 2 replies; 7+ messages in thread
From: Fabio Estevam @ 2017-06-21 20:49 UTC (permalink / raw)
  To: buildroot

Introduce imx6q-sabresd_qt5_defconfig that supports the opensource
Etnaviv graphical stack.

This defconfig provides a way to quickly test some graphical applications,
such as kmscube, qt5, glmark2.

Currently kernel mainline exhibits issues when running cpufreq as ondemand
governor on mx6, so add a linux fragment that disables such option for the
time being.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v2:
- Drop BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST (Thomas)
- Bump to the latest kernel 4.11.6

 board/freescale/imx6q-sabresd/linux.fragment       |  1 +
 board/freescale/imx6q-sabresd/readme.txt           | 23 +++++++++
 .../imx6q-sabresd/rootfs_overlay/root/sabresd.json | 15 ++++++
 configs/imx6q-sabresd_qt5_defconfig                | 56 ++++++++++++++++++++++
 4 files changed, 95 insertions(+)
 create mode 100644 board/freescale/imx6q-sabresd/linux.fragment
 create mode 100644 board/freescale/imx6q-sabresd/rootfs_overlay/root/sabresd.json
 create mode 100644 configs/imx6q-sabresd_qt5_defconfig

diff --git a/board/freescale/imx6q-sabresd/linux.fragment b/board/freescale/imx6q-sabresd/linux.fragment
new file mode 100644
index 0000000..39bec58
--- /dev/null
+++ b/board/freescale/imx6q-sabresd/linux.fragment
@@ -0,0 +1 @@
+# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
diff --git a/board/freescale/imx6q-sabresd/readme.txt b/board/freescale/imx6q-sabresd/readme.txt
index 10e973c..b57c4fb 100644
--- a/board/freescale/imx6q-sabresd/readme.txt
+++ b/board/freescale/imx6q-sabresd/readme.txt
@@ -54,4 +54,27 @@ To boot your newly created system:
   emulator at 115200 bps, 8n1;
 - power on the board.
 
+Testing graphics on the i.MX6Q Sabre SD board
+=============================================
+
+The imx6q-sabresd_qt5_defconfig allows to quickly test the graphics
+capabilities of i.MX6 using the opensource Etnaviv graphics stack
+and kernel mainline.
+
+In order to build it:
+
+make imx6q-sabresd_qt5_defconfig
+make
+
+Then flash the SD card as explained above.
+
+Running kmscube application:
+
+# kmscube -D /dev/dri/card1
+
+Running Qt5 Cinematic Demo:
+
+# export QT_QPA_EGLFS_KMS_CONFIG=/root/sabresd.json
+# /usr/share/Qt5/CinematicExperience/Qt5_CinematicExperience
+
 Enjoy!
diff --git a/board/freescale/imx6q-sabresd/rootfs_overlay/root/sabresd.json b/board/freescale/imx6q-sabresd/rootfs_overlay/root/sabresd.json
new file mode 100644
index 0000000..9469dc1
--- /dev/null
+++ b/board/freescale/imx6q-sabresd/rootfs_overlay/root/sabresd.json
@@ -0,0 +1,15 @@
+{
+  "device": "/dev/dri/card1",
+  "hwcursor": false,
+  "pbuffers": true,
+  "outputs": [
+    {
+      "name": "HDMI-1",
+      "mode": "off"
+    },
+    {
+      "name": "LVDS-1",
+      "mode": "1024x768"
+    }
+  ]
+}
diff --git a/configs/imx6q-sabresd_qt5_defconfig b/configs/imx6q-sabresd_qt5_defconfig
new file mode 100644
index 0000000..7e7cad4
--- /dev/null
+++ b/configs/imx6q-sabresd_qt5_defconfig
@@ -0,0 +1,56 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y
+BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
+BR2_TOOLCHAIN_BUILDROOT_CXX=y
+BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.6"
+BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
+BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/freescale/imx6q-sabresd/linux.fragment"
+BR2_ROOTFS_OVERLAY="board/freescale/imx6q-sabresd/rootfs_overlay"
+BR2_PACKAGE_STRACE=y
+BR2_PACKAGE_BITSTREAM_VERA=y
+BR2_PACKAGE_CANTARELL=y
+BR2_PACKAGE_DEJAVU=y
+BR2_PACKAGE_FONT_AWESOME=y
+BR2_PACKAGE_GHOSTSCRIPT_FONTS=y
+BR2_PACKAGE_INCONSOLATA=y
+BR2_PACKAGE_LIBERATION=y
+BR2_PACKAGE_GLMARK2=y
+BR2_PACKAGE_KMSCUBE=y
+BR2_PACKAGE_MESA3D_DEMOS=y
+BR2_PACKAGE_QT5CINEX=y
+BR2_PACKAGE_QT5CINEX_HD=y
+BR2_PACKAGE_MESA3D=y
+BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV=y
+BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y
+BR2_PACKAGE_MESA3D_OPENGL_ES=y
+BR2_PACKAGE_QT5=y
+BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
+BR2_PACKAGE_QT5BASE_OPENGL_LIB=y
+BR2_PACKAGE_QT5BASE_LINUXFB=y
+BR2_PACKAGE_QT5BASE_FONTCONFIG=y
+BR2_PACKAGE_QT5BASE_GIF=y
+BR2_PACKAGE_QT5BASE_JPEG=y
+BR2_PACKAGE_LIBV4L=y
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
+BR2_TARGET_ROOTFS_EXT2_BLOCKS=122880
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="mx6qsabresd"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.05"
+BR2_TARGET_UBOOT_FORMAT_IMX=y
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
+BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_MTOOLS=y
+BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant
  2017-06-21 20:49 [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant Fabio Estevam
@ 2017-07-11 13:44 ` Fabio Estevam
  2017-07-25  1:43   ` Fabio Estevam
  2017-08-03  7:06 ` Arnout Vandecappelle
  1 sibling, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2017-07-11 13:44 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Wed, Jun 21, 2017 at 5:49 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Introduce imx6q-sabresd_qt5_defconfig that supports the opensource
> Etnaviv graphical stack.
>
> This defconfig provides a way to quickly test some graphical applications,
> such as kmscube, qt5, glmark2.
>
> Currently kernel mainline exhibits issues when running cpufreq as ondemand
> governor on mx6, so add a linux fragment that disables such option for the
> time being.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> Changes since v2:
> - Drop BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST (Thomas)
> - Bump to the latest kernel 4.11.6

Any feedback, please?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant
  2017-07-11 13:44 ` Fabio Estevam
@ 2017-07-25  1:43   ` Fabio Estevam
  0 siblings, 0 replies; 7+ messages in thread
From: Fabio Estevam @ 2017-07-25  1:43 UTC (permalink / raw)
  To: buildroot

On Tue, Jul 11, 2017 at 10:44 AM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Thomas,
>
> On Wed, Jun 21, 2017 at 5:49 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> Introduce imx6q-sabresd_qt5_defconfig that supports the opensource
>> Etnaviv graphical stack.
>>
>> This defconfig provides a way to quickly test some graphical applications,
>> such as kmscube, qt5, glmark2.
>>
>> Currently kernel mainline exhibits issues when running cpufreq as ondemand
>> governor on mx6, so add a linux fragment that disables such option for the
>> time being.
>>
>> Signed-off-by: Fabio Estevam <festevam@gmail.com>
>> ---
>> Changes since v2:
>> - Drop BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST (Thomas)
>> - Bump to the latest kernel 4.11.6
>
> Any feedback, please?

Ping, I have been trying to submit this patch for months, but no
progress so far.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant
  2017-06-21 20:49 [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant Fabio Estevam
  2017-07-11 13:44 ` Fabio Estevam
@ 2017-08-03  7:06 ` Arnout Vandecappelle
  2017-08-03 19:49   ` Fabio Estevam
  1 sibling, 1 reply; 7+ messages in thread
From: Arnout Vandecappelle @ 2017-08-03  7:06 UTC (permalink / raw)
  To: buildroot



On 21-06-17 22:49, Fabio Estevam wrote:
> Introduce imx6q-sabresd_qt5_defconfig that supports the opensource
> Etnaviv graphical stack.
> 
> This defconfig provides a way to quickly test some graphical applications,
> such as kmscube, qt5, glmark2.
> 
> Currently kernel mainline exhibits issues when running cpufreq as ondemand
> governor on mx6, so add a linux fragment that disables such option for the
> time being.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

 Hi Fabio, I applied to next, with a lot of changes:

     - Add Fabio to DEVELOPERS
     - Rename linux config fragment to linux_qt5.fragment
     - Add comment to linux_qt5.fragment why it is needed
     - Add explicit CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y to it
     - Reorder defconfig entries to they match imx6q-sabresd_defconfig
     - Remove strace and host-uboot-tools, neither seems to be needed
     - Drop BR2_PACKAGE_QT5BASE_LICENSE_APPROVED, it no longer exists
     - Replace BR2_TARGET_ROOTFS_EXT2_BLOCKS with BR2_TARGET_ROOTFS_EXT2_SIZE
     - Regenerate .gitlab-ci.yml

 Could you re-test based on the next branch?

 Also, you set BR2_TOOLCHAIN_BUILDROOT_GLIBC=y but none of the packages selected
seem to need it. Is there a reason why it is needed? Could you either remove it
(after testing with uClibc-ng) or add a comment why it is needed and remove
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y?

 Regards,
 Arnout

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant
  2017-08-03  7:06 ` Arnout Vandecappelle
@ 2017-08-03 19:49   ` Fabio Estevam
  2017-08-21 15:40     ` Fabio Estevam
  0 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2017-08-03 19:49 UTC (permalink / raw)
  To: buildroot

Hi Arnout,

On Thu, Aug 3, 2017 at 4:06 AM, Arnout Vandecappelle <arnout@mind.be> wrote:

>  Hi Fabio, I applied to next, with a lot of changes:
>
>      - Add Fabio to DEVELOPERS
>      - Rename linux config fragment to linux_qt5.fragment
>      - Add comment to linux_qt5.fragment why it is needed
>      - Add explicit CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y to it
>      - Reorder defconfig entries to they match imx6q-sabresd_defconfig
>      - Remove strace and host-uboot-tools, neither seems to be needed
>      - Drop BR2_PACKAGE_QT5BASE_LICENSE_APPROVED, it no longer exists
>      - Replace BR2_TARGET_ROOTFS_EXT2_BLOCKS with BR2_TARGET_ROOTFS_EXT2_SIZE
>      - Regenerate .gitlab-ci.yml
>
>  Could you re-test based on the next branch?

Thanks for reworking the patch and applying it.

I am currently out of the office without hardware access to test it.

Will test it as soon as I am back to the office (week of August 21)

>
>  Also, you set BR2_TOOLCHAIN_BUILDROOT_GLIBC=y but none of the packages selected
> seem to need it. Is there a reason why it is needed? Could you either remove it
> (after testing with uClibc-ng) or add a comment why it is needed and remove
> BR2_TOOLCHAIN_BUILDROOT_WCHAR=y?

Sure, will do it.

Thanks

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant
  2017-08-03 19:49   ` Fabio Estevam
@ 2017-08-21 15:40     ` Fabio Estevam
  2017-08-21 16:26       ` Fabio Estevam
  0 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2017-08-21 15:40 UTC (permalink / raw)
  To: buildroot

Hi Arnout,

On Thu, Aug 3, 2017 at 4:49 PM, Fabio Estevam <festevam@gmail.com> wrote:

>>  Could you re-test based on the next branch?
>
> Thanks for reworking the patch and applying it.
>
> I am currently out of the office without hardware access to test it.
>
> Will test it as soon as I am back to the office (week of August 21)

I was able to test it and can confirm that it works as expected.

>>  Also, you set BR2_TOOLCHAIN_BUILDROOT_GLIBC=y but none of the packages selected
>> seem to need it. Is there a reason why it is needed? Could you either remove it
>> (after testing with uClibc-ng) or add a comment why it is needed and remove
>> BR2_TOOLCHAIN_BUILDROOT_WCHAR=y?
>
> Sure, will do it.

I tried the following change:

--- a/configs/imx6q-sabresd_qt5_defconfig
+++ b/configs/imx6q-sabresd_qt5_defconfig
@@ -8,9 +8,7 @@ BR2_ARM_FPU_VFPV3=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y

 # Additional features needed for packages
-BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
-BR2_TOOLCHAIN_BUILDROOT_GLIBC=y

 # System

,but in this case the Qt5 package is not installed anymore.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant
  2017-08-21 15:40     ` Fabio Estevam
@ 2017-08-21 16:26       ` Fabio Estevam
  0 siblings, 0 replies; 7+ messages in thread
From: Fabio Estevam @ 2017-08-21 16:26 UTC (permalink / raw)
  To: buildroot

On Mon, Aug 21, 2017 at 12:40 PM, Fabio Estevam <festevam@gmail.com> wrote:

> I tried the following change:
>
> --- a/configs/imx6q-sabresd_qt5_defconfig
> +++ b/configs/imx6q-sabresd_qt5_defconfig
> @@ -8,9 +8,7 @@ BR2_ARM_FPU_VFPV3=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y
>
>  # Additional features needed for packages
> -BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
>  BR2_TOOLCHAIN_BUILDROOT_CXX=y
> -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
>
>  # System
>
> ,but in this case the Qt5 package is not installed anymore.

Ok, this is expected as Qt5 depends on BR2_TOOLCHAIN_BUILDROOT_WCHAR.

So I will only remove BR2_TOOLCHAIN_BUILDROOT_GLIBC=y from the defconfig.

Let me test it and will send a patch if it works.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-21 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21 20:49 [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant Fabio Estevam
2017-07-11 13:44 ` Fabio Estevam
2017-07-25  1:43   ` Fabio Estevam
2017-08-03  7:06 ` Arnout Vandecappelle
2017-08-03 19:49   ` Fabio Estevam
2017-08-21 15:40     ` Fabio Estevam
2017-08-21 16:26       ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.