<?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 Re: P2041RDB-PC USB Boot Kernel Panic in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/P2041RDB-PC-USB-Boot-Kernel-Panic/m-p/422874#M2393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;The small mistake I did, I must have used ext2fs&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; usb start&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; ext2load usb 0:0 $loadaddr img/uImage.bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; &lt;SPAN style="color: #51626f;"&gt;ext2load&lt;/SPAN&gt; usb 0:0 $fdtaddr img/uImage.dtb&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; setenv usbboot "setenv bootargs root=/dev/sdb rw rootdelay=5 &lt;/STRONG&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;console=$consoledev,$baudrate $othbootargs;bootm $loadaddr - $fdtaddr"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; run usbboot&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to format flash disk using &lt;STRONG style="font-family: 'courier new', courier;"&gt;mkfs.ext2 /dev/sdb1&lt;/STRONG&gt; before deploying root file system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Gopi Krishnan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 05:50:10 GMT</pubDate>
    <dc:creator>gopikrishnan</dc:creator>
    <dc:date>2015-06-24T05:50:10Z</dc:date>
    <item>
      <title>P2041RDB-PC USB Boot Kernel Panic</title>
      <link>https://community.nxp.com/t5/P-Series/P2041RDB-PC-USB-Boot-Kernel-Panic/m-p/422873#M2392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to boot my entire system from USB Flash disk. Installed SDK QorIQ-&lt;/P&gt;&lt;P&gt;SDK-V1.8-20150619-yocto.&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;P&gt;I built image for P2041RDB using&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;P&gt;$ bitbake fsl-image-full &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;P&gt;Under tmp/deploy/images/p2041rdb/&lt;/P&gt;&lt;P&gt;I copied&lt;/P&gt;&lt;P&gt;1) uImage--3.12-r0-p2041rdb-20150623072158.bin -&amp;gt; /flash_disk/uImage.bin&lt;/P&gt;&lt;P&gt;2) uImage--3.12-r0-p2041rdb-20150623072158.dtb -&amp;gt; /flash_disk/uImage.dtb&lt;/P&gt;&lt;P&gt;3) Extracted fsl-image-full-p2041rdb.tar.gz -&amp;gt; /flash_disk/&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;P&gt;On u-boot of P2041RDB-PC board&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;P&gt;=&amp;gt; usb start&lt;/P&gt;&lt;P&gt;=&amp;gt; fatload usb 0:0 $loadaddr img/uImage.bin&lt;/P&gt;&lt;P&gt;=&amp;gt; fatload usb 0:0 $fdtaddr img/uImage.dtb&lt;/P&gt;&lt;P&gt;=&amp;gt; setenv usbboot setenv bootargs root=/dev/sdb rw rootdelay=5 &lt;/P&gt;&lt;P&gt;console=$consoledev,$baudrate $othbootargs;bootm $loadaddr - $fdtaddr&lt;/P&gt;&lt;P&gt;=&amp;gt; run usbboot&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;P&gt;But endup with kernel painc error Attachment: "err_in_boot.txt"&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;P&gt;Please note that, I tried both root=/dev/sdb and root=/dev/sdb1. The flash disk is not partitioned. So probably root=/dev/sdb would be correct. and the disk was formatted using vFAT filesystem Please correct If I was wrong.&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;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Gopi Krishnan S&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-337197"&gt;err_in_boot.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 11:04:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P2041RDB-PC-USB-Boot-Kernel-Panic/m-p/422873#M2392</guid>
      <dc:creator>gopikrishnan</dc:creator>
      <dc:date>2015-06-23T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: P2041RDB-PC USB Boot Kernel Panic</title>
      <link>https://community.nxp.com/t5/P-Series/P2041RDB-PC-USB-Boot-Kernel-Panic/m-p/422874#M2393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;The small mistake I did, I must have used ext2fs&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; usb start&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; ext2load usb 0:0 $loadaddr img/uImage.bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; &lt;SPAN style="color: #51626f;"&gt;ext2load&lt;/SPAN&gt; usb 0:0 $fdtaddr img/uImage.dtb&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; setenv usbboot "setenv bootargs root=/dev/sdb rw rootdelay=5 &lt;/STRONG&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;console=$consoledev,$baudrate $othbootargs;bootm $loadaddr - $fdtaddr"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&amp;gt; run usbboot&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to format flash disk using &lt;STRONG style="font-family: 'courier new', courier;"&gt;mkfs.ext2 /dev/sdb1&lt;/STRONG&gt; before deploying root file system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Gopi Krishnan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 05:50:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P2041RDB-PC-USB-Boot-Kernel-Panic/m-p/422874#M2393</guid>
      <dc:creator>gopikrishnan</dc:creator>
      <dc:date>2015-06-24T05:50:10Z</dc:date>
    </item>
  </channel>
</rss>

