<?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>i.MX Processorsのトピックsystem hangs while booting when using systemd</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/system-hangs-while-booting-when-using-systemd/m-p/516798#M83992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using imx6ul evk with yocto and I build my yocto in following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTRO=fsl-imx-fb MACHINE=imx6ulevk source fsl-setup-release.sh -b image_4_1_15&lt;/P&gt;&lt;P&gt;bitbake fsl-image-machine-test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to use systemd instead of sysvinit so&amp;nbsp; made following changes to local.conf&lt;/P&gt;&lt;P&gt;DISTRO_FEATURES_append = " systemd"&lt;/P&gt;&lt;P&gt;VIRTUAL-RUNTIME_init_manager = "systemd"&lt;/P&gt;&lt;P&gt;DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to form image but it hangs while booting. While searching for solution I came to know we need to enable &lt;/P&gt;&lt;P&gt;CONFIG_FHANDLE=y in deconfig. Thus my question where should I enable and in which recipe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 07:46:04 GMT</pubDate>
    <dc:creator>pratyushtomar</dc:creator>
    <dc:date>2016-06-08T07:46:04Z</dc:date>
    <item>
      <title>system hangs while booting when using systemd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/system-hangs-while-booting-when-using-systemd/m-p/516798#M83992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using imx6ul evk with yocto and I build my yocto in following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTRO=fsl-imx-fb MACHINE=imx6ulevk source fsl-setup-release.sh -b image_4_1_15&lt;/P&gt;&lt;P&gt;bitbake fsl-image-machine-test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to use systemd instead of sysvinit so&amp;nbsp; made following changes to local.conf&lt;/P&gt;&lt;P&gt;DISTRO_FEATURES_append = " systemd"&lt;/P&gt;&lt;P&gt;VIRTUAL-RUNTIME_init_manager = "systemd"&lt;/P&gt;&lt;P&gt;DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to form image but it hangs while booting. While searching for solution I came to know we need to enable &lt;/P&gt;&lt;P&gt;CONFIG_FHANDLE=y in deconfig. Thus my question where should I enable and in which recipe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 07:46:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/system-hangs-while-booting-when-using-systemd/m-p/516798#M83992</guid>
      <dc:creator>pratyushtomar</dc:creator>
      <dc:date>2016-06-08T07:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: system hangs while booting when using systemd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/system-hangs-while-booting-when-using-systemd/m-p/516799#M83993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How exactly the system hangs? What is going on.&lt;/P&gt;&lt;P&gt;I mean what output you see after Linux kernel starts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 09:08:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/system-hangs-while-booting-when-using-systemd/m-p/516799#M83993</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2016-06-10T09:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: system hangs while booting when using systemd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/system-hangs-while-booting-when-using-systemd/m-p/516800#M83994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratyush,&lt;/P&gt;&lt;P&gt;I hope you must have got the answer to your problem but for those who are still looking for the same problem, I am posting this reply.&lt;/P&gt;&lt;P&gt;The way you did changes in local.conf file is correct and now what we require is to enable "CONFIG_FHANDLE=y" in .config file and make a patch ,for this, go to terminal inside your build&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 check name and version of your OE-Kernel&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ bitbake --show-versions&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Now I am having linux-imx as oe-kernel so building for that..&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ bitbake linux-imx -c cleansstate&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 To modify the kernel configuration, run menuconfig via bitbake. Make your changes and save the configuration. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ bitbake linux-imx -c menuconfig&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --here,modify CONFIG_FHANDLE=y&amp;nbsp; (enable it..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 The new kernel configuration file you created can be found here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $tmp/work/imx6dlsabresd-poky-linux-gnueabi/linux-imx/4.1.15-r0/git/.git/.config&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; check this file if CONFIG_FHANDLE=y present&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(my board is i.mx6 duallitesabresd,hence the path accordingly.. you also must be having same kind of path..)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 go to build location&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ cd&amp;nbsp; to build location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6 Copy that file to where the bitbake recipe for the kernel will use it. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cp tmp/work/imx6dlsabresd-poky-linux-gnueabi/linux-imx/4.1.15-r0/fragment.cfg /sources/meta-jcrdlitesabresd/recipes-kernel/linux-imx/4.1.15-r0&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7 run following cmd in series now:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ bitbake linux-imx -c cleansstate&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ bitbake linux-imx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ bitbake jcrdlitesabresdimage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; now burn your image into sd card and enjoy..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 06:00:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/system-hangs-while-booting-when-using-systemd/m-p/516800#M83994</guid>
      <dc:creator>djoygaurav</dc:creator>
      <dc:date>2016-11-08T06:00:10Z</dc:date>
    </item>
  </channel>
</rss>

