<?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: Unable to login console after the system starts</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687260#M106373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;可以尝试修改一下rootfs里面的默认启动项或服务；之间我的是因为RTC的服务一直没有加载起来问题，你的板子可能是其它问题导致启动项一直没有成功加载完；/etc/rc*.d/ （*是运行等级，有多个文件夹，包括rcS）里面的S开头的文件，尝试关闭或删除一些&amp;nbsp;再试试。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2018 12:48:43 GMT</pubDate>
    <dc:creator>liquanduan</dc:creator>
    <dc:date>2018-10-12T12:48:43Z</dc:date>
    <item>
      <title>Unable to login console after the system starts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687256#M106369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use default configurations to bitbake a rootfs files for i.mxSolo target board.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;bitbake image-core-base&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;when i download it to the target device, and power on, the system seems run well but no login console.&lt;/P&gt;&lt;P&gt;I try to press "Enter" but no any response on the screen.&lt;/P&gt;&lt;P&gt;I can text "setenv" or "printenv" command during the u-boot step but no in kernel period.&lt;/P&gt;&lt;P&gt;So the hardware of UART might be well.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Here are some informations from console, full infos attached in the end:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;kjournald starting.&amp;nbsp; Commit interval 5 seconds&lt;BR /&gt;EXT3-fs (mmcblk3p2): using internal journal&lt;BR /&gt;EXT3-fs (mmcblk3p2): recovery complete&lt;BR /&gt;EXT3-fs (mmcblk3p2): mounted filesystem with ordered data mode&lt;BR /&gt;VFS: Mounted root (ext3 filesystem) on device 179:2.&lt;BR /&gt;devtmpfs: mounted&lt;BR /&gt;Freeing unused kernel memory: 296K (808ec000 - 80936000)&lt;BR /&gt;INIT: version 2.88 booting&lt;BR /&gt;Starting udev&lt;BR /&gt;udevd[172]: starting version 3.1.5&lt;BR /&gt;random: udevd urandom read with 18 bits of entropy available&lt;BR /&gt;bootlogd: cannot allocate pseudo tty: No such file or directory&lt;BR /&gt;Mon Jun 26 06:13:15 UTC 2017&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//message printing stopped here for a while and then print next line info:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;random: nonblocking pool is initialized&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It seems system is not crashed but working.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the problem?Anyone can give me helps? Thanks!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336547"&gt;tty_unable_to_login.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 03:05:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687256#M106369</guid>
      <dc:creator>liquanduan</dc:creator>
      <dc:date>2017-07-07T03:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login console after the system starts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687257#M106370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved! Because "hwclock -w" command execute failed while bootmisc.sh running, and it blocked the process. Configure the RTC Driver the target board in the kernel or disable the RTC function can fix it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 07:55:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687257#M106370</guid>
      <dc:creator>liquanduan</dc:creator>
      <dc:date>2017-07-10T07:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login console after the system starts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687258#M106371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for letting know it.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 02:18:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687258#M106371</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2017-07-12T02:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login console after the system starts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687259#M106372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="240595" data-username="liquanduan" href="https://community.nxp.com/people/liquanduan"&gt;Liquan Duan&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;now my board log has the same problem with you, but i have check the RTC module is loaded normally, and after the log "random: udevd urandom read with 18 bits of entropy available", it still stops for 2 seconds, do you know what's wrong with my software?thank you very much&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 06:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687259#M106372</guid>
      <dc:creator>1182614726</dc:creator>
      <dc:date>2018-10-11T06:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login console after the system starts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687260#M106373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;可以尝试修改一下rootfs里面的默认启动项或服务；之间我的是因为RTC的服务一直没有加载起来问题，你的板子可能是其它问题导致启动项一直没有成功加载完；/etc/rc*.d/ （*是运行等级，有多个文件夹，包括rcS）里面的S开头的文件，尝试关闭或删除一些&amp;nbsp;再试试。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 12:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-login-console-after-the-system-starts/m-p/687260#M106373</guid>
      <dc:creator>liquanduan</dc:creator>
      <dc:date>2018-10-12T12:48:43Z</dc:date>
    </item>
  </channel>
</rss>

