<?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 Recommendations for MX28 development. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216369#M13706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to the i.mx family and am looking for a few general recommendations so I get started off in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have built linux 2.6.35 using LTIB and have it running on my M28 EVK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first question is, should I stick with LTIB or are there better BSP-build alternatives for i.mx28 (e.g. ptxdist, YOCTO), assuming I'll need to move to a 3.x kernel at some point ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next question is, I am developing an app for my MX28 EVK board that needs to talk to a SPI device on SSP2 and could use some pointers on how to set up the board file and spidev. Also, how is SPI support in the 3.x kernels? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2012 17:52:18 GMT</pubDate>
    <dc:creator>RandyGraham</dc:creator>
    <dc:date>2012-10-12T17:52:18Z</dc:date>
    <item>
      <title>Recommendations for MX28 development.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216369#M13706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to the i.mx family and am looking for a few general recommendations so I get started off in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have built linux 2.6.35 using LTIB and have it running on my M28 EVK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first question is, should I stick with LTIB or are there better BSP-build alternatives for i.mx28 (e.g. ptxdist, YOCTO), assuming I'll need to move to a 3.x kernel at some point ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next question is, I am developing an app for my MX28 EVK board that needs to talk to a SPI device on SSP2 and could use some pointers on how to set up the board file and spidev. Also, how is SPI support in the 3.x kernels? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 17:52:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216369#M13706</guid>
      <dc:creator>RandyGraham</dc:creator>
      <dc:date>2012-10-12T17:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for MX28 development.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216370#M13707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My previous article will some help for spidev configuration on iMX28EVK Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/300535"&gt;SPI: SPIDEV interface question&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that iMX28 SPI base clock is fixed to 120MHz and SPI clock is 1/n (n &amp;gt;= 2) of the base clock.&lt;/P&gt;&lt;P&gt;If this is inconvenient, you may try to change base clock at drivers/spi/spi_mxs.c at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static int __init mxs_spi_probe(struct platform_device *dev)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clk_set_rate(ss-&amp;gt;clk, 120 * 1000 * 1000)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;For spidev usage, there is good description in Linux Kernel document linux-2.6.35.3/Documentation/spi/.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 22:24:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216370#M13707</guid>
      <dc:creator>YS</dc:creator>
      <dc:date>2012-10-15T22:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for MX28 development.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216371#M13708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuji, this is helpful !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 16:34:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216371#M13708</guid>
      <dc:creator>RandyGraham</dc:creator>
      <dc:date>2012-10-17T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for MX28 development.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216372#M13709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You also can read the BSP Reference Manual for more details. Chapter 21 is talking about the SPI Bus driver.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 02:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216372#M13709</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2012-10-18T02:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for MX28 development.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216373#M13710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Randy, if your question had been answered, please mark the reply from the person who provide correct answers as 'Correct Answer'. So that we can close the discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 06:44:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216373#M13710</guid>
      <dc:creator>imxcommunitysco</dc:creator>
      <dc:date>2012-10-22T06:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for MX28 development.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216374#M13711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am successfully using buildroot to build the 3.7-rc1 kernel and rootfs for my m28evk and will stick with that moving forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 15:30:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Recommendations-for-MX28-development/m-p/216374#M13711</guid>
      <dc:creator>RandyGraham</dc:creator>
      <dc:date>2012-10-22T15:30:55Z</dc:date>
    </item>
  </channel>
</rss>

