<?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: MFGTOOL is exiting with Chip ID Verification Error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186853#M165313</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I suspect that your issue is the differences in the page size when moving between the Macronix flashes.&amp;nbsp; Please see the Macronix app note here:&amp;nbsp;&lt;A href="https://www.macronix.com/Lists/ApplicationNote/Attachments/2068/AN0716V2-MGRT-MX30LF4G18AC%20to%20MX30LF4G28AD.pdf" target="_blank"&gt;https://www.macronix.com/Lists/ApplicationNote/Attachments/2068/AN0716V2-MGRT-MX30LF4G18AC%20to%20MX30LF4G28AD.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Because the previous flash used a 2k page size, I suspect you had to change your search exponent to 1.&amp;nbsp; Now that the page size is back to 4k, I believe you should go with the defaults on the kobs-ng tool.&amp;nbsp; So I would recommend modifying your script to remove the --search_exponent option, and let us know the results.&amp;nbsp; (If that doesn't work, please run the kobs-ng tool from the kernel with the basic options and let us know the output.)&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2020 18:43:55 GMT</pubDate>
    <dc:creator>ryandeville2</dc:creator>
    <dc:date>2020-11-20T18:43:55Z</dc:date>
    <item>
      <title>MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1185357#M165135</link>
      <description>&lt;P&gt;We are switching from&amp;nbsp;MX30LF4G28AC-XKI to&amp;nbsp;&lt;SPAN&gt;MX30LF4G28AD-XKI for our i.MX6SoloX based product. When trying to program the NAND, MFGTOOL is exiting with Chip ID verification error. I don't see this in the Linux driver or any other config. Any help will be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ModuleID[2] LevelID[10]: CMyExceptionHandler thread is running&lt;BR /&gt;ModuleID[2] LevelID[10]: DeviceTypeDisk--_devices size: 1&lt;BR /&gt;ModuleID[2] LevelID[10]: Volume--StorageDisk, Disk-&amp;gt;_driveNumber:1, Volume-&amp;gt;_diskNumber:1&lt;BR /&gt;ModuleID[2] LevelID[10]: DeviceTypeDisk--find Disk device: 00FF1F48&lt;BR /&gt;ModuleID[2] LevelID[10]: Device::hubIndex::getmsc, return the port index is: 3&lt;BR /&gt;ModuleID[2] LevelID[10]: Device Manager thread is running&lt;BR /&gt;ModuleID[2] LevelID[10]: CmdOperation[0] device chagned and reset to state 1&lt;BR /&gt;ModuleID[2] LevelID[10]: ExecuteCommand--Push[WndIndex:0], Body is $ mount -t debugfs debugfs /sys/kernel/debug&lt;BR /&gt;ModuleID[2] LevelID[10]: ExecuteCommand--Push[WndIndex:0], Body is $ flash_erase /dev/mtd0 0 0&lt;BR /&gt;ModuleID[2] LevelID[10]: ExecuteCommand--Push[WndIndex:0], Body is send, File is C:\Users\User\AppData\Local\Temp\v3cqvrwt.us2\Profiles\Prod\OS Firmware\uboot.bin&lt;BR /&gt;ModuleID[2] LevelID[10]: ExecuteCommand--Push[WndIndex:0], Body is $ kobs-ng init -x -v --search_exponent=1 --chip_0_device_path=/dev/mtd0 $FILE&lt;BR /&gt;ModuleID[2] LevelID[1]: PortMgrDlg(0)--MSCDevice--Command Push(no file) excute failed&lt;BR /&gt;ModuleID[2] LevelID[10]: CmdOperation[0], current command executed failed, so SetEvent(hDevCanDeleteEvent)&lt;BR /&gt;11/18/2020 10:03:18 AM - MfgTool2Program() - &lt;FONT face="arial black,avant garde"&gt;MfgTool2 Chip ID verification error&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:24:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1185357#M165135</guid>
      <dc:creator>mus</dc:creator>
      <dc:date>2020-11-18T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1185562#M165142</link>
      <description>&lt;P&gt;Hi mus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;error may be due to different IDs for both parts per appnote&lt;/P&gt;
&lt;P&gt;AN0716V2-MGRT-MX30LF4G18AC to MX30LF4G28AD.pdf&lt;/P&gt;
&lt;P&gt;One can try to add new part parameters to nand_ids&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/mtd/nand/nand_ids.c?h=imx_4.9.11_1.0.0_ga" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/mtd/nand/nand_ids.c?h=imx_4.9.11_1.0.0_ga&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and rebuild manufacturing image as described in sect. 6.2 Manufacturing Tool, MFGTool&lt;/P&gt;
&lt;P&gt;Yocto Guide included in linux &amp;nbsp; &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/webapp/Download?colCode=L4.9.11_1.0.0_LINUX_DOCS" target="_blank" rel="noopener"&gt;Documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 23:36:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1185562#M165142</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-11-18T23:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1185570#M165145</link>
      <description>&lt;P&gt;Thank you for your response. However, it seems like the kernel is detecting the NAND correctly.&lt;/P&gt;&lt;P&gt;[ 1.617985] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xdc&lt;BR /&gt;[ 1.624376] nand: Macronix MX30LF4G28AD&lt;BR /&gt;[ 1.628222] nand: 512 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 256&lt;BR /&gt;[ 1.641580] gpmi-nand 1806000.gpmi-nand: enable the asynchronous EDO mode 5&lt;BR /&gt;[ 1.649088] Bad block table not found for chip 0&lt;BR /&gt;[ 1.654147] Bad block table not found for chip 0&lt;BR /&gt;[ 1.658770] Scanning device for bad blocks&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;[ 1.951848] gpmi-nand 1806000.gpmi-nand: driver registered.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 23:51:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1185570#M165145</guid>
      <dc:creator>mus</dc:creator>
      <dc:date>2020-11-18T23:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1185720#M165171</link>
      <description>&lt;P&gt;when you say " kernel"&amp;nbsp; what do you mean,&lt;/P&gt;
&lt;P&gt;log from mfg tool or just when booting some linux image ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 04:10:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1185720#M165171</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-11-19T04:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186139#M165222</link>
      <description>&lt;P&gt;My previous response has the kernel boot messages. Here is the summary.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;uboot is able to scrub both&amp;nbsp;MX30LF4G28AC and&amp;nbsp;MX30LF4G28AD.&lt;/LI&gt;&lt;LI&gt;Linux kernel recognizes both&amp;nbsp;MX30LF4G28AC and&amp;nbsp;MX30LF4G28AD. Notice the page size, erase size, OOB size being detected correctly for both. Chip ID is the same between the two per migration guide.&lt;/LI&gt;&lt;LI&gt;Running `flash_erase /dev/mtd0 0 0` works for both flash from user space.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;U&gt;ISSUE&lt;/U&gt;&lt;/STRONG&gt;: running `kobs-ng init -x -v --search_exponent=1 --chip_0_device_path=/dev/mtd0 $FILE` fails for&amp;nbsp;MX30LF4G28AD but not&amp;nbsp;MX30LF4G28AC.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;uboot scrubbing for&amp;nbsp;MX30LF4G28AC:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DRAM: 512 MiB&lt;BR /&gt;NAND: New GPMI ac-timing=0x10101@init 512 MiB&lt;BR /&gt;Using default environment&lt;/P&gt;&lt;P&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;Boot from USB for mfgtools&lt;BR /&gt;Use default environment for mfgtools&lt;BR /&gt;Run bootcmd_mfg: run mfgtool_args;nand scrub -y 0 0x20000000;nand erase.chip;bootz ${loadaddr} ${initrd_addr};&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;/P&gt;&lt;P&gt;NAND scrub: device 0 whole chip&lt;BR /&gt;Erasing at 0x1a8c0000 -- 83% complete.&lt;BR /&gt;nand0: MTD Erase failure: -5&lt;BR /&gt;Erasing at 0x1ae00000 -- 84% complete.&lt;BR /&gt;nand0: MTD Erase failure: -5&lt;BR /&gt;Erasing at 0x1b300000 -- 85% complete.&lt;BR /&gt;nand0: MTD Erase failure: -5&lt;BR /&gt;Erasing at 0x1c780000 -- 89% complete.&lt;BR /&gt;nand0: MTD Erase failure: -5&lt;BR /&gt;Erasing at 0x1eb80000 -- 96% complete.&lt;BR /&gt;nand0: MTD Erase failure: -5&lt;BR /&gt;Erasing at 0x1ffc0000 -- 100% complete.&lt;BR /&gt;OK&lt;/P&gt;&lt;P&gt;NAND erase.chip: device 0 whole chip&lt;BR /&gt;Skipping bad block at 0x1ad80000&lt;BR /&gt;Skipping bad block at 0x1b200000&lt;BR /&gt;Skipping bad block at 0x1b480000&lt;BR /&gt;Skipping bad block at 0x1cb40000&lt;BR /&gt;Skipping bad block at 0x1ec00000&lt;BR /&gt;Erasing at 0x1ffc0000 -- 100% complete.&lt;BR /&gt;OK&lt;BR /&gt;Kernel image @ 0x80800000 [ 0x000000 - 0x2fc2a0 ]&lt;BR /&gt;## Loading init Ramdisk from Legacy Image at 83800000 ...&lt;BR /&gt;Image Name: fsl-image-mfgtool-initramfs-imx6&lt;BR /&gt;Image Type: ARM Linux RAMDisk Image (gzip compressed)&lt;BR /&gt;Data Size: 8591032 Bytes = 8.2 MiB&lt;BR /&gt;Load Address: 00000000&lt;BR /&gt;Entry Point: 00000000&lt;BR /&gt;Verifying Checksum ... OK&lt;BR /&gt;No gpc device node -9, force to ldo-enable.&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;uboot scrubbing for&amp;nbsp;MX30LF4G28AD:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DRAM: 512 MiB&lt;BR /&gt;NAND: New GPMI ac-timing=0x10101@init 512 MiB&lt;BR /&gt;Using default environment&lt;/P&gt;&lt;P&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;Boot from USB for mfgtools&lt;BR /&gt;Use default environment for mfgtools&lt;BR /&gt;Run bootcmd_mfg: run mfgtool_args;nand scrub -y 0 0x20000000;nand erase.chip;bootz ${loadaddr} ${initrd_addr};&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;/P&gt;&lt;P&gt;NAND scrub: device 0 whole chip&lt;BR /&gt;Erasing at 0x2e00000 -- 9% complete.&lt;BR /&gt;nand0: MTD Erase failure: -5&lt;BR /&gt;Erasing at 0xa3c0000 -- 32% complete.&lt;BR /&gt;nand0: MTD Erase failure: -5&lt;BR /&gt;Erasing at 0x1ffe0000 -- 100% complete.&lt;BR /&gt;OK&lt;/P&gt;&lt;P&gt;NAND erase.chip: device 0 whole chip&lt;BR /&gt;Skipping bad block at 0x031e0000&lt;BR /&gt;Skipping bad block at 0x0a7a0000&lt;BR /&gt;Erasing at 0x1ffe0000 -- 100% complete.&lt;BR /&gt;OK&lt;BR /&gt;Kernel image @ 0x80800000 [ 0x000000 - 0x2fc2a0 ]&lt;BR /&gt;## Loading init Ramdisk from Legacy Image at 83800000 ...&lt;BR /&gt;Image Name: fsl-image-mfgtool-initramfs-imx6&lt;BR /&gt;Image Type: ARM Linux RAMDisk Image (gzip compressed)&lt;BR /&gt;Data Size: 8591032 Bytes = 8.2 MiB&lt;BR /&gt;Load Address: 00000000&lt;BR /&gt;Entry Point: 00000000&lt;BR /&gt;Verifying Checksum ... OK&lt;BR /&gt;No gpc device node -9, force to ldo-enable.&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Kernel boot messages with MX30LF4G28AC:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[ 1.608886] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xdc&lt;BR /&gt;[ 1.615276] nand: Macronix MX30LF4G28AC&lt;BR /&gt;[ 1.619121] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 112&lt;BR /&gt;[ 1.632481] gpmi-nand 1806000.gpmi-nand: enable the asynchronous EDO mode 5&lt;BR /&gt;[ 1.639968] Bad block table not found for chip 0&lt;BR /&gt;[ 1.645027] Bad block table not found for chip 0&lt;BR /&gt;[ 1.649654] Scanning device for bad blocks&lt;BR /&gt;...&lt;BR /&gt;[ 2.038646] gpmi-nand 1806000.gpmi-nand: driver registered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Kernel boot messages with&amp;nbsp;MX30LF4G28AD:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[ 1.609205] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xdc&lt;BR /&gt;[ 1.615596] nand: Macronix MX30LF4G28AD&lt;BR /&gt;[ 1.619443] nand: 512 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 256&lt;BR /&gt;[ 1.632804] gpmi-nand 1806000.gpmi-nand: enable the asynchronous EDO mode 5&lt;BR /&gt;[ 1.640325] Bad block table not found for chip 0&lt;BR /&gt;[ 1.645391] Bad block table not found for chip 0&lt;BR /&gt;[ 1.650015] Scanning device for bad blocks&lt;BR /&gt;...&lt;BR /&gt;[ 1.943315] gpmi-nand 1806000.gpmi-nand: driver registered.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 16:17:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186139#M165222</guid>
      <dc:creator>mus</dc:creator>
      <dc:date>2020-11-19T16:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186264#M165237</link>
      <description>&lt;P&gt;one can try latest software from codeaurora repository:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/cafatgithub/imx-kobs/tree/?h=github.com/master" target="_blank"&gt;https://source.codeaurora.org/external/imx/cafatgithub/imx-kobs/tree/?h=github.com/master&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;uboot/linux L5.4.47_2.2.0 link source.codeaurora.org/external/imx repository&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 23:26:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186264#M165237</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-11-19T23:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186267#M165239</link>
      <description>&lt;P&gt;Thanks Igor. This will take some time, so I would rather find a probable cause before we start doing a lot of work for testing new software builds. I don't see any commits that relates to any of these issues.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 23:31:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186267#M165239</guid>
      <dc:creator>mus</dc:creator>
      <dc:date>2020-11-19T23:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186822#M165308</link>
      <description>&lt;P&gt;-&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 17:14:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186822#M165308</guid>
      <dc:creator>mus</dc:creator>
      <dc:date>2020-11-20T17:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186853#M165313</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I suspect that your issue is the differences in the page size when moving between the Macronix flashes.&amp;nbsp; Please see the Macronix app note here:&amp;nbsp;&lt;A href="https://www.macronix.com/Lists/ApplicationNote/Attachments/2068/AN0716V2-MGRT-MX30LF4G18AC%20to%20MX30LF4G28AD.pdf" target="_blank"&gt;https://www.macronix.com/Lists/ApplicationNote/Attachments/2068/AN0716V2-MGRT-MX30LF4G18AC%20to%20MX30LF4G28AD.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Because the previous flash used a 2k page size, I suspect you had to change your search exponent to 1.&amp;nbsp; Now that the page size is back to 4k, I believe you should go with the defaults on the kobs-ng tool.&amp;nbsp; So I would recommend modifying your script to remove the --search_exponent option, and let us know the results.&amp;nbsp; (If that doesn't work, please run the kobs-ng tool from the kernel with the basic options and let us know the output.)&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:43:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1186853#M165313</guid>
      <dc:creator>ryandeville2</dc:creator>
      <dc:date>2020-11-20T18:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1187643#M165381</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;It goes farther but exits with another error now.&lt;/P&gt;&lt;P&gt;UTP: executing "kobs-ng init -x -v --chip_0_device_path=/dev/mtd0 $FILE"&lt;BR /&gt;MTD CONFIG:&lt;BR /&gt;chip_0_device_path = "/dev/mtd0"&lt;BR /&gt;chip_1_device_path = "(null)"&lt;BR /&gt;search_exponent = 2&lt;BR /&gt;data_setup_time = 80&lt;BR /&gt;data_hold_time = 60&lt;BR /&gt;address_setup_time = 25&lt;BR /&gt;data_sample_time = 6&lt;BR /&gt;row_address_size = 3&lt;BR /&gt;column_address_size = 2&lt;BR /&gt;read_command_code1 = 0&lt;BR /&gt;read_command_code2 = 48&lt;BR /&gt;boot_stream_major_version = 1&lt;BR /&gt;boot_stream_minor_version = 0&lt;BR /&gt;boot_stream_sub_version = 0&lt;BR /&gt;ncb_version = 3&lt;BR /&gt;boot_stream_1_address = 0&lt;BR /&gt;boot_stream_2_address = 0&lt;BR /&gt;-- We add the 1k-padding to the uboot.&lt;BR /&gt;.tmp_kobs_ng: verifying using key '00000000000000000000000000000000'&lt;BR /&gt;.tmp_kobs_ng: is a valid bootstream for key '00000000000000000000000000000000'&lt;BR /&gt;mtd: use new bch layout raw access mode&lt;BR /&gt;mtd: opening: "/dev/mtd0"&lt;BR /&gt;NFC geometry :&lt;BR /&gt;ECC Strength : 8&lt;BR /&gt;Page Size in Bytes : 4210&lt;BR /&gt;Metadata size : 10&lt;BR /&gt;ECC Chunk Size in byte : 512&lt;BR /&gt;ECC Chunk count : 8&lt;BR /&gt;Block Mark Byte Offset : 3995&lt;BR /&gt;Block Mark Bit Offset : 0&lt;BR /&gt;====================================================&lt;BR /&gt;mtd: opened '/dev/mtd0' - '(null)'&lt;BR /&gt;mtd: bootstream too large&lt;BR /&gt;mtd_init failed!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 17:03:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1187643#M165381</guid>
      <dc:creator>mus</dc:creator>
      <dc:date>2020-11-23T17:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1187741#M165388</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've compiled an updated version of the rootfs, with a more up-to-date version of imx-kobs.&amp;nbsp; This will not solve the problem, but should provide more info.&lt;/P&gt;
&lt;P&gt;Please save a copy of your old rootfs, then just rename this file to whatever you are using in your script currently.&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 23:31:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1187741#M165388</guid>
      <dc:creator>ryandeville2</dc:creator>
      <dc:date>2020-11-23T23:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1189218#M165511</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please try this later version of imx-kobs inside the L4.9.11 rootfs.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 18:42:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1189218#M165511</guid>
      <dc:creator>ryandeville2</dc:creator>
      <dc:date>2020-11-25T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL is exiting with Chip ID Verification Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1189270#M165515</link>
      <description>&lt;P&gt;This is working for AC variant. We will try with AD variant.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 20:44:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-is-exiting-with-Chip-ID-Verification-Error/m-p/1189270#M165515</guid>
      <dc:creator>mus</dc:creator>
      <dc:date>2020-11-25T20:44:58Z</dc:date>
    </item>
  </channel>
</rss>

