<?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: Ubifs support from uboot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Ubifs-support-from-uboot/m-p/352357#M49054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi recep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid UBI is not supported for i.MX25 Uboot NAND,&lt;/P&gt;&lt;P&gt;in general you can port codes from i.MX35 (it has similar NFC&lt;/P&gt;&lt;P&gt;module), link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-1579"&gt;i.MX35 PDK NAND Creating and Flashing UBIFS image&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2015 06:34:47 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2015-02-09T06:34:47Z</dc:date>
    <item>
      <title>Ubifs support from uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ubifs-support-from-uboot/m-p/352355#M49052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with MX_25 board and i have a problem with uboot code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to check ubi volume integrity from bootloader?&lt;/P&gt;&lt;P&gt;I want to access UBI volume(ubi0) from bootloader in order to check ubi volume integrity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this purpose, I have opened some definitions in bootloader's&amp;nbsp; header file for enabling UBI/UBIFS in uboot;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define CONFIG_CMD_NAND&lt;/P&gt;&lt;P&gt;#define CONFIG_CMD_UBI&lt;/P&gt;&lt;P&gt;#define CONFIG_CMD_UBIFS&lt;/P&gt;&lt;P&gt;#define CONFIG_RBTREE&lt;/P&gt;&lt;P&gt;#define CONFIG_MTD_DEVICE&lt;/P&gt;&lt;P&gt;#define CONFIG_MTD_PARTITIONS&lt;/P&gt;&lt;P&gt;#define CONFIG_CMD_MTDPARTS&lt;/P&gt;&lt;P&gt;#define CONFIG_LZO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These definitions have been added and bootloader code has been built successfuly.&lt;/P&gt;&lt;P&gt;I have loaded generated u-boot.bin file to my board with MfgTool but my board is not opened.Uboot is not starting!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do about it?&lt;/P&gt;&lt;P&gt;or is there any method for doing this or any documentation about it?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ubifs-support-from-uboot/m-p/352355#M49052</guid>
      <dc:creator>recepyigitbasi</dc:creator>
      <dc:date>2015-02-05T14:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ubifs support from uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ubifs-support-from-uboot/m-p/352356#M49053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send your post to imx community (e.g. &lt;A _jive_internal="true" class="jivecontainerTT-hover-container jive-link-community-small" data-containerid="1" data-containertype="14" data-objectid="2004" data-objecttype="14" href="https://community.nxp.com/community/imx"&gt;i.MX Community&lt;/A&gt; ) to get it visible for active members.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 04:24:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ubifs-support-from-uboot/m-p/352356#M49053</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2015-02-06T04:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ubifs support from uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ubifs-support-from-uboot/m-p/352357#M49054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi recep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid UBI is not supported for i.MX25 Uboot NAND,&lt;/P&gt;&lt;P&gt;in general you can port codes from i.MX35 (it has similar NFC&lt;/P&gt;&lt;P&gt;module), link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-1579"&gt;i.MX35 PDK NAND Creating and Flashing UBIFS image&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 06:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ubifs-support-from-uboot/m-p/352357#M49054</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-02-09T06:34:47Z</dc:date>
    </item>
  </channel>
</rss>

