<?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: IMX6ULL support UBIFS is possible?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710203#M110420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We try to change $(CONFIG_CMD_UBIFS) to y, and ubi command is built into u-boot. Any good method to avoid force change $(CONFIG_CMD_UBIFS) to y ? Does it have configuration file for our modificataion, and then variable changed to y automatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fs/Makefile:22:obj-$(CONFIG_CMD_UBIFS) += ubifs/&lt;BR /&gt;to&amp;nbsp;&lt;BR /&gt;fs/Makefile:22:obj-y += ubifs/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Sep 2017 02:27:45 GMT</pubDate>
    <dc:creator>stevenyu</dc:creator>
    <dc:date>2017-09-15T02:27:45Z</dc:date>
    <item>
      <title>IMX6ULL support UBIFS is possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710197#M110414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have found below DEFINEs in&amp;nbsp;include/configs/m28evk.h.&lt;/P&gt;&lt;P&gt;We copy to&amp;nbsp;include/configs/mx6ullevk.h, and&amp;nbsp;bitbake -c compile -f u-boot-imx;&amp;nbsp;bitbake core-image-base.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, it does not been build into u-boot-imx6ull14x14evk.imx-sd. Do you know what things we missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We also found Makefile need to see these variable, so what is the formal procedure to make it into u-boot?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;===m28evk.h===&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;#define CONFIG_CMD_UBI&lt;BR /&gt;#define CONFIG_CMD_UBIFS&lt;BR /&gt;#define CONFIG_CMD_MTDPARTS&lt;BR /&gt;#define CONFIG_RBTREE&lt;BR /&gt;#define CONFIG_LZO&lt;BR /&gt;#define CONFIG_MTD_DEVICE&lt;BR /&gt;#define CONFIG_MTD_PARTITIONS&lt;BR /&gt;#define MTDIDS_DEFAULT "nand0=gpmi-nand"&lt;BR /&gt;#define MTDPARTS_DEFAULT \&lt;BR /&gt; "mtdparts=gpmi-nand:" \&lt;BR /&gt; "3m(u-boot)," \&lt;BR /&gt; "512k(env1)," \&lt;BR /&gt; "512k(env2)," \&lt;BR /&gt; "14m(boot)," \&lt;BR /&gt; "238m(data)," \&lt;BR /&gt; "-@4096k(UBI)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===Makefiles===&lt;/P&gt;&lt;P&gt;cmd/Makefile:128:obj-$(CONFIG_CMD_UBIFS) += ubifs.o&lt;BR /&gt;fs/Makefile:22:obj-$(CONFIG_CMD_UBIFS) += ubifs/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 11:13:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710197#M110414</guid>
      <dc:creator>stevenyu</dc:creator>
      <dc:date>2017-08-29T11:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL support UBIFS is possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710198#M110415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems it is not supported, one can try to port it using linux sources and&lt;/P&gt;&lt;P&gt;post it on uboot mail list&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://lists.denx.de/pipermail/u-boot/2013-April/153054.html" title="https://lists.denx.de/pipermail/u-boot/2013-April/153054.html"&gt;[U-Boot] u-boot UBI support&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>Tue, 29 Aug 2017 23:07:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710198#M110415</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-08-29T23:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL support UBIFS is possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710199#M110416</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;OK, I see it looks difficult to make ubifs support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know where should we put&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;CONFIG_CMD_UBIFS,&amp;nbsp;&lt;SPAN&gt;CONFIG_CMD_UBIFS and then let Makefile can try to make it ?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Because we put these CONFIG_OOXX to&amp;nbsp;git/configs/mx6ull_14x14_evk_nand_defconfig, but it seems Makefile/.c/.h still cannot see these variable !!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Steven Yu&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 02:18:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710199#M110416</guid>
      <dc:creator>stevenyu</dc:creator>
      <dc:date>2017-08-30T02:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL support UBIFS is possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710200#M110417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;since it is not supported, so no there are no necessary dependencies&lt;/P&gt;&lt;P&gt;for these definitions. It is necessary to add them using for example i.mx28&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:41:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710200#M110417</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-08-30T05:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL support UBIFS is possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710201#M110418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to do similar thing now, on ls1021atwr board. &amp;nbsp;I try to read ubi partition from NOR. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I can make the compile to work by putting those defines in include/configs/ls1021atwr.h, not the ls1021atwr_nor_defconfig. &amp;nbsp;I get those commands in uboot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I tried mtdparts, it complains : Device nor0 not found !&lt;/P&gt;&lt;P&gt;Any idea how to make ubi and mtdparts sees the NOR flash in board ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Jack Ou.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 06:43:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710201#M110418</guid>
      <dc:creator>jackou</dc:creator>
      <dc:date>2017-09-08T06:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL support UBIFS is possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710202#M110419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, i try to change CONFIG_CMD_UBIFS to y, and ubi command is built into u-boot. Any good method to avoid force change $(CONFIG_CMD_UBIFS) to y , and configuration file we can modify and variable changed to y automatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fs/Makefile:22:obj-$(CONFIG_CMD_UBIFS) += ubifs/&lt;/P&gt;&lt;P&gt;to&amp;nbsp;&lt;/P&gt;&lt;P&gt;fs/Makefile:22:obj-y += ubifs/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV data-object-id="459024" data-object-type="1"&gt;&lt;DIV data-jive-view="apps/content/questions/correct_view"&gt;&lt;DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the, we have similar issue as you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;it complains : device nand not found!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 02:24:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710202#M110419</guid>
      <dc:creator>stevenyu</dc:creator>
      <dc:date>2017-09-15T02:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL support UBIFS is possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710203#M110420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We try to change $(CONFIG_CMD_UBIFS) to y, and ubi command is built into u-boot. Any good method to avoid force change $(CONFIG_CMD_UBIFS) to y ? Does it have configuration file for our modificataion, and then variable changed to y automatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fs/Makefile:22:obj-$(CONFIG_CMD_UBIFS) += ubifs/&lt;BR /&gt;to&amp;nbsp;&lt;BR /&gt;fs/Makefile:22:obj-y += ubifs/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 02:27:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-support-UBIFS-is-possible/m-p/710203#M110420</guid>
      <dc:creator>stevenyu</dc:creator>
      <dc:date>2017-09-15T02:27:45Z</dc:date>
    </item>
  </channel>
</rss>

