<?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のトピックRe: /sys folder empty after deploying the image on the SD card</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598206#M89776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sysfs should be mounted on /sys in the filesystem. You can check it such way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# mount|grep sysfs&lt;BR /&gt;sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose it is not in your case for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There shouls be a script named like mountkernfs.sh in the system. This script mounts sysfs among other kernel filesystems. I suppose it of its work is broken somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround you can mount it with the command like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# mount -t sysfs none /sys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 22 Feb 2017 09:10:45 GMT</pubDate>
    <dc:creator>b36401</dc:creator>
    <dc:date>2017-02-22T09:10:45Z</dc:date>
    <item>
      <title>/sys folder empty after deploying the image on the SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598203#M89773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;Please Help!!!&lt;/P&gt;&lt;P&gt;I am using imx6ulevk for my embedded application.&lt;/P&gt;&lt;P&gt;After I deployed the whole image on the sd card with the following command&lt;/P&gt;&lt;PRE style="background-color: #f7f7f7; padding: 16px;"&gt;$ sudo dd if=build/tmp/deploy/images/imx6ulevk/fsl-image-qt5-imx6ulevk.sdcard of=/dev/&lt;SPAN class="" style="color: #a71d5d;"&gt;&amp;lt;&lt;/SPAN&gt;sdcard dev&lt;SPAN class="" style="color: #a71d5d;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;i figured out that my /sys folder inside the SD is empty. Nothing inside, 0 bytes.&lt;/P&gt;&lt;P&gt;I can boot the Linux on imx6ulevk board but I cannot&amp;nbsp; stop the LCD for turning blank after 5min&lt;/P&gt;&lt;P&gt;because "$ echo 0 &amp;gt; /sys/class/graphics/fb0/blank" and others similar commands will not work since /sys folder is empty.&lt;/P&gt;&lt;P&gt;when " $ du -hs /sys" returns 0 bytes and " $ vi&amp;nbsp; sys/class/graphics/fb0/blank" returns "cannot read the file"&lt;/P&gt;&lt;P&gt;I tried everything below to disable the blanking&amp;nbsp; but without succes:&lt;/P&gt;&lt;P&gt;echo -e '\033[9]' &amp;gt; /dev/tty0&lt;/P&gt;&lt;P&gt;echo -e '\033[9;0]' &amp;gt; /dev/tty1&lt;/P&gt;&lt;P&gt;echo 0 &amp;gt; /sys/class/graphics/fb0/blank&lt;/P&gt;&lt;P&gt;echo 0 &amp;gt; /sys/class/graphics/fb1/blank&lt;/P&gt;&lt;P&gt;passing consoleblank=0 to bootargs&lt;/P&gt;&lt;P&gt;modifying drivers/tty/vt/vt.c with static int blankinterval = 0;&lt;/P&gt;&lt;P&gt;Disabling CONFIG_VT_CONSOLE&lt;/P&gt;&lt;P&gt;setterm -blank 0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; line-height: 1.5em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any help will be welcome.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Theo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 15:43:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598203#M89773</guid>
      <dc:creator>lordtheo</dc:creator>
      <dc:date>2017-02-03T15:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: /sys folder empty after deploying the image on the SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598204#M89774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can download the binary release to try &lt;/P&gt;&lt;P&gt;For avoid the auto blank, you can give the kernel parameters consoleblank=0 by uboot boot args, which is in the Linux source tree document Documentation\kernel-parameters.txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the device connected to the port is not a TTY but a braille device, prepend "brl," before the device type, for instance console=brl,ttyS0 For now, only VisioBraille is supported.&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;consoleblank=&amp;nbsp;[KNL]&lt;/STRONG&gt; The console blank (screen saver) timeout in seconds. Defaults to 10*60 = 10mins. A value of 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;disables the blank timer.&lt;BR /&gt;&amp;nbsp;coredump_filter= [KNL] Change the default value for&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/proc/&amp;lt;pid&amp;gt;/coredump_filter.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;See also Documentation/filesystems/proc.txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/i.mx-application-processors/i.mx-6-processors/i.mx-6ultralite-processor-low-power-secure-arm-cortex-a7-core:i.MX6UL?tab=Design_Tools_Tab"&gt;http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/i.mx-application-processors/i.mx-6-processors/i.mx-6ultralite-processor-low-power-secure-arm-cortex-a7-core:i.MX6UL?tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Untitled2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13080i99C607D39EC3529C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled2.png" alt="Untitled2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 02:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598204#M89774</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2017-02-06T02:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: /sys folder empty after deploying the image on the SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598205#M89775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biyong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;P&gt;Following the advice from Eric Chen, I finally got it solved. The trick was to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create this file:&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@imx6ulevk:~# cat /etc/default/weston&lt;/P&gt;&lt;P&gt;OPTARGS="-i30000"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-i&amp;lt;sec&amp;gt; for the idle timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Theo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 15:11:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598205#M89775</guid>
      <dc:creator>lordtheo</dc:creator>
      <dc:date>2017-02-07T15:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: /sys folder empty after deploying the image on the SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598206#M89776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sysfs should be mounted on /sys in the filesystem. You can check it such way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# mount|grep sysfs&lt;BR /&gt;sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose it is not in your case for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There shouls be a script named like mountkernfs.sh in the system. This script mounts sysfs among other kernel filesystems. I suppose it of its work is broken somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround you can mount it with the command like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# mount -t sysfs none /sys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 22 Feb 2017 09:10:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sys-folder-empty-after-deploying-the-image-on-the-SD-card/m-p/598206#M89776</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2017-02-22T09:10:45Z</dc:date>
    </item>
  </channel>
</rss>

