<?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のトピックsata commands in uboot in 12.09.01.01 ltib</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290255#M35020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a custom board that is based on the Sabre SDB.&amp;nbsp; We are building uboot and a kernel using the 12.09.01.01 ltib and its all booting up fine.&amp;nbsp; However, our uboot image does not seem to have the 'sata' commands enabled.&amp;nbsp; How would we go about enabling them or switching our uboot to the mainline tree to get&amp;nbsp; those commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2013 04:31:25 GMT</pubDate>
    <dc:creator>frankmiller</dc:creator>
    <dc:date>2013-03-11T04:31:25Z</dc:date>
    <item>
      <title>sata commands in uboot in 12.09.01.01 ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290255#M35020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a custom board that is based on the Sabre SDB.&amp;nbsp; We are building uboot and a kernel using the 12.09.01.01 ltib and its all booting up fine.&amp;nbsp; However, our uboot image does not seem to have the 'sata' commands enabled.&amp;nbsp; How would we go about enabling them or switching our uboot to the mainline tree to get&amp;nbsp; those commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 04:31:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290255#M35020</guid>
      <dc:creator>frankmiller</dc:creator>
      <dc:date>2013-03-11T04:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: sata commands in uboot in 12.09.01.01 ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290256#M35021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please enable SATA command option into U-Boot. Meanwhile, you can change configuraiton and store the boot command into SATA.&amp;nbsp; Take MX6Q SabreSD board as the example, the following changes are needed.&lt;/P&gt;&lt;P&gt;diff --git a/include/configs/mx6q_sabresd.h b/include/configs/mx6q_sabresd.h&lt;/P&gt;&lt;P&gt;index 0cd57d9..68e7bec 100644&lt;/P&gt;&lt;P&gt;--- a/include/configs/mx6q_sabresd.h&lt;/P&gt;&lt;P&gt;+++ b/include/configs/mx6q_sabresd.h&lt;/P&gt;&lt;P&gt;@@ -103,7 +103,7 @@&lt;/P&gt;&lt;P&gt; #define CONFIG_CMD_CLOCK&lt;/P&gt;&lt;P&gt; #define CONFIG_REF_CLK_FREQ CONFIG_MX6_HCLK_FREQ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-/* #define CONFIG_CMD_SATA */&lt;/P&gt;&lt;P&gt;+#define CONFIG_CMD_SATA&lt;/P&gt;&lt;P&gt; #undef CONFIG_CMD_IMLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; #define CONFIG_CMD_IMX_DOWNLOAD_MODE&lt;/P&gt;&lt;P&gt;@@ -300,9 +300,9 @@&lt;/P&gt;&lt;P&gt; #define CONFIG_SYS_NO_FLASH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; /* Monitor at beginning of flash */&lt;/P&gt;&lt;P&gt;-#define CONFIG_FSL_ENV_IN_MMC&lt;/P&gt;&lt;P&gt;+/* #define CONFIG_FSL_ENV_IN_MMC */&lt;/P&gt;&lt;P&gt; /* #define CONFIG_FSL_ENV_IN_NAND */&lt;/P&gt;&lt;P&gt;-/* #define CONFIG_FSL_ENV_IN_SATA */&lt;/P&gt;&lt;P&gt;+#define CONFIG_FSL_ENV_IN_SATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; #define CONFIG_ENV_SECT_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp; (8 * 1024)&lt;/P&gt;&lt;P&gt; #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 04:58:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290256#M35021</guid>
      <dc:creator>lily_zhang</dc:creator>
      <dc:date>2013-03-11T04:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: sata commands in uboot in 12.09.01.01 ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290257#M35022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, this works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 05:21:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290257#M35022</guid>
      <dc:creator>frankmiller</dc:creator>
      <dc:date>2013-03-11T05:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: sata commands in uboot in 12.09.01.01 ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290258#M35023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;learn a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 May 2014 08:32:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sata-commands-in-uboot-in-12-09-01-01-ltib/m-p/290258#M35023</guid>
      <dc:creator>tonyzheng</dc:creator>
      <dc:date>2014-05-18T08:32:52Z</dc:date>
    </item>
  </channel>
</rss>

