<?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>i.MX ProcessorsのトピックPpogram u-boot, image to NAND use Host Server</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435642#M66697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I would like to load u-boot and image to NAND use NFS.&lt;/P&gt;&lt;P&gt;Is there a document that describes how to do it!&lt;/P&gt;&lt;P&gt;I use yocto relise 3.10.53 for my custom board (not sabreeAI)&lt;/P&gt;&lt;P&gt;I have u-boot, dtb, zimage, rootfs, and i can load board from NFS.&lt;/P&gt;&lt;P&gt; How do I load it all in NAND flash.&lt;/P&gt;&lt;P&gt;I can't use MFG_Tool, because it is a long way to go, because I need to make specific u-boot, image.&amp;nbsp; And not the fact that this process will be successful, &lt;/P&gt;&lt;P&gt;as the full instructions allow to pass this way simply does not.&lt;/P&gt;&lt;P&gt;What is written, but it does not work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jun 2015 10:07:59 GMT</pubDate>
    <dc:creator>eugenevolkov</dc:creator>
    <dc:date>2015-06-06T10:07:59Z</dc:date>
    <item>
      <title>Ppogram u-boot, image to NAND use Host Server</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435642#M66697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I would like to load u-boot and image to NAND use NFS.&lt;/P&gt;&lt;P&gt;Is there a document that describes how to do it!&lt;/P&gt;&lt;P&gt;I use yocto relise 3.10.53 for my custom board (not sabreeAI)&lt;/P&gt;&lt;P&gt;I have u-boot, dtb, zimage, rootfs, and i can load board from NFS.&lt;/P&gt;&lt;P&gt; How do I load it all in NAND flash.&lt;/P&gt;&lt;P&gt;I can't use MFG_Tool, because it is a long way to go, because I need to make specific u-boot, image.&amp;nbsp; And not the fact that this process will be successful, &lt;/P&gt;&lt;P&gt;as the full instructions allow to pass this way simply does not.&lt;/P&gt;&lt;P&gt;What is written, but it does not work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2015 10:07:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435642#M66697</guid>
      <dc:creator>eugenevolkov</dc:creator>
      <dc:date>2015-06-06T10:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ppogram u-boot, image to NAND use Host Server</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435643#M66698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got to download u- boot, use kobs-ng utility &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;kobs-ng init -x -v /boot/u-boot.imx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I found on the forum.&lt;/P&gt;&lt;P&gt;But how do I load DTB file, and zimage file use kobs-ng?&lt;/P&gt;&lt;P&gt;I ask the experts Freescale to respond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2015 12:26:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435643#M66698</guid>
      <dc:creator>eugenevolkov</dc:creator>
      <dc:date>2015-06-06T12:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ppogram u-boot, image to NAND use Host Server</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435644#M66699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Maybe someone will be useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# kobs-ng init -x -v /boot/u-boot.imx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# flash_erase /dev/mtd1 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# nandwrite -p /dev/mtd1 -p /boot/zImage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# flash_erase /dev/mtd2 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# nandwrite -p /dev/mtd1 -p /boot/imx6dl-sabreauto.dtb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# flash_erase /dev/mtd3 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# &lt;/SPAN&gt;ubiformat /dev/mtd3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# ubiattach /dev/ubi_ctrl -m 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# &lt;/SPAN&gt;ubimkvol /dev/ubi0 -Nrootfs -m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# &lt;/SPAN&gt;mkdir -p /mnt/mtd3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# mount -t ubifs ubi0:rootfs /mnt/mtd3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;# &lt;/SPAN&gt;tar -C /mnt/mtd3 &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;-jxvf /boot/core-image-minimal.tar.bz2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; The whole process was successfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2015 12:46:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435644#M66699</guid>
      <dc:creator>eugenevolkov</dc:creator>
      <dc:date>2015-06-07T12:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ppogram u-boot, image to NAND use Host Server</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435645#M66700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;Thanks for sharing your solution with the Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:43:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ppogram-u-boot-image-to-NAND-use-Host-Server/m-p/435645#M66700</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2015-06-08T16:43:09Z</dc:date>
    </item>
  </channel>
</rss>

