<?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 help in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666203#M102507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,I yocto imx6 bitbake&amp;nbsp; error',&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;ERROR: Nothing RPROVIDES 'alsa-utils-alsaconf'&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MACHINE=imx6slevk source fsl-setup-release.sh -b build-fb -e fb&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5 id="toc-hId-1175279036"&gt;&lt;SPAN&gt;Clone meta-qt5&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;Grab the latest stable meta-qt5 inside the yocto/sources directory:&lt;/P&gt;&lt;PRE&gt;$ git clone -b dizzy &lt;A href="https://github.com/meta-qt5/meta-qt5.git" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://github.com/meta-qt5/meta-qt5.git" rel="nofollow noopener noreferrer" target="test_blank"&gt;https://github.com/meta-qt5/meta-qt5.git&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;Be sure to clone the same branch for meta-qt5 as you are using for the other layers! (here we are using dizzy, so replace "dizzy" with your preferred branch.)&lt;/P&gt;&lt;H5 id="toc-hId--1376877925"&gt;&lt;SPAN&gt;Edit your yocto configuration files&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;1. Edit yocto/build/conf/bblayers.conf to add the meta-qt5 layer at the end:&lt;/P&gt;&lt;PRE&gt; ${BSPDIR}/sources/meta-qt5 \&amp;nbsp; ${BSPDIR}/sources/meta-openembedded/meta-ruby \&amp;nbsp; ${BSPDIR}/sources/meta-openembedded/meta-multimedia \&lt;/PRE&gt;&lt;P&gt;2. Edit yocto/build/conf/local.conf and add:&lt;/P&gt;&lt;PRE&gt;&lt;PRE&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh "&amp;nbsp; IMAGE_INSTALL_append = " gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \ autoconf automake ccache chkconfig glib-networking glibmm \ packagegroup-core-buildessential pkgconfig&amp;nbsp; \ boost cmake zlib glib-2.0 packagegroup-fsl-tools-testapps&amp;nbsp; \ &amp;nbsp;&amp;nbsp;&amp;nbsp; ruby \ &amp;nbsp;&amp;nbsp;&amp;nbsp; cpufrequtils \ &amp;nbsp;&amp;nbsp;&amp;nbsp; nano \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gdb \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gstreamer \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-meta-video \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-fsl-plugin \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-base-app \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-base \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-rtsp \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-udp \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-rtpmanager \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-rtp \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-video4linux2 \ &amp;nbsp;&amp;nbsp;&amp;nbsp; openssh-sftp-server \ &amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-gstreamer \ &amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-testapps \ &amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-benchmark \ &amp;nbsp;&amp;nbsp;&amp;nbsp; imx-vpu \ &amp;nbsp;&amp;nbsp;&amp;nbsp; imx-test \&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; qtbase-fonts \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtbase-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtbase-tools \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtbase-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative-tools \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtmultimedia \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtmultimedia-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtmultimedia-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtmultimedia-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsvg \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsvg-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsensors \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtimageformats-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsystems \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsystems-tools \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsystems-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsystems-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtscript \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qt3d \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qt3d-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qt3d-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qt3d-tools \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtwebkit \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtwebkit-examples-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtwebkit-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtgraphicaleffects-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtconnectivity-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtlocation-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtlocation-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; cinematicexperience \ &amp;nbsp;&amp;nbsp;&amp;nbsp; cairo pango fontconfig freetype pulseaudio dbus \ &amp;nbsp;&amp;nbsp;&amp;nbsp; alsa-lib alsa-tools alsa-state alsa-utils-alsaconf fsl-alsa-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; i2c-tools \&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; "

3.use Qt5 eglfs plugin for accelerated graphics using the framebuffer, you need to discard X11 and wayland so the proper graphics drivers get included:
DISTRO_FEATURES_remove = "x11 wayland"
4.&lt;SPAN&gt;Bitbake!&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;P&gt;Bitbake an image like core-image-minimal (you need to be in your yocto/build directory):&lt;/P&gt;&lt;PRE&gt; $ bitbake fsl-image-multimedia-full




&lt;/PRE&gt;&amp;nbsp;&lt;P&gt;Loading cache: 100% |###################################################################################################################################################| ETA:&amp;nbsp; 00:00:00
Loaded 2841 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'alsa-utils-alsaconf' (but /home/fsl-release-bsp/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-multimedia-full.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'alsa-utils-alsaconf' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['alsa-utils-alsaconf']
ERROR: Required build target 'fsl-image-multimedia-full' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-multimedia-full', 'alsa-utils-alsaconf']&lt;/P&gt;&lt;P&gt;Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/P&gt;
help! who meet this question ? how to slove it?
thanks!


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2017 19:29:13 GMT</pubDate>
    <dc:creator>lionxmx</dc:creator>
    <dc:date>2017-08-04T19:29:13Z</dc:date>
    <item>
      <title>help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666203#M102507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,I yocto imx6 bitbake&amp;nbsp; error',&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;ERROR: Nothing RPROVIDES 'alsa-utils-alsaconf'&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MACHINE=imx6slevk source fsl-setup-release.sh -b build-fb -e fb&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5 id="toc-hId-1175279036"&gt;&lt;SPAN&gt;Clone meta-qt5&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;Grab the latest stable meta-qt5 inside the yocto/sources directory:&lt;/P&gt;&lt;PRE&gt;$ git clone -b dizzy &lt;A href="https://github.com/meta-qt5/meta-qt5.git" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://github.com/meta-qt5/meta-qt5.git" rel="nofollow noopener noreferrer" target="test_blank"&gt;https://github.com/meta-qt5/meta-qt5.git&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;Be sure to clone the same branch for meta-qt5 as you are using for the other layers! (here we are using dizzy, so replace "dizzy" with your preferred branch.)&lt;/P&gt;&lt;H5 id="toc-hId--1376877925"&gt;&lt;SPAN&gt;Edit your yocto configuration files&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;1. Edit yocto/build/conf/bblayers.conf to add the meta-qt5 layer at the end:&lt;/P&gt;&lt;PRE&gt; ${BSPDIR}/sources/meta-qt5 \&amp;nbsp; ${BSPDIR}/sources/meta-openembedded/meta-ruby \&amp;nbsp; ${BSPDIR}/sources/meta-openembedded/meta-multimedia \&lt;/PRE&gt;&lt;P&gt;2. Edit yocto/build/conf/local.conf and add:&lt;/P&gt;&lt;PRE&gt;&lt;PRE&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh "&amp;nbsp; IMAGE_INSTALL_append = " gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \ autoconf automake ccache chkconfig glib-networking glibmm \ packagegroup-core-buildessential pkgconfig&amp;nbsp; \ boost cmake zlib glib-2.0 packagegroup-fsl-tools-testapps&amp;nbsp; \ &amp;nbsp;&amp;nbsp;&amp;nbsp; ruby \ &amp;nbsp;&amp;nbsp;&amp;nbsp; cpufrequtils \ &amp;nbsp;&amp;nbsp;&amp;nbsp; nano \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gdb \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gstreamer \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-meta-video \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-fsl-plugin \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-base-app \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-base \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-rtsp \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-udp \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-rtpmanager \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-rtp \ &amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-good-video4linux2 \ &amp;nbsp;&amp;nbsp;&amp;nbsp; openssh-sftp-server \ &amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-gstreamer \ &amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-testapps \ &amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-benchmark \ &amp;nbsp;&amp;nbsp;&amp;nbsp; imx-vpu \ &amp;nbsp;&amp;nbsp;&amp;nbsp; imx-test \&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; qtbase-fonts \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtbase-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtbase-tools \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtbase-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative-tools \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtdeclarative-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtmultimedia \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtmultimedia-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtmultimedia-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtmultimedia-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsvg \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsvg-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsensors \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtimageformats-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsystems \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsystems-tools \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsystems-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtsystems-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtscript \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qt3d \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qt3d-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qt3d-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qt3d-tools \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtwebkit \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtwebkit-examples-examples \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtwebkit-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtgraphicaleffects-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtconnectivity-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtlocation-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; qtlocation-qmlplugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; cinematicexperience \ &amp;nbsp;&amp;nbsp;&amp;nbsp; cairo pango fontconfig freetype pulseaudio dbus \ &amp;nbsp;&amp;nbsp;&amp;nbsp; alsa-lib alsa-tools alsa-state alsa-utils-alsaconf fsl-alsa-plugins \ &amp;nbsp;&amp;nbsp;&amp;nbsp; i2c-tools \&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; "

3.use Qt5 eglfs plugin for accelerated graphics using the framebuffer, you need to discard X11 and wayland so the proper graphics drivers get included:
DISTRO_FEATURES_remove = "x11 wayland"
4.&lt;SPAN&gt;Bitbake!&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;P&gt;Bitbake an image like core-image-minimal (you need to be in your yocto/build directory):&lt;/P&gt;&lt;PRE&gt; $ bitbake fsl-image-multimedia-full




&lt;/PRE&gt;&amp;nbsp;&lt;P&gt;Loading cache: 100% |###################################################################################################################################################| ETA:&amp;nbsp; 00:00:00
Loaded 2841 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'alsa-utils-alsaconf' (but /home/fsl-release-bsp/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-multimedia-full.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'alsa-utils-alsaconf' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['alsa-utils-alsaconf']
ERROR: Required build target 'fsl-image-multimedia-full' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-multimedia-full', 'alsa-utils-alsaconf']&lt;/P&gt;&lt;P&gt;Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/P&gt;
help! who meet this question ? how to slove it?
thanks!


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 19:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666203#M102507</guid>
      <dc:creator>lionxmx</dc:creator>
      <dc:date>2017-08-04T19:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666204#M102508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try bsps described on nxp i.MX official software link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for yocto/sources issues one can post on meta-fsl-arm mailing list, so that someone&lt;/P&gt;&lt;P&gt;familiar with it could them to assist you.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale" rel="nofollow" target="_blank"&gt;https://lists.yoctoproject.org/listinfo/meta-freescale&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 23:45:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666204#M102508</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-08-04T23:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666205#M102509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you , &lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;according to&amp;nbsp; &amp;nbsp;bsp described on nxp i.MX official software, when Machine configuration, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;MACHINE=nitrogen6x-lite source fsl-setup-release.sh -b build-fb -e fb &lt;BR /&gt;Configuring for imx6qsabresd&lt;BR /&gt;Error: The OE SDK/ADT was detected as already being present in this shell environment. Please use a clean shell when sourcing this environment script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;How to change &lt;SPAN style="color: #0000ff;"&gt;MACHINE configure,?this defaule imx6qsabresd,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;how to clean&amp;nbsp; environment script&amp;nbsp; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Aug 2017 23:24:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666205#M102509</guid>
      <dc:creator>lionxmx</dc:creator>
      <dc:date>2017-08-05T23:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666206#M102510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yocto Project Setup:&lt;/P&gt;&lt;P&gt;1. Setting up the repo utility ok :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$: mkdir ~/bin&lt;BR /&gt;$: curl &lt;A href="http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo"&gt;http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo&lt;/A&gt; &amp;gt; ~/bin/repo&lt;/P&gt;&lt;P&gt;chmod a+x ~/bin/repo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Download the BSP source:&lt;/P&gt;&lt;P&gt;$: PATH=${PATH}:~/bin&lt;BR /&gt;$: mkdir fsl-arm-yocto-bsp&lt;BR /&gt;$: cd fsl-arm-yocto-bsp&lt;BR /&gt;$: repo init -u &lt;A href="http://sw-stash.freescale.net/scm/imx/fsl-arm-yocto-bsp.git"&gt;http://sw-stash.freescale.net/scm/imx/fsl-arm-yocto-bsp.git&lt;/A&gt; -b imx-4.1.15-1.0.0_ga&lt;/P&gt;&lt;P&gt;$: repo sync&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Frame Buffer image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$: &amp;nbsp;DISTRO=fsl-imx-fb MACHINE=nitrogen6x-lite source fsl-setup-release.sh -b build-fb -e fb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Build directory is&amp;nbsp; build-fb&lt;BR /&gt;Configuring for nitrogen6x-lite&lt;BR /&gt;Error: The OE SDK/ADT was detected as already being present in this shell environment. Please use a clean shell when sourcing this environment script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;ERROR - No build directory is set yet. Run the 'setup-environment' script before running this script to create&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$: source setup-environment&lt;/P&gt;&lt;P&gt;Usage: source setup-environment &amp;lt;build-dir&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;build-dir&amp;gt;: specifies the build directory location (required)&lt;/P&gt;&lt;P&gt;If undefined, this script will set $MACHINE to 'imx6qsabresd'.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Supported machines: &lt;BR /&gt;&amp;nbsp;imx23evk&lt;BR /&gt;&amp;nbsp;imx28evk&lt;BR /&gt;&amp;nbsp;imx51evk&lt;BR /&gt;&amp;nbsp;imx53ard&lt;BR /&gt;&amp;nbsp;imx53qsb&lt;BR /&gt;&amp;nbsp;imx6dlsabreauto&lt;BR /&gt;&amp;nbsp;imx6dlsabresd&lt;BR /&gt;&amp;nbsp;imx6qdlsolo&lt;BR /&gt;&amp;nbsp;imx6qpsabreauto&lt;BR /&gt;&amp;nbsp;imx6qpsabresd&lt;BR /&gt;&amp;nbsp;imx6qsabreauto&lt;BR /&gt;&amp;nbsp;imx6qsabresd&lt;BR /&gt;&amp;nbsp;imx6slevk&lt;BR /&gt;&amp;nbsp;imx6solosabreauto&lt;BR /&gt;&amp;nbsp;imx6solosabresd&lt;BR /&gt;&amp;nbsp;imx6sx14x14arm2&lt;BR /&gt;&amp;nbsp;imx6sx17x17arm2&lt;BR /&gt;&amp;nbsp;imx6sx19x19ddr3arm2&lt;BR /&gt;&amp;nbsp;imx6sx19x19lpddr2arm2&lt;BR /&gt;&amp;nbsp;imx6sx_all&lt;BR /&gt;&amp;nbsp;imx6sxsabreauto&lt;BR /&gt;&amp;nbsp;imx6sxsabresd&lt;BR /&gt;&amp;nbsp;imx6ul14x14ddr3arm2&lt;BR /&gt;&amp;nbsp;imx6ul14x14lpddr2arm2&lt;BR /&gt;&amp;nbsp;imx6ul7d&lt;BR /&gt;&amp;nbsp;imx6ul9x9evk&lt;BR /&gt;&amp;nbsp;imx6ulevk&lt;BR /&gt;&amp;nbsp;imx7d12x12ddr3arm2&lt;BR /&gt;&amp;nbsp;imx7d12x12lpddr3arm2&lt;BR /&gt;&amp;nbsp;imx7d19x19ddr3arm2&lt;BR /&gt;&amp;nbsp;imx7d19x19lpddr2arm2&lt;BR /&gt;&amp;nbsp;imx7d19x19lpddr3arm2&lt;BR /&gt;&amp;nbsp;imx7dsabresd&lt;BR /&gt;&amp;nbsp;ls1021atwr&lt;BR /&gt;&amp;nbsp;twr-vf65gs10&lt;BR /&gt;&amp;nbsp;apalis-imx6&lt;BR /&gt;&amp;nbsp;cfa10036&lt;BR /&gt;&amp;nbsp;cfa10037&lt;BR /&gt;&amp;nbsp;cfa10049&lt;BR /&gt;&amp;nbsp;cfa10055&lt;BR /&gt;&amp;nbsp;cfa10056&lt;BR /&gt;&amp;nbsp;cfa10057&lt;BR /&gt;&amp;nbsp;cfa10058&lt;BR /&gt;&amp;nbsp;cgtqmx6&lt;BR /&gt;&amp;nbsp;cm-fx6&lt;BR /&gt;&amp;nbsp;colibri-imx6&lt;BR /&gt;&amp;nbsp;colibri-vf&lt;BR /&gt;&amp;nbsp;cubox-i&lt;BR /&gt;&amp;nbsp;imx233-olinuxino-maxi&lt;BR /&gt;&amp;nbsp;imx233-olinuxino-micro&lt;BR /&gt;&amp;nbsp;imx233-olinuxino-mini&lt;BR /&gt;&amp;nbsp;imx233-olinuxino-nano&lt;BR /&gt;&amp;nbsp;imx6dl-riotboard&lt;BR /&gt;&amp;nbsp;imx6qsabrelite&lt;BR /&gt;&amp;nbsp;imx6sl-warp&lt;BR /&gt;&amp;nbsp;m28evk&lt;BR /&gt;&amp;nbsp;m53evk&lt;BR /&gt;&amp;nbsp;nitrogen6sx&lt;BR /&gt;&amp;nbsp;nitrogen6x&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;nitrogen6x-lite&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;pcm052&lt;BR /&gt;&amp;nbsp;ventana&lt;BR /&gt;&amp;nbsp;wandboard&lt;/P&gt;&lt;P&gt;To build for a machine listed above, run this script as:&lt;BR /&gt;MACHINE=&amp;lt;machine&amp;gt; source setup-environment &amp;lt;build-dir&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try DISTRO=fsl-imx-fb MACHINE=nitrogen6x-lite source fsl-setup-release.sh -b build-fb -e fb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this error again:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Build directory is&amp;nbsp; build-fb&lt;BR /&gt;Configuring for nitrogen6x-lite&lt;BR /&gt;Error: The OE SDK/ADT was detected as already being present in this shell environment. Please use a clean shell when sourcing this environment script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;ERROR - No build directory is set yet. Run the 'setup-environment' script before running this script to create&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to slove this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Aug 2017 12:40:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666206#M102510</guid>
      <dc:creator>lionxmx</dc:creator>
      <dc:date>2017-08-06T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666207#M102511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-1616"&gt;https://community.nxp.com/docs/DOC-1616&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nitrogen board is third party boundary devices board, not nxp board.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://boundarydevices.com/product/nitrogen6x-board-imx6-arm-cortex-a9-sbc/" title="https://boundarydevices.com/product/nitrogen6x-board-imx6-arm-cortex-a9-sbc/"&gt;i.MX6 Embedded Single Board Computer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Aug 2017 23:20:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/help/m-p/666207#M102511</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-08-06T23:20:10Z</dc:date>
    </item>
  </channel>
</rss>

