<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic maaxboard from iMX8MQ-evk  can not start X windows and chromium in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995248#M147702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I am playing&amp;nbsp;maaxboard&amp;nbsp; which is from&amp;nbsp;iMX8MQ-evk&amp;nbsp; board.&lt;/P&gt;&lt;P&gt;I use yocto&amp;nbsp; vesrion imx-4.14.98-2.0.0_ga.xml same as&amp;nbsp;&lt;SPAN&gt;iMX8MQ-evk&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I follow the&amp;nbsp;i.MX Yocto Project User's Guide&amp;nbsp; 5.6.6&lt;/P&gt;&lt;P&gt;add&amp;nbsp;CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" in local.conf&lt;/P&gt;&lt;P&gt;but in the image . there is no chromium binary code in it. and then I changed to&amp;nbsp;IMAGE_INSTALL_append += "chromium-ozone-wayland"&lt;/P&gt;&lt;P&gt;yes, in image I find chromium binary code&lt;/P&gt;&lt;P&gt;I keep the default local.config&amp;nbsp; and bitbake&amp;nbsp;&lt;/P&gt;&lt;P&gt;DISTRO=fsl-imx-xwayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build&lt;BR /&gt;bitbake fsl-image-validation-imx&lt;/P&gt;&lt;P&gt;when it start up, it look like this is no X windows(or xwayland , I do not know what is xwayland look like)&amp;nbsp; startup. only terminal console in screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I run :chromium --no-sandbox&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;output:&lt;/P&gt;&lt;P&gt;[3504:3504:0302/194309.014013:ERR[ 134.646179] audit: type=1701 audit(1583178189.010:3): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=3504 comm="c1&lt;BR /&gt;OR:wayland_connection.cc(57)] Failed to connect to Wayland display &lt;BR /&gt;[3504:3504:0302/194309.014202:FATAL:ozone_platform_wayland.cc(106)] Failed to initialize Wayland platform &lt;BR /&gt;Trace/breakpoint trap (core dumped)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can not run:&lt;/P&gt;&lt;P&gt;startx&amp;nbsp; or X because of no binary code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;so I change local.conf as&amp;nbsp;below (I did for raspberry pi 4 beofere)&amp;nbsp; to add x11 windows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MACHINE ??= 'imx8mqevk'&lt;BR /&gt;DISTRO ?= 'fsl-imx-xwayland'&lt;BR /&gt;PARALLEL_MAKE ?= "-j 16"&lt;BR /&gt;BB_NUMBER_THREADS ?= "16"&lt;BR /&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;/P&gt;&lt;P&gt;IMAGE_ROOTFS_EXTRA_SPACE = "1048576"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " gnupg atftp atftpd ntp ntpdate fping"&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "tools-debug tools-profile debug-tweaks eclipse-debug"&lt;BR /&gt;IMAGE_INSTALL_append = " \&lt;BR /&gt; tcf-agent \&lt;BR /&gt; openssh-sftp-server \&lt;BR /&gt; gdbserver \&lt;BR /&gt; apache2 net-tools \&lt;BR /&gt; "&lt;BR /&gt;IMAGE_INSTALL_append += " \&lt;BR /&gt; i2c-tools e2fsprogs-resize2fs \&lt;BR /&gt; bash bc cpio gawk tree rsync ldd vim nano \&lt;BR /&gt; diffutils coreutils findutils iputils \&lt;BR /&gt; git git-perltools libwebsockets libwebsockets-dev vlan tcpdump \&lt;BR /&gt; "&lt;/P&gt;&lt;P&gt;TOOLCHAIN_TARGET_TASK +=" libwebsockets"&lt;BR /&gt;TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc kernel-modules kernel-dev libwebsockets-dev"&lt;/P&gt;&lt;P&gt;#IMAGE_INSTALL_remove = "openssh-dev"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL +=" packagegroup-core-buildessential udev jpeg-tools jpeg \&lt;BR /&gt;kernel-devsrc kernel-modules kernel-dev"&lt;/P&gt;&lt;P&gt;EXTRA_IMAGE_FEATURES = "tools-sdk tools-debug dev-pkgs"&lt;/P&gt;&lt;P&gt;INHERIT += "extrausers"&lt;BR /&gt;ROOT_PASSWORD = "*******"&lt;BR /&gt;EXTRA_USERS_PARAMS = "usermod -P ${ROOT_PASSWORD} root;"&lt;BR /&gt;EXTRA_USERS_PARAMS += "useradd -P ${ROOT_PASSWORD} myuser;"&lt;BR /&gt;EXTRA_USERS_PARAMS += "usermod -G video myuser;"&lt;BR /&gt;hostname_pn-base-files = "fortress"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# gui/gl&lt;BR /&gt;IMAGE_INSTALL_append += " packagegroup-core-x11-base mesa-demos kmscube cinematicexperience"&lt;BR /&gt;IMAGE_FEATURES += "x11"&lt;BR /&gt;LICENSE_FLAGS_WHITELIST = "commercial"&lt;BR /&gt;MACHINE_FEATURES_append = " vc4graphics"&lt;BR /&gt;DISTRO_FEATURES_append = " opengl x11"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-mesa-gl = " gbm"&lt;BR /&gt;RDEPENDS_packagegroup-core-x11-utils_remove_pn-packagegroup-core-x11 = "xinput-calibrator"&lt;BR /&gt;IMAGE_INSTALL_append += " \&lt;BR /&gt; packagegroup-core-x11 \&lt;BR /&gt; xf86-video-modesetting \&lt;BR /&gt; xserver-xorg-extension-glx \&lt;BR /&gt; xterm xsetroot openbox \&lt;BR /&gt; fontconfig fontconfig-utils \&lt;BR /&gt; "&lt;BR /&gt;IMAGE_INSTALL_append += "chromium-ozone-wayland"&lt;BR /&gt;# languages&lt;BR /&gt;IMAGE_INSTALL_append += " \&lt;BR /&gt; packagegroup-core-lsb-perl \&lt;BR /&gt; packagegroup-core-lsb-python \&lt;BR /&gt; nodejs nodejs-npm python \&lt;BR /&gt; "&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt; STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt; STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt; STOPTASKS,/tmp,100M,100K \&lt;BR /&gt; ABORT,${TMPDIR},100M,1K \&lt;BR /&gt; ABORT,${DL_DIR},100M,1K \&lt;BR /&gt; ABORT,${SSTATE_DIR},100M,1K \&lt;BR /&gt; ABORT,/tmp,10M,1K"&lt;BR /&gt;#PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;BR /&gt;#PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;BR /&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;DL_DIR ?= "/opt/Downloads/"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but I run chromium,same error as before.&lt;/P&gt;&lt;P&gt;I run start x ,error as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;___________________________________________&lt;/P&gt;&lt;P&gt;startx &lt;BR /&gt;hostname: Unknown host &lt;BR /&gt;xauth: file /home/root/.serverauth.3666 does not exist &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;X.Org X Server 1.19.6 &lt;BR /&gt;Release Date: 2017-12-20 &lt;BR /&gt;X Protocol Version 11, Revision 0 &lt;BR /&gt;Build Operating System: Linux 4.4.132-53-default x86_64 &lt;BR /&gt;Current Operating System: Linux fortress 4.14.98-imx_4.14.98_2.0.0_ga+g5d6cbeafb80c #1 SMP PREEMPT Mon Mar 2 20:24:57 UTC 2020 aarch64 &lt;BR /&gt;&lt;STRONG&gt;Kernel command line: console=ttymxc0,115200 console=tty1 fbcon=rotate:0 video=HDMI-A-1:1920x1080-32@60&lt;/STRONG&gt; root=/dev/mmcblk0p2 rootwait rw &lt;BR /&gt;Build Date: 03 March 2020 02:31:02PM &lt;BR /&gt; &lt;BR /&gt;Current version of pixman: 0.34.0 &lt;BR /&gt; Before reporting problems, check &lt;A href="http://wiki.x.org" target="test_blank"&gt;http://wiki.x.org&lt;/A&gt; &lt;BR /&gt; to make sure that you have the latest version. &lt;BR /&gt;Markers: (--) probed, (**) from config file, (==) default setting, &lt;BR /&gt; (++) from command line, (!!) notice, (II) informational, &lt;BR /&gt; (WW) warning, (EE) error, (NI) not implemented, (??) unknown. &lt;BR /&gt;(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 2 20:02:51 2020 &lt;BR /&gt;(==) Using config file: "/etc/X11/xorg.conf" &lt;BR /&gt;(==) Using system config directory "/usr/share/X11/xorg.conf.d" &lt;BR /&gt;(EE) &lt;BR /&gt;Fatal server error: &lt;BR /&gt;(EE) no screens found(EE) &lt;BR /&gt;(EE) &lt;BR /&gt;Please consult the The X.Org Foundation support &lt;BR /&gt; at &lt;A href="http://wiki.x.org" target="test_blank"&gt;http://wiki.x.org&lt;/A&gt; &lt;BR /&gt; for help. &lt;BR /&gt;(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. &lt;BR /&gt;(EE) &lt;BR /&gt;(EE) Server terminated with error (1). Closing log file. &lt;BR /&gt;xinit: giving up &lt;BR /&gt;xinit: unable to connect to X server: Connection timed out &lt;BR /&gt;xinit: server error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I find some help here:&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/message/1278596?commentID=1278596&amp;amp;et=watches.email.thread#comment-1278596"&gt;https://community.nxp.com/message/1278596?commentID=1278596&amp;amp;et=watches.email.thread#comment-1278596&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so added&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;video=HDMI-A-1:1920x1080-32@60&amp;nbsp; in uEnv.txt for u-boot , but can not solve it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;any help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so I also&amp;nbsp; want to know why I add&amp;nbsp;CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" and&amp;nbsp;DISTRO ?= 'fsl-imx-xwayland' ,but this is no X and chromiunm binary code in image?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I post my&amp;nbsp; yocto source code tar&amp;nbsp; at here for refer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A data-auth="NotApplicable" href="https://drive.google.com/open?id=10_jubYNO5IcaKENQ-ZjP5BTfGVSp81O_" rel="noopener noreferrer" style="color: purple; background-color: #ffffff; border: 0px; text-decoration: underline; font-size: 16px;" target="_blank"&gt;https://drive.google.com/open?id=10_jubYNO5IcaKENQ-ZjP5BTfGVSp81O_&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your kind help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2020 16:30:06 GMT</pubDate>
    <dc:creator>gonewithwind-peter</dc:creator>
    <dc:date>2020-03-05T16:30:06Z</dc:date>
    <item>
      <title>maaxboard from iMX8MQ-evk  can not start X windows and chromium</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995248#M147702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I am playing&amp;nbsp;maaxboard&amp;nbsp; which is from&amp;nbsp;iMX8MQ-evk&amp;nbsp; board.&lt;/P&gt;&lt;P&gt;I use yocto&amp;nbsp; vesrion imx-4.14.98-2.0.0_ga.xml same as&amp;nbsp;&lt;SPAN&gt;iMX8MQ-evk&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I follow the&amp;nbsp;i.MX Yocto Project User's Guide&amp;nbsp; 5.6.6&lt;/P&gt;&lt;P&gt;add&amp;nbsp;CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" in local.conf&lt;/P&gt;&lt;P&gt;but in the image . there is no chromium binary code in it. and then I changed to&amp;nbsp;IMAGE_INSTALL_append += "chromium-ozone-wayland"&lt;/P&gt;&lt;P&gt;yes, in image I find chromium binary code&lt;/P&gt;&lt;P&gt;I keep the default local.config&amp;nbsp; and bitbake&amp;nbsp;&lt;/P&gt;&lt;P&gt;DISTRO=fsl-imx-xwayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build&lt;BR /&gt;bitbake fsl-image-validation-imx&lt;/P&gt;&lt;P&gt;when it start up, it look like this is no X windows(or xwayland , I do not know what is xwayland look like)&amp;nbsp; startup. only terminal console in screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I run :chromium --no-sandbox&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;output:&lt;/P&gt;&lt;P&gt;[3504:3504:0302/194309.014013:ERR[ 134.646179] audit: type=1701 audit(1583178189.010:3): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=3504 comm="c1&lt;BR /&gt;OR:wayland_connection.cc(57)] Failed to connect to Wayland display &lt;BR /&gt;[3504:3504:0302/194309.014202:FATAL:ozone_platform_wayland.cc(106)] Failed to initialize Wayland platform &lt;BR /&gt;Trace/breakpoint trap (core dumped)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can not run:&lt;/P&gt;&lt;P&gt;startx&amp;nbsp; or X because of no binary code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;so I change local.conf as&amp;nbsp;below (I did for raspberry pi 4 beofere)&amp;nbsp; to add x11 windows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MACHINE ??= 'imx8mqevk'&lt;BR /&gt;DISTRO ?= 'fsl-imx-xwayland'&lt;BR /&gt;PARALLEL_MAKE ?= "-j 16"&lt;BR /&gt;BB_NUMBER_THREADS ?= "16"&lt;BR /&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;/P&gt;&lt;P&gt;IMAGE_ROOTFS_EXTRA_SPACE = "1048576"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " gnupg atftp atftpd ntp ntpdate fping"&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "tools-debug tools-profile debug-tweaks eclipse-debug"&lt;BR /&gt;IMAGE_INSTALL_append = " \&lt;BR /&gt; tcf-agent \&lt;BR /&gt; openssh-sftp-server \&lt;BR /&gt; gdbserver \&lt;BR /&gt; apache2 net-tools \&lt;BR /&gt; "&lt;BR /&gt;IMAGE_INSTALL_append += " \&lt;BR /&gt; i2c-tools e2fsprogs-resize2fs \&lt;BR /&gt; bash bc cpio gawk tree rsync ldd vim nano \&lt;BR /&gt; diffutils coreutils findutils iputils \&lt;BR /&gt; git git-perltools libwebsockets libwebsockets-dev vlan tcpdump \&lt;BR /&gt; "&lt;/P&gt;&lt;P&gt;TOOLCHAIN_TARGET_TASK +=" libwebsockets"&lt;BR /&gt;TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc kernel-modules kernel-dev libwebsockets-dev"&lt;/P&gt;&lt;P&gt;#IMAGE_INSTALL_remove = "openssh-dev"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL +=" packagegroup-core-buildessential udev jpeg-tools jpeg \&lt;BR /&gt;kernel-devsrc kernel-modules kernel-dev"&lt;/P&gt;&lt;P&gt;EXTRA_IMAGE_FEATURES = "tools-sdk tools-debug dev-pkgs"&lt;/P&gt;&lt;P&gt;INHERIT += "extrausers"&lt;BR /&gt;ROOT_PASSWORD = "*******"&lt;BR /&gt;EXTRA_USERS_PARAMS = "usermod -P ${ROOT_PASSWORD} root;"&lt;BR /&gt;EXTRA_USERS_PARAMS += "useradd -P ${ROOT_PASSWORD} myuser;"&lt;BR /&gt;EXTRA_USERS_PARAMS += "usermod -G video myuser;"&lt;BR /&gt;hostname_pn-base-files = "fortress"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# gui/gl&lt;BR /&gt;IMAGE_INSTALL_append += " packagegroup-core-x11-base mesa-demos kmscube cinematicexperience"&lt;BR /&gt;IMAGE_FEATURES += "x11"&lt;BR /&gt;LICENSE_FLAGS_WHITELIST = "commercial"&lt;BR /&gt;MACHINE_FEATURES_append = " vc4graphics"&lt;BR /&gt;DISTRO_FEATURES_append = " opengl x11"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-mesa-gl = " gbm"&lt;BR /&gt;RDEPENDS_packagegroup-core-x11-utils_remove_pn-packagegroup-core-x11 = "xinput-calibrator"&lt;BR /&gt;IMAGE_INSTALL_append += " \&lt;BR /&gt; packagegroup-core-x11 \&lt;BR /&gt; xf86-video-modesetting \&lt;BR /&gt; xserver-xorg-extension-glx \&lt;BR /&gt; xterm xsetroot openbox \&lt;BR /&gt; fontconfig fontconfig-utils \&lt;BR /&gt; "&lt;BR /&gt;IMAGE_INSTALL_append += "chromium-ozone-wayland"&lt;BR /&gt;# languages&lt;BR /&gt;IMAGE_INSTALL_append += " \&lt;BR /&gt; packagegroup-core-lsb-perl \&lt;BR /&gt; packagegroup-core-lsb-python \&lt;BR /&gt; nodejs nodejs-npm python \&lt;BR /&gt; "&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt; STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt; STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt; STOPTASKS,/tmp,100M,100K \&lt;BR /&gt; ABORT,${TMPDIR},100M,1K \&lt;BR /&gt; ABORT,${DL_DIR},100M,1K \&lt;BR /&gt; ABORT,${SSTATE_DIR},100M,1K \&lt;BR /&gt; ABORT,/tmp,10M,1K"&lt;BR /&gt;#PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;BR /&gt;#PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;BR /&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;DL_DIR ?= "/opt/Downloads/"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but I run chromium,same error as before.&lt;/P&gt;&lt;P&gt;I run start x ,error as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;___________________________________________&lt;/P&gt;&lt;P&gt;startx &lt;BR /&gt;hostname: Unknown host &lt;BR /&gt;xauth: file /home/root/.serverauth.3666 does not exist &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;X.Org X Server 1.19.6 &lt;BR /&gt;Release Date: 2017-12-20 &lt;BR /&gt;X Protocol Version 11, Revision 0 &lt;BR /&gt;Build Operating System: Linux 4.4.132-53-default x86_64 &lt;BR /&gt;Current Operating System: Linux fortress 4.14.98-imx_4.14.98_2.0.0_ga+g5d6cbeafb80c #1 SMP PREEMPT Mon Mar 2 20:24:57 UTC 2020 aarch64 &lt;BR /&gt;&lt;STRONG&gt;Kernel command line: console=ttymxc0,115200 console=tty1 fbcon=rotate:0 video=HDMI-A-1:1920x1080-32@60&lt;/STRONG&gt; root=/dev/mmcblk0p2 rootwait rw &lt;BR /&gt;Build Date: 03 March 2020 02:31:02PM &lt;BR /&gt; &lt;BR /&gt;Current version of pixman: 0.34.0 &lt;BR /&gt; Before reporting problems, check &lt;A href="http://wiki.x.org" target="test_blank"&gt;http://wiki.x.org&lt;/A&gt; &lt;BR /&gt; to make sure that you have the latest version. &lt;BR /&gt;Markers: (--) probed, (**) from config file, (==) default setting, &lt;BR /&gt; (++) from command line, (!!) notice, (II) informational, &lt;BR /&gt; (WW) warning, (EE) error, (NI) not implemented, (??) unknown. &lt;BR /&gt;(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 2 20:02:51 2020 &lt;BR /&gt;(==) Using config file: "/etc/X11/xorg.conf" &lt;BR /&gt;(==) Using system config directory "/usr/share/X11/xorg.conf.d" &lt;BR /&gt;(EE) &lt;BR /&gt;Fatal server error: &lt;BR /&gt;(EE) no screens found(EE) &lt;BR /&gt;(EE) &lt;BR /&gt;Please consult the The X.Org Foundation support &lt;BR /&gt; at &lt;A href="http://wiki.x.org" target="test_blank"&gt;http://wiki.x.org&lt;/A&gt; &lt;BR /&gt; for help. &lt;BR /&gt;(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. &lt;BR /&gt;(EE) &lt;BR /&gt;(EE) Server terminated with error (1). Closing log file. &lt;BR /&gt;xinit: giving up &lt;BR /&gt;xinit: unable to connect to X server: Connection timed out &lt;BR /&gt;xinit: server error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I find some help here:&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/message/1278596?commentID=1278596&amp;amp;et=watches.email.thread#comment-1278596"&gt;https://community.nxp.com/message/1278596?commentID=1278596&amp;amp;et=watches.email.thread#comment-1278596&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so added&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;video=HDMI-A-1:1920x1080-32@60&amp;nbsp; in uEnv.txt for u-boot , but can not solve it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;any help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so I also&amp;nbsp; want to know why I add&amp;nbsp;CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" and&amp;nbsp;DISTRO ?= 'fsl-imx-xwayland' ,but this is no X and chromiunm binary code in image?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I post my&amp;nbsp; yocto source code tar&amp;nbsp; at here for refer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A data-auth="NotApplicable" href="https://drive.google.com/open?id=10_jubYNO5IcaKENQ-ZjP5BTfGVSp81O_" rel="noopener noreferrer" style="color: purple; background-color: #ffffff; border: 0px; text-decoration: underline; font-size: 16px;" target="_blank"&gt;https://drive.google.com/open?id=10_jubYNO5IcaKENQ-ZjP5BTfGVSp81O_&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your kind help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2020 16:30:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995248#M147702</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2020-03-05T16:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: maaxboard from iMX8MQ-evk  can not start X windows and chromium</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995249#M147703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;export WAYLAND_DISPLAY=wayland-0 &lt;BR /&gt;root@imx8mqevk:~# chromium --no-sandbox &lt;BR /&gt;[3504:3504:0306/172420.397630:ERR[ 67.973352] audit: type=1701 audit(1583515460.391:4): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=3504 comm="c1&lt;BR /&gt;OR:wayland_connection.cc(57)] Failed to connect to Wayland display &lt;BR /&gt;[3504:3504:0306/172420.397821:FATAL:ozone_platform_wayland.cc(106)] &lt;STRONG&gt;Failed to initialize Wayland platform &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Trace/breakpoint trap (core dumped) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;strace&amp;nbsp;&lt;SPAN&gt;chromium --no-sandbox&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;faccessat(AT_FDCWD, "/usr/share/X11/xkb", R_OK|X_OK) = 0 &lt;BR /&gt;socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 27 &lt;BR /&gt;&lt;STRONG&gt;connect(27, {sa_family=AF_UNIX, sun_path="/run/user/0/wayland-0"}, 24) = -1 ENOENT (No such file or directory)&lt;/STRONG&gt; &lt;BR /&gt;close(27) = 0 &lt;BR /&gt;getpid() = 3516 &lt;BR /&gt;gettid() = 3516 &lt;BR /&gt;write(2, "[3516:3516:0306/172526.738224:ER"..., 100[3516:3516:0306/172526.738224:ERROR:wayland_connection.cc(57)] Failed to connect to Wayland display&lt;BR /&gt;) = 100 &lt;BR /&gt;getpid() = 3516 &lt;BR /&gt;gettid() = 3516 &lt;BR /&gt;write(2, "[3516:3516:0306/172526.742953:FA"..., 106[3516:3516:0306/172526.742953:FATAL:ozone_platform_wayland.cc(106)] Failed to initialize Wayland pm&lt;BR /&gt;) = 106 &lt;BR /&gt;--- SIGTRAP {si_signo=SIGTRAP, si_code=TRAP_BRKPT, si_pid=3109212016, si_uid=43690} ---&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 14:17:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995249#M147703</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2020-03-09T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: maaxboard from iMX8MQ-evk  can not start X windows and chromium</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995250#M147704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please add the following to your local.conf file. Whit this configuration, I was able to use the chromium service on my board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;# Add Chromium
IMAGE_INSTALL_append = \
 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', ' chromium-ozone-wayland libexif', \
 bb.utils.contains('DISTRO_FEATURES', 'x11', ' chromium-x11 libexif', \
                                              '', d), d)}"

LICENSE_FLAGS_WHITELIST = \
 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'commercial', \
 bb.utils.contains('DISTRO_FEATURES', 'x11', 'commercial', \
                                              '', d), d)}"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 15:51:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995250#M147704</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2020-03-09T15:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: maaxboard from iMX8MQ-evk  can not start X windows and chromium</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995251#M147705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;let me try first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more error:&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;I run:&lt;/P&gt;&lt;P&gt;strace weston --tty=1 --device=/dev/fb0,/dev/fb2 --use-g2d=1 &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but can not find&amp;nbsp;&lt;SPAN&gt;/dev/galcore&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls /dev/galcore&lt;BR /&gt;ls: cannot access '/dev/galcore': No such file or directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/maaxboard-from-iMX8MQ-evk-can-not-start-X-windows-and-chromium/m-p/995251#M147705</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2020-03-09T16:00:46Z</dc:date>
    </item>
  </channel>
</rss>

