<?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 B4860 boot from NAND/SPI flash problem in Qonverge</title>
    <link>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776635#M387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a customize B4860 board, there is no NOR flash.&lt;/P&gt;&lt;P&gt;There is one spansion spi flash and one &lt;SPAN class=""&gt;MT29F4G08ABBDAH4&lt;/SPAN&gt; nand flash which is same with B4860QDS board. I'm using SDK-1.6, and use the u-boot config of B4860QDS_NAND_config to compile the u-boot. Final I got the u-boot-with-spl-pbl.bin image. Using codewarrior to write the uboot to the first block of nand flash. Then I switch the hw rcw_souce with 1_0000_01nn (for nn, I tried 00, 11, 01, 10, none of them work), seems the B4860 can't bootup. Anything wrong?&lt;/P&gt;&lt;P&gt;Anybody know the exact procedure to boot from NAND/SPI flash for B4860?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2017 02:35:45 GMT</pubDate>
    <dc:creator>frank2li</dc:creator>
    <dc:date>2017-11-15T02:35:45Z</dc:date>
    <item>
      <title>B4860 boot from NAND/SPI flash problem</title>
      <link>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776635#M387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a customize B4860 board, there is no NOR flash.&lt;/P&gt;&lt;P&gt;There is one spansion spi flash and one &lt;SPAN class=""&gt;MT29F4G08ABBDAH4&lt;/SPAN&gt; nand flash which is same with B4860QDS board. I'm using SDK-1.6, and use the u-boot config of B4860QDS_NAND_config to compile the u-boot. Final I got the u-boot-with-spl-pbl.bin image. Using codewarrior to write the uboot to the first block of nand flash. Then I switch the hw rcw_souce with 1_0000_01nn (for nn, I tried 00, 11, 01, 10, none of them work), seems the B4860 can't bootup. Anything wrong?&lt;/P&gt;&lt;P&gt;Anybody know the exact procedure to boot from NAND/SPI flash for B4860?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 02:35:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776635#M387</guid>
      <dc:creator>frank2li</dc:creator>
      <dc:date>2017-11-15T02:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: B4860 boot from NAND/SPI flash problem</title>
      <link>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776636#M388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You wrote:&lt;/P&gt;&lt;P&gt;&amp;gt; rcw_souce with 1_0000_01nn&lt;/P&gt;&lt;P&gt;This RCW corresponds to the 16-bit NAND Flash, for the 8-bit one it should be 1_0000_10nn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 12:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776636#M388</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2017-11-15T12:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: B4860 boot from NAND/SPI flash problem</title>
      <link>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776637#M389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;From B4860 RM, &amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;1_0000_01nn is for "8-bit NAND Flash, 2-Kbyte page, 64&amp;nbsp;pages/block",&amp;nbsp;&lt;SPAN&gt;1_0000_10nn is for "8-bit NAND Flash, 2-Kbyte page, 128 pages/block".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 01:03:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776637#M389</guid>
      <dc:creator>frank2li</dc:creator>
      <dc:date>2017-11-16T01:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: B4860 boot from NAND/SPI flash problem</title>
      <link>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776638#M390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now spiboot works, b4860 uboot need to be changed to support spi boot. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 04:25:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Qonverge/B4860-boot-from-NAND-SPI-flash-problem/m-p/776638#M390</guid>
      <dc:creator>frank2li</dc:creator>
      <dc:date>2017-11-21T04:25:52Z</dc:date>
    </item>
  </channel>
</rss>

