<?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中的主题 Re: GD flash for imx6ull</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778635#M120944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Igorpadykov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because&amp;nbsp;of our image created by freertos project like "hello world", and we would like to use mfgtool&amp;nbsp;to program into&amp;nbsp;&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;GD flash(GD25q32CSIGR).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my step to recompile&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mfgtool.&lt;/P&gt;&lt;OL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: black;"&gt;&amp;nbsp;Using below&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to get&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mfgtool&amp;nbsp;package&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&lt;/SPAN&gt;bitbake fsl&lt;SPAN style="color: #ff0000;"&gt;-image-&lt;/SPAN&gt;mfgtool&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;initramfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif;"&gt;Modify&amp;nbsp;&amp;nbsp;spi-nor.c located in&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;tmp/work/imx6ull14x14evklevk-poky-linux-gnueabi/mfgtool-linux-imx/4.1.15-r0/git/drivers/mtd/spi-no as below&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 12.0pt; font-family: Calibri, sans-serif;"&gt;/* GigaDevice */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; color: red;"&gt;&amp;nbsp;&amp;nbsp; { "gd25q32", INFO(0xc84016, 0, 64 * 1024,&amp;nbsp; 64, SECT_4K) },&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif;"&gt;Modify sf_params.c located in&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-imx-mfgtool/2016.03-r0/git/drivers/mtd/spi as below.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #ff0000;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #ifdef CONFIG_SPI_FLASH_GIGADEVICE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* GIGADEVICE */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {"GD25Q32",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xc84016, 0x0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64 * 1024,&amp;nbsp; &amp;nbsp;64, RD_NORM,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SECT_4K}&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;SPAN style="color: #000000; font-size: 16px; font-family: Calibri, sans-serif;"&gt;Modify mx6ullevk.h located in&amp;nbsp;&lt;/SPAN&gt;tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-imx-mfgtool/2016.03-r0/git/include/configs as below.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN style="color: #ff0000;"&gt; #define CONFIG_SPI_FLASH_STMICRO&amp;nbsp; ==&amp;gt;&amp;nbsp;#define CONFIG_SPI_FLASH_GIGADEVICE&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;P&gt;$ bitbake -c compile -f linux-mfgtool&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After finishing all steps, it doesn't create any new deploy files in &lt;SPAN style="color: #ff0000;"&gt;deploy-u-boot-&lt;/SPAN&gt;imx&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;mfgtool&lt;SPAN style="color: #ff0000;"&gt; and deploy-&lt;/SPAN&gt;meftool&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I do something wrong?&amp;nbsp; So it can't create new deploy files.&lt;SPAN style="font-size: 12.0pt; color: red;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #000000;"&gt;I try to update these deploy files to mfgtool&amp;nbsp;folder as below to support program image into&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;GD flash(GD25q32CSIGR).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #ff0000;"&gt;mfgtools_sdcard\Profiles\Linux\OS Firmware\firmware&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jun 2018 06:45:24 GMT</pubDate>
    <dc:creator>frank_chiang</dc:creator>
    <dc:date>2018-06-24T06:45:24Z</dc:date>
    <item>
      <title>GD flash for imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778633#M120942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I would like use&amp;nbsp;&lt;SPAN&gt;GD flash(GD25q32CSIGR) on&amp;nbsp;IMX6ULL(MCIMX6Y2CVM08AB) and base on&amp;nbsp;yocto&lt;SPAN&gt;-L4.1.15_2.0.0.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Because&amp;nbsp;&lt;SPAN&gt;IMX6ULL does not support GD flash now.&amp;nbsp;&lt;/SPAN&gt;Does anyone have&amp;nbsp;an&amp;nbsp;idea how to do it?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:55:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778633#M120942</guid>
      <dc:creator>frank_chiang</dc:creator>
      <dc:date>2018-06-13T13:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: GD flash for imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778634#M120943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chip specific parameters should be added to&lt;/P&gt;&lt;P&gt;uboot/drivers/mtd/spi/sf_params.c&lt;BR /&gt;linux/drivers/mtd/devices/&lt;/P&gt;&lt;P&gt;please also check below patch and attached Porting Guide&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://patchwork.ozlabs.org/patch/209707/" title="https://patchwork.ozlabs.org/patch/209707/"&gt;mtd: chips: Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c - Patchwork&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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, 14 Jun 2018 01:01:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778634#M120943</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-06-14T01:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: GD flash for imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778635#M120944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Igorpadykov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because&amp;nbsp;of our image created by freertos project like "hello world", and we would like to use mfgtool&amp;nbsp;to program into&amp;nbsp;&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;GD flash(GD25q32CSIGR).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my step to recompile&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mfgtool.&lt;/P&gt;&lt;OL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: black;"&gt;&amp;nbsp;Using below&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to get&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mfgtool&amp;nbsp;package&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&lt;/SPAN&gt;bitbake fsl&lt;SPAN style="color: #ff0000;"&gt;-image-&lt;/SPAN&gt;mfgtool&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;initramfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif;"&gt;Modify&amp;nbsp;&amp;nbsp;spi-nor.c located in&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;tmp/work/imx6ull14x14evklevk-poky-linux-gnueabi/mfgtool-linux-imx/4.1.15-r0/git/drivers/mtd/spi-no as below&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 12.0pt; font-family: Calibri, sans-serif;"&gt;/* GigaDevice */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; color: red;"&gt;&amp;nbsp;&amp;nbsp; { "gd25q32", INFO(0xc84016, 0, 64 * 1024,&amp;nbsp; 64, SECT_4K) },&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif;"&gt;Modify sf_params.c located in&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-imx-mfgtool/2016.03-r0/git/drivers/mtd/spi as below.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #ff0000;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #ifdef CONFIG_SPI_FLASH_GIGADEVICE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* GIGADEVICE */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {"GD25Q32",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xc84016, 0x0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64 * 1024,&amp;nbsp; &amp;nbsp;64, RD_NORM,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SECT_4K}&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;SPAN style="color: #000000; font-size: 16px; font-family: Calibri, sans-serif;"&gt;Modify mx6ullevk.h located in&amp;nbsp;&lt;/SPAN&gt;tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-imx-mfgtool/2016.03-r0/git/include/configs as below.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN style="color: #ff0000;"&gt; #define CONFIG_SPI_FLASH_STMICRO&amp;nbsp; ==&amp;gt;&amp;nbsp;#define CONFIG_SPI_FLASH_GIGADEVICE&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;P&gt;$ bitbake -c compile -f linux-mfgtool&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After finishing all steps, it doesn't create any new deploy files in &lt;SPAN style="color: #ff0000;"&gt;deploy-u-boot-&lt;/SPAN&gt;imx&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;mfgtool&lt;SPAN style="color: #ff0000;"&gt; and deploy-&lt;/SPAN&gt;meftool&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I do something wrong?&amp;nbsp; So it can't create new deploy files.&lt;SPAN style="font-size: 12.0pt; color: red;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #000000;"&gt;I try to update these deploy files to mfgtool&amp;nbsp;folder as below to support program image into&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;GD flash(GD25q32CSIGR).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #ff0000;"&gt;mfgtools_sdcard\Profiles\Linux\OS Firmware\firmware&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jun 2018 06:45:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778635#M120944</guid>
      <dc:creator>frank_chiang</dc:creator>
      <dc:date>2018-06-24T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: GD flash for imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778636#M120945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basic steps for bulding mfg tools firmware are described in Yocto Guide&lt;/P&gt;&lt;P&gt;sect.6.2 Manufacturing Tool, MFGTool included in Linux documentation on&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.1.15_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.1.15_2.0.0_ga"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 10:21:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778636#M120945</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-06-25T10:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: GD flash for imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778637#M120946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi igor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I downloaded the new yocto version (&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;yocto&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; background-color: #ffffff; border: 0px;"&gt;-L4.1.15_2.1.0.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; color: #000000;"&gt;Then I use bellow steps to modify some code in mfgtool&amp;nbsp;floders&amp;nbsp;including mfgtool-linux-imx and u-boot-imx-mfgtool. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; color: #000000;"&gt;My target&amp;nbsp;is to program image to&amp;nbsp;&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; background-color: #ffffff; border: 0px;"&gt;GD flash(GD25q32CSIGR) by modified mfgtool&amp;nbsp;tool.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;$&lt;/SPAN&gt;repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth -m imx-4.1.15-2.1.0.xml&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;$ repo sync&lt;/LI&gt;&lt;LI&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;/LI&gt;&lt;LI&gt;modify &lt;SPAN style="color: #ff0000;"&gt;spi.c&lt;/SPAN&gt; at&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;tmp/work/imx6ull14x14evklevk-poky-linux-gnueabi&lt;SPAN style="color: #ff0000;"&gt;/mfgtool-linux-imx/&lt;/SPAN&gt;4.1.15-r0/git/drivers/mtd/spi-nor&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;/* GigaDevice */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: red;"&gt;&amp;nbsp;&amp;nbsp; { "gd25q32", INFO(0xc84016, 0, 64 * 1024,&amp;nbsp; 64, SECT_4K) },&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;modify &lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&lt;SPAN style="color: #ff0000;"&gt;sf_params.c&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in tmp/work/imx6ull14x14evk-poky-linux-gnueabi/&lt;SPAN style="color: #ff0000;"&gt;u-boot-imx-mfgtool&lt;/SPAN&gt;/2016.03-r0/git/drivers/mtd/spi&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;#ifdef CONFIG_SPI_FLASH_GIGADEVICE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* GIGADEVICE */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;{"GD25Q32",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xc84016, 0x0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64 * 1024,&amp;nbsp; &amp;nbsp;64, RD_NORM,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SECT_4K},&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;modify mx6ullevk.h in&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-imx-mfgtool/2016.03-r0/git/include/configs&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;#define CONFIG_CMD_SF&lt;BR /&gt;#define CONFIG_SPI_FLASH&lt;BR /&gt;#define CONFIG_SPI_FLASH_BAR&lt;BR /&gt;#define CONFIG_SF_DEFAULT_BUS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;#define CONFIG_SF_DEFAULT_CS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;#define CONFIG_SF_DEFAULT_SPEED 40000000&lt;BR /&gt;#define CONFIG_SF_DEFAULT_MODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPI_MODE_0&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: red;"&gt;#define CONFIG_SPI_FLASH_GIGADEVICE&lt;/SPAN&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000000;"&gt;bitbake -c compile -f mfgtool-linux-imx&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13px; color: #000000;"&gt;&lt;SPAN&gt;bitbake -c compile -f&amp;nbsp;u-boot-imx-mfgtool&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;bitbake fsl-image-mfgtool-initramfs&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;copy below files and rename into&amp;nbsp;mfgtools\Profiles\Linux\OS Firmware\firmware&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;u-boot-mfgtool-2016.03-r0.imx -&amp;gt;&amp;nbsp;&lt;SPAN style="color: #ff0000;"&gt;u-boot-imx6ull14x14evk_qspi1.imx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zImage&lt;/P&gt;&lt;P&gt;zImage-mfgtool--4.1.15-r0-imx6ull-14x14-evk-20180626023413.dtb&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;-&amp;gt;&amp;nbsp;&lt;SPAN style="color: #ff0000;"&gt;zImage-imx6ull-14x14-evk.dtb&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zImage-mfgtool--4.1.15-r0-imx6ull-14x14-evk-btwifi-20180626023413.dtb&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;-&amp;gt;&amp;nbsp;&lt;SPAN style="color: #ff0000;"&gt;zImage-imx6ull-14x14-evk-btwifi.dtb&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zImage-mfgtool--4.1.15-r0-imx6ull-14x14-evk-emmc-20180626023413.dtb&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;-&amp;gt;&amp;nbsp;&lt;SPAN style="color: #ff0000;"&gt;zImage-imx6ull-14x14-evk-emmc.dtb&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zImage-mfgtool--4.1.15-r0-imx6ull-14x14-evk-gpmi-weim-20180626023413.dtb&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;-&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;zImage-imx6ull-14x14-evk-gpmi-weim.dtb&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zImage-mfgtool--4.1.15-r0-imx6ull-14x14-evk-usb-certi-20180626023413.dtb&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;-&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;zImage-imx6ull-14x14-evk-usb-certi.dtb&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;LI&gt;follow&amp;nbsp;5.2 Using Manufacturing Tool (MFGTool)&amp;nbsp; in&amp;nbsp;Getting Started with MCUXpresso SDK for i.MX 6UltraLite Derivatives.pdf to program image to GD flash.&lt;/LI&gt;&lt;LI&gt;restart board.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline; color: #ff0000;"&gt;&lt;STRONG&gt;But it is doesn't work. Attached is log file.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Do you have any idea how to solve this issue and make&amp;nbsp;image programmed into GD flash?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 07:22:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778637#M120946</guid>
      <dc:creator>frank_chiang</dc:creator>
      <dc:date>2018-06-26T07:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: GD flash for imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778638#M120947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in attached log there are no any error messages, is this flash working fine in uboot ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 23:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778638#M120947</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-06-26T23:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: GD flash for imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778639#M120948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi igor&lt;/P&gt;&lt;P&gt;How can I check flash is working fine on u-boot?&lt;/P&gt;&lt;P&gt;After freertos hello world project was compiled, I just used mfgtool to program bin file to GD flash.&lt;/P&gt;&lt;P&gt;It didn't output anything from uart.&lt;/P&gt;&lt;P&gt;If I program bin file on micron and use original mfgtool , it can output "hello world" from uart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached, GD0626.txt, is created by mfgtool&amp;nbsp;during program&amp;nbsp;bin file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 00:30:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778639#M120948</guid>
      <dc:creator>frank_chiang</dc:creator>
      <dc:date>2018-06-27T00:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: GD flash for imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778640#M120949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;How can I check flash is working fine on u-boot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;boot uboot from sd/emmc or other media. Check spi-nor with&lt;/P&gt;&lt;P&gt;uboot commads:&lt;/P&gt;&lt;P&gt;sf probe&lt;/P&gt;&lt;P&gt;sf erase&lt;/P&gt;&lt;P&gt;sf write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check uboot documentation for spi-nor commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GD-flash-for-imx6ull/m-p/778640#M120949</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-06-27T12:39:50Z</dc:date>
    </item>
  </channel>
</rss>

