<?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 sd card rootfs problem in QorIQ</title>
    <link>https://community.nxp.com/t5/QorIQ/sd-card-rootfs-problem/m-p/678476#M5259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an LS1043ARDB board and I follow the "QorIQ-SDK-2.0-1703-IC-Rev0.pdf" to deploy it. I follow the sector 4.4.7.9.4 and &amp;nbsp;boot from sd card is ok, using kernel at itb file and SD card partition as rootfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; setenv bootargs "root=/dev/mmcblk0p1 rw earlycon=uart8250,0x21c0500 console=ttyS0,115200"&lt;/P&gt;&lt;P&gt;=&amp;gt; ext2load mmc 0 a0000000 kernel.itb &amp;amp;&amp;amp; bootm a0000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I tried to use the NOR bank0 boot but let it use the SD card partition as rootfs. The NOR bank0 u-boot bootargs is link this&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;bootargs=console=ttyS0,115200 root=/dev/ram0&amp;nbsp;earlycon=uart8250,0x21c0500,115200"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then I use command&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;=&amp;gt; setenv bootargs "root=/dev/mmcblk0p1 rw earlycon=uart8250,0x21c0500 console=ttyS0,115200"&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;=&amp;gt; boot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;but the kernel can't recognise SD card partition rootfs and print errors:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;[ 4.253800] VFS: Mounted root (ext2 filesystem) on device 1:0.&lt;BR /&gt;Bad inittab entry at line 5&lt;BR /&gt;can't open /dev/si: No such file or directory&lt;BR /&gt;can't open /dev/~~: No such file or directory&lt;BR /&gt;can't open /dev/l0: No such file or directory&lt;BR /&gt;can't open /dev/l1: No such file or directory&lt;BR /&gt;can't open /dev/l2: No such file or directory&lt;BR /&gt;can't open /dev/l3: No such file or directory&lt;BR /&gt;can't open /dev/l4: No such file or directory&lt;BR /&gt;can't open /dev/l5: No such file or directory&lt;BR /&gt;can't open /dev/l6: No such file or directory&lt;BR /&gt;can't open /dev/z6: No such file or directory&lt;BR /&gt;can't open /dev/S0: No such file or directory&lt;BR /&gt;can't open /dev/AMA0: No such file or directory&lt;BR /&gt;can't open /dev/z6: No such file or directory&lt;BR /&gt;can't open /dev/S0: No such file or directory&lt;BR /&gt;can't open /dev/AMA0: No such file or directory&lt;BR /&gt;can't open /dev/z6: No such file or directory&lt;BR /&gt;can't open /dev/S0: No such file or directory&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the kernel missing something or I can't do link this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2017 01:06:39 GMT</pubDate>
    <dc:creator>yankz</dc:creator>
    <dc:date>2017-07-24T01:06:39Z</dc:date>
    <item>
      <title>sd card rootfs problem</title>
      <link>https://community.nxp.com/t5/QorIQ/sd-card-rootfs-problem/m-p/678476#M5259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an LS1043ARDB board and I follow the "QorIQ-SDK-2.0-1703-IC-Rev0.pdf" to deploy it. I follow the sector 4.4.7.9.4 and &amp;nbsp;boot from sd card is ok, using kernel at itb file and SD card partition as rootfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; setenv bootargs "root=/dev/mmcblk0p1 rw earlycon=uart8250,0x21c0500 console=ttyS0,115200"&lt;/P&gt;&lt;P&gt;=&amp;gt; ext2load mmc 0 a0000000 kernel.itb &amp;amp;&amp;amp; bootm a0000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I tried to use the NOR bank0 boot but let it use the SD card partition as rootfs. The NOR bank0 u-boot bootargs is link this&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;bootargs=console=ttyS0,115200 root=/dev/ram0&amp;nbsp;earlycon=uart8250,0x21c0500,115200"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then I use command&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;=&amp;gt; setenv bootargs "root=/dev/mmcblk0p1 rw earlycon=uart8250,0x21c0500 console=ttyS0,115200"&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;=&amp;gt; boot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;but the kernel can't recognise SD card partition rootfs and print errors:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;[ 4.253800] VFS: Mounted root (ext2 filesystem) on device 1:0.&lt;BR /&gt;Bad inittab entry at line 5&lt;BR /&gt;can't open /dev/si: No such file or directory&lt;BR /&gt;can't open /dev/~~: No such file or directory&lt;BR /&gt;can't open /dev/l0: No such file or directory&lt;BR /&gt;can't open /dev/l1: No such file or directory&lt;BR /&gt;can't open /dev/l2: No such file or directory&lt;BR /&gt;can't open /dev/l3: No such file or directory&lt;BR /&gt;can't open /dev/l4: No such file or directory&lt;BR /&gt;can't open /dev/l5: No such file or directory&lt;BR /&gt;can't open /dev/l6: No such file or directory&lt;BR /&gt;can't open /dev/z6: No such file or directory&lt;BR /&gt;can't open /dev/S0: No such file or directory&lt;BR /&gt;can't open /dev/AMA0: No such file or directory&lt;BR /&gt;can't open /dev/z6: No such file or directory&lt;BR /&gt;can't open /dev/S0: No such file or directory&lt;BR /&gt;can't open /dev/AMA0: No such file or directory&lt;BR /&gt;can't open /dev/z6: No such file or directory&lt;BR /&gt;can't open /dev/S0: No such file or directory&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the kernel missing something or I can't do link this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 01:06:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/sd-card-rootfs-problem/m-p/678476#M5259</guid>
      <dc:creator>yankz</dc:creator>
      <dc:date>2017-07-24T01:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: sd card rootfs problem</title>
      <link>https://community.nxp.com/t5/QorIQ/sd-card-rootfs-problem/m-p/678477#M5260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Try to use u-boot in NOR Flash from the same SDK as kernel and root file system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Mon, 24 Jul 2017 04:50:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/sd-card-rootfs-problem/m-p/678477#M5260</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-07-24T04:50:31Z</dc:date>
    </item>
  </channel>
</rss>

