<?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のトピックimx6dl Parallel NOR  Partition</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6dl-Parallel-NOR-Partition/m-p/714479#M111077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;engineers！&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Board environment:&lt;BR /&gt;L4.1.15_2.0.0_ga&lt;BR /&gt;yocto&lt;BR /&gt;imx6dl&lt;BR /&gt;Parallel NOR 128m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My equipment storage nor flash is 128M,（imx6dl）&lt;/P&gt;&lt;P&gt;I would like to uboot kernlel dts and rootfs how to write nor flash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ucl.xml only has the example of programming uboot, no kernle, dts and rootfs, what should I modify to make it support burning these files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ucl.xml ：&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn uboot only because spi-nor flash is small (4M). kernel is beyond 5M now --&amp;gt;&lt;BR /&gt; &amp;lt;LIST name="Nor Flash" desc="Choose Nor flash as media"&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6q%plus%%board%_%nor%.imx" ifdev="MX6Q"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6dl%board%_%nor%.imx" ifdev="MX6D"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6slevk_spi-nor.imx" ifdev="MX6SL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx7d%7duboot%_%nor%.imx" ifdev="MX7D"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6ul%6uluboot%_sd.imx" ifdev="MX6UL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage" address="0x12000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q MX6DL"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage" address="0x80800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL MX7D MX6UL"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x12C00000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q MX6DL"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x83800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL MX7D MX6UL"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6q%plus%-%board%-%nordtb%.dtb" address="0x18000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6dl-%board%-%nordtb%.dtb" address="0x18000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6D"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6sl-evk.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx7d-%7ddtb%.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX7D"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6ul-%6uldtb%.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to OS image. &amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="Updater" type="push" body="$ flash_erase /dev/mtd%nor_part% 0 0"&amp;gt;Erasing Boot partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx6q%plus%%board%_%nor%.imx" ifdev="MX6Q"&amp;gt;Sending U-Boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx6dl%board%_%nor%.imx" ifdev="MX6D"&amp;gt;Sending U-Boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx6slevk_spi-nor.imx" ifdev="MX6SL"&amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx7d%7duboot%_%nor%.imx" ifdev="MX7D"&amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx6ul%6uluboot%_%nor%.imx" ifdev="MX6UL"&amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mtd%nor_part% bs=1k seek=%seek%" ifdev="MX6Q MX6D MX6SL MX6UL"&amp;gt;write U-Boot to NOR flash&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mtd%nor_part% bs=1k seek=1" ifdev="MX7D"&amp;gt;write U-Boot to NOR flash&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ echo Update Complete!"&amp;gt;Done&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;/LIST&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dts ：&lt;/P&gt;&lt;P&gt;imx6@ubuntu:dts$ cat imx6q-sabreauto-gpmi-weim.dts&lt;BR /&gt;/*&lt;BR /&gt; * Copyright (C) 2014 Freescale Semiconductor, Inc.&lt;BR /&gt; *&lt;BR /&gt; * This program is free software; you can redistribute it and/or modify&lt;BR /&gt; * it under the terms of the GNU General Public License version 2 as&lt;BR /&gt; * published by the Free Software Foundation.&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;#include "imx6q-sabreauto.dts"&lt;/P&gt;&lt;P&gt;&amp;amp;ecspi1 {&lt;BR /&gt; /* pin conflict with weim */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;can2 {&lt;BR /&gt; /* max7310_c on i2c3 is gone */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;gpmi {&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;i2c3 {&lt;BR /&gt; /* pin conflict with weim */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;uart3 {&lt;BR /&gt; /* pin conflict with gpmi and weim */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;usbh1 {&lt;BR /&gt; /* max7310_b on i2c3 is gone */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;usbotg {&lt;BR /&gt; /* max7310_c on i2c3 is gone */&lt;BR /&gt; status = "okay";&lt;BR /&gt; dr_mode = "peripheral";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;weim {&lt;BR /&gt; pinctrl-assert-gpios = &amp;lt;&amp;amp;gpio5 4 GPIO_ACTIVE_LOW&amp;gt;;&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;英文不是很好，抱歉。就是修改什么地方支持 把，uboot ，kernel ，dts，rootfs &amp;nbsp; 烧写 到&amp;nbsp;Parallel NOR &amp;nbsp;128M 中。&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, look forward to your reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2017 11:58:04 GMT</pubDate>
    <dc:creator>zhilinhuang</dc:creator>
    <dc:date>2017-09-04T11:58:04Z</dc:date>
    <item>
      <title>imx6dl Parallel NOR  Partition</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6dl-Parallel-NOR-Partition/m-p/714479#M111077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;engineers！&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Board environment:&lt;BR /&gt;L4.1.15_2.0.0_ga&lt;BR /&gt;yocto&lt;BR /&gt;imx6dl&lt;BR /&gt;Parallel NOR 128m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My equipment storage nor flash is 128M,（imx6dl）&lt;/P&gt;&lt;P&gt;I would like to uboot kernlel dts and rootfs how to write nor flash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ucl.xml only has the example of programming uboot, no kernle, dts and rootfs, what should I modify to make it support burning these files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ucl.xml ：&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn uboot only because spi-nor flash is small (4M). kernel is beyond 5M now --&amp;gt;&lt;BR /&gt; &amp;lt;LIST name="Nor Flash" desc="Choose Nor flash as media"&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6q%plus%%board%_%nor%.imx" ifdev="MX6Q"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6dl%board%_%nor%.imx" ifdev="MX6D"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6slevk_spi-nor.imx" ifdev="MX6SL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx7d%7duboot%_%nor%.imx" ifdev="MX7D"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6ul%6uluboot%_sd.imx" ifdev="MX6UL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage" address="0x12000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q MX6DL"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage" address="0x80800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL MX7D MX6UL"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x12C00000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q MX6DL"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x83800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL MX7D MX6UL"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6q%plus%-%board%-%nordtb%.dtb" address="0x18000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6dl-%board%-%nordtb%.dtb" address="0x18000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6D"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6sl-evk.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx7d-%7ddtb%.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX7D"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6ul-%6uldtb%.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to OS image. &amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="Updater" type="push" body="$ flash_erase /dev/mtd%nor_part% 0 0"&amp;gt;Erasing Boot partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx6q%plus%%board%_%nor%.imx" ifdev="MX6Q"&amp;gt;Sending U-Boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx6dl%board%_%nor%.imx" ifdev="MX6D"&amp;gt;Sending U-Boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx6slevk_spi-nor.imx" ifdev="MX6SL"&amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx7d%7duboot%_%nor%.imx" ifdev="MX7D"&amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-imx6ul%6uluboot%_%nor%.imx" ifdev="MX6UL"&amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mtd%nor_part% bs=1k seek=%seek%" ifdev="MX6Q MX6D MX6SL MX6UL"&amp;gt;write U-Boot to NOR flash&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mtd%nor_part% bs=1k seek=1" ifdev="MX7D"&amp;gt;write U-Boot to NOR flash&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ echo Update Complete!"&amp;gt;Done&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;/LIST&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dts ：&lt;/P&gt;&lt;P&gt;imx6@ubuntu:dts$ cat imx6q-sabreauto-gpmi-weim.dts&lt;BR /&gt;/*&lt;BR /&gt; * Copyright (C) 2014 Freescale Semiconductor, Inc.&lt;BR /&gt; *&lt;BR /&gt; * This program is free software; you can redistribute it and/or modify&lt;BR /&gt; * it under the terms of the GNU General Public License version 2 as&lt;BR /&gt; * published by the Free Software Foundation.&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;#include "imx6q-sabreauto.dts"&lt;/P&gt;&lt;P&gt;&amp;amp;ecspi1 {&lt;BR /&gt; /* pin conflict with weim */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;can2 {&lt;BR /&gt; /* max7310_c on i2c3 is gone */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;gpmi {&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;i2c3 {&lt;BR /&gt; /* pin conflict with weim */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;uart3 {&lt;BR /&gt; /* pin conflict with gpmi and weim */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;usbh1 {&lt;BR /&gt; /* max7310_b on i2c3 is gone */&lt;BR /&gt; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;usbotg {&lt;BR /&gt; /* max7310_c on i2c3 is gone */&lt;BR /&gt; status = "okay";&lt;BR /&gt; dr_mode = "peripheral";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;weim {&lt;BR /&gt; pinctrl-assert-gpios = &amp;lt;&amp;amp;gpio5 4 GPIO_ACTIVE_LOW&amp;gt;;&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;英文不是很好，抱歉。就是修改什么地方支持 把，uboot ，kernel ，dts，rootfs &amp;nbsp; 烧写 到&amp;nbsp;Parallel NOR &amp;nbsp;128M 中。&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, look forward to your reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 11:58:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6dl-Parallel-NOR-Partition/m-p/714479#M111077</guid>
      <dc:creator>zhilinhuang</dc:creator>
      <dc:date>2017-09-04T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: imx6dl Parallel NOR  Partition</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6dl-Parallel-NOR-Partition/m-p/714480#M111078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zhilin Huang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script for NOR flash just loads the boot loader but you may take the script for other memories as example to fit your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is some more information on the Manufacturing Tool V2 UCL User Guide, available along the manufacturing tool as part of the documentation of the tool. I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 16:01:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6dl-Parallel-NOR-Partition/m-p/714480#M111078</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2017-10-04T16:01:43Z</dc:date>
    </item>
  </channel>
</rss>

