<?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 ls1021atwr boot issue in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706181#M2852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to load a new OS image onto the LS1021ATWR development board and having a few problems.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have downloaded and installed the QorIQ SDK V2.0-1703 including the "image" iso. I have built the core and minimal OS images and attempted to boot from the SDcard by loading the images to a ramdisk and booting from this. However i get a few errors once the filesystem is mounted which include:&lt;/P&gt;&lt;PRE&gt;Bad inittab entry at line 5&lt;/PRE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;can't open /dev/si: No such file or directory
can't open /dev/~~: No such file or directory
can't open /dev/l0: No such file or directory
can't open /dev/l1: No such file or directory
can't open /dev/l2: No such file or directory
can't open /dev/l3: No such file or directory
can't open /dev/l4: No such file or directory&lt;/PRE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the same test using the pre-built images from the SDK Images iso and get the same errors.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also compared the inittab file to that pre-installed in the NOR flash on the development card and line 5 appears to be identical.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My uboot environment for testing against the pre-built images is&lt;/P&gt;&lt;PRE&gt;baudrate=115200
bootargs=‘root=/dev/ram0 rw rootdelay=5 ramdisk_size=40000000 console=ttyS0,115200’
bootcmd=mmcinfo;ext2load mmc 0:2 $loadaddr /boot/$bootfile;ext2load mmc 0:2 $fdtaddr /boot/$fdtfile;ext2load mmc 0:2 $fsaddr /$filesystemfile;bootm $loadaddr $fsaddr $fdtaddr
bootdelay=3
bootfile=uImage-ls1021atwr_image.bin
dnsip=10.192.130.201
eth1addr=00:04:9f:04:e1:f9
eth2addr=00:04:9f:04:e1:fa
ethact=eTSEC3
ethaddr=00:04:9f:04:e1:f8
ethprime=eTSEC3
fdt_high=0xffffffff
fdtaddr=8f000000
fdtcontroladdr=bef0ed34
fdtfile=uImage-ls1021a-twr_image.dtb
filesystemfile=fsl-image-core-ls1021atwr-20160514210716.rootfs.ext2.gz.u-boot
fsaddr=88000000
gatewayip=10.193.20.254
initrd_high=0xffffffff
ipaddr=10.193.20.191
loadaddr=83000000
netmask=255.255.255.0
scsidevs=0
serverip=10.192.208.233
stderr=serial
stdin=serial
stdout=serial&lt;/PRE&gt;&lt;P&gt;and i have attached a log of the boot sequence.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Matt&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-337253" rel="nofollow noopener noreferrer" target="_blank"&gt;boot.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Aug 2017 11:01:02 GMT</pubDate>
    <dc:creator>matt8156</dc:creator>
    <dc:date>2017-08-24T11:01:02Z</dc:date>
    <item>
      <title>ls1021atwr boot issue</title>
      <link>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706181#M2852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to load a new OS image onto the LS1021ATWR development board and having a few problems.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have downloaded and installed the QorIQ SDK V2.0-1703 including the "image" iso. I have built the core and minimal OS images and attempted to boot from the SDcard by loading the images to a ramdisk and booting from this. However i get a few errors once the filesystem is mounted which include:&lt;/P&gt;&lt;PRE&gt;Bad inittab entry at line 5&lt;/PRE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;can't open /dev/si: No such file or directory
can't open /dev/~~: No such file or directory
can't open /dev/l0: No such file or directory
can't open /dev/l1: No such file or directory
can't open /dev/l2: No such file or directory
can't open /dev/l3: No such file or directory
can't open /dev/l4: No such file or directory&lt;/PRE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the same test using the pre-built images from the SDK Images iso and get the same errors.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also compared the inittab file to that pre-installed in the NOR flash on the development card and line 5 appears to be identical.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My uboot environment for testing against the pre-built images is&lt;/P&gt;&lt;PRE&gt;baudrate=115200
bootargs=‘root=/dev/ram0 rw rootdelay=5 ramdisk_size=40000000 console=ttyS0,115200’
bootcmd=mmcinfo;ext2load mmc 0:2 $loadaddr /boot/$bootfile;ext2load mmc 0:2 $fdtaddr /boot/$fdtfile;ext2load mmc 0:2 $fsaddr /$filesystemfile;bootm $loadaddr $fsaddr $fdtaddr
bootdelay=3
bootfile=uImage-ls1021atwr_image.bin
dnsip=10.192.130.201
eth1addr=00:04:9f:04:e1:f9
eth2addr=00:04:9f:04:e1:fa
ethact=eTSEC3
ethaddr=00:04:9f:04:e1:f8
ethprime=eTSEC3
fdt_high=0xffffffff
fdtaddr=8f000000
fdtcontroladdr=bef0ed34
fdtfile=uImage-ls1021a-twr_image.dtb
filesystemfile=fsl-image-core-ls1021atwr-20160514210716.rootfs.ext2.gz.u-boot
fsaddr=88000000
gatewayip=10.193.20.254
initrd_high=0xffffffff
ipaddr=10.193.20.191
loadaddr=83000000
netmask=255.255.255.0
scsidevs=0
serverip=10.192.208.233
stderr=serial
stdin=serial
stdout=serial&lt;/PRE&gt;&lt;P&gt;and i have attached a log of the boot sequence.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Matt&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-337253" rel="nofollow noopener noreferrer" target="_blank"&gt;boot.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 11:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706181#M2852</guid>
      <dc:creator>matt8156</dc:creator>
      <dc:date>2017-08-24T11:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: ls1021atwr boot issue</title>
      <link>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706182#M2853</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;Test your board using u-boot on SD card from the &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;QorIQ SDK V2.0-1703.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Find the "Programming U-boot to SD card" in the Section 4.4.4.7 of NXP SDK 2.0-1703 documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fsupporting-information%2FQORIQ-SDK-2.0-IC-REV0.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf&lt;/A&gt;&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>Fri, 25 Aug 2017 05:01:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706182#M2853</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-08-25T05:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: ls1021atwr boot issue</title>
      <link>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706183#M2854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, There do not seem to be any pre-built images for the ls1021atwr in the V2.0-1703 download.&lt;/P&gt;&lt;P&gt;I have built the images myself but which one should i use? the instructions you refer to do not define the file.&lt;/P&gt;&lt;P&gt;I would guess it is u-boot-nor.bin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:35:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706183#M2854</guid>
      <dc:creator>matt8156</dc:creator>
      <dc:date>2017-08-29T15:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: ls1021atwr boot issue</title>
      <link>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706184#M2855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It appears i'm having the same issue with the LS1046ARDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get the same errors after the kernel starts up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;Bad inittab entry at line 5&lt;/PRE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;can't open /dev/si: No such file or directory
can't open /dev/~~: No such file or directory
can't open /dev/l0: No such file or directory
can't open /dev/l1: No such file or directory
can't open /dev/l2: No such file or directory
can't open /dev/l3: No such file or directory
can't open /dev/l4: No such file or directory

&lt;/PRE&gt;&lt;P&gt;I can't get your pre-built images to work because you don't provide the rootfs which i need to load from the SDCard on this target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 15:49:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706184#M2855</guid>
      <dc:creator>matt8156</dc:creator>
      <dc:date>2017-08-30T15:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: ls1021atwr boot issue</title>
      <link>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706185#M2856</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;Find u-boot image files in the following folder:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;QorIQ-SDK-V2.0-20160527-yocto/build_ls1021atwr/tmp/deploy/images/ls1021atwr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Find the following file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;u-boot-sdcard-ifc-2016.09+fslgit-r0.bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;See the Section 4.4.4.7 of nXP SDK 2.0-1703 documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fsupporting-information%2FQORIQ-SDK-2.0-IC-REV0.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf&lt;/A&gt;&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>Thu, 31 Aug 2017 06:12:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706185#M2856</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-08-31T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: ls1021atwr boot issue</title>
      <link>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706186#M2857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your replies, I fixed my issue by reinstalling the QorIQ SDK and rebuilding the OS. Updating Uboot was not necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for both the LS1046ARDB and LS1021ATWR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 15:48:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/ls1021atwr-boot-issue/m-p/706186#M2857</guid>
      <dc:creator>matt8156</dc:creator>
      <dc:date>2017-08-31T15:48:41Z</dc:date>
    </item>
  </channel>
</rss>

