<?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-Imaging P1020WLAN in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Re-Imaging-P1020WLAN/m-p/254448#M538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there detailed instructions on how to re-image the flash of the P1020 WLAN rev D? Are the files available in the P1020WLAN Software bundle with the factory image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 15:38:36 GMT</pubDate>
    <dc:creator>erwinw</dc:creator>
    <dc:date>2013-05-23T15:38:36Z</dc:date>
    <item>
      <title>Re-Imaging P1020WLAN</title>
      <link>https://community.nxp.com/t5/P-Series/Re-Imaging-P1020WLAN/m-p/254448#M538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there detailed instructions on how to re-image the flash of the P1020 WLAN rev D? Are the files available in the P1020WLAN Software bundle with the factory image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 15:38:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Re-Imaging-P1020WLAN/m-p/254448#M538</guid>
      <dc:creator>erwinw</dc:creator>
      <dc:date>2013-05-23T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Imaging P1020WLAN</title>
      <link>https://community.nxp.com/t5/P-Series/Re-Imaging-P1020WLAN/m-p/254449#M539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;Hello, &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you like to put a new U-boot, I am not sure . But, if you like only to change the Linux image:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Build your Linux image using LTIB or SDK. It provides you a uImage file, a Ramdisk file and a .dtb file. Note that all these files for the default Linux installed are available in the USB provided by the device. &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then, using hyperterminal (windows) or minicom (linux), go to U-boot command line (stop normal booting). By TFTP, put those three files in the RAM and boot from RAM. If the image worked well, You can reboot and put the files in the NOR Flash in default addresses. If you use “printenv” in U-boot, you can see the default addresses (you should make the protect off). I recommend you to make a copy of your NOR Flash before trying to write in the flash. For the RAM boot, you can write the following commands in U-boot CLI, one by one:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate ramdisk_size=200000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;tftp $ramdiskaddr $ramdiskfile&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;tftp $loadaddr $bootfile&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;tftp $fdtaddr p1020wlan_rev_d.dtb&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;SPAN style="font-size: 24pt;"&gt;&lt;CODE class="western"&gt;&lt;SPAN style="font-size: 10pt;"&gt;bootm $loadaddr $ramdiskaddr 0xc00000&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;BR /&gt; &lt;SPAN style="font-size: 24pt;"&gt;&lt;CODE class="western"&gt;&lt;SPAN style="font-size: 10pt;"&gt;The files in your TFTP folder should be called: uImage , p1020wlan_rev_d.dtb and rootfs.ext2.gz.uboot&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;SPAN style="font-size: 24pt;"&gt;&lt;CODE class="western"&gt;&lt;SPAN style="font-size: 10pt;"&gt;I hope it helps.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;Arash&lt;BR /&gt; &lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 15:36:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Re-Imaging-P1020WLAN/m-p/254449#M539</guid>
      <dc:creator>arashaz_</dc:creator>
      <dc:date>2013-05-24T15:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Imaging P1020WLAN</title>
      <link>https://community.nxp.com/t5/P-Series/Re-Imaging-P1020WLAN/m-p/254450#M540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;There is a VB script called tftpdown-p1020wlan-nor.vbs in the USB disk provided by Freescale. You can have a look. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 17:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Re-Imaging-P1020WLAN/m-p/254450#M540</guid>
      <dc:creator>arashaz_</dc:creator>
      <dc:date>2013-05-24T17:20:08Z</dc:date>
    </item>
  </channel>
</rss>

