<?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 Re: imx28 BSP source code in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178427#M7158</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;I think you are looking for the&amp;nbsp;mx28evk_pins.c file in the arch/arm/mach-mx28 dir. Here you can set what pin function should be enabled for each pin in the mx28evk_fixed_pins array.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is probably best if you make an implementation for your own board based on this file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2012 13:46:04 GMT</pubDate>
    <dc:creator>DennyvanLeersum</dc:creator>
    <dc:date>2012-07-31T13:46:04Z</dc:date>
    <item>
      <title>imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178422#M7153</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;I'm&amp;nbsp; currently working with imx28evk and all works fine.&lt;/P&gt;&lt;P&gt;Now i'm developing my application specific board based on imx28. I'm looking for bsp files to modify UART's pins configuration but i haven't found them.&lt;/P&gt;&lt;P&gt;Where i can find those files? Someone can help me?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Federico Santanni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 07:01:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178422#M7153</guid>
      <dc:creator>FedericoSantann</dc:creator>
      <dc:date>2012-07-31T07:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178423#M7154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The Linux BSP Source code is located here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX281&amp;amp;nodeId=018rH3ZrDRA24A&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX281&amp;amp;nodeId=018rH3ZrDRA24A&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in BSP tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 07:52:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178423#M7154</guid>
      <dc:creator>Rodrigue</dc:creator>
      <dc:date>2012-07-31T07:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178424#M7155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigue,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I've alredy downloaded L2.6.35_10.12.01_SDK_source_bundle.tar.gz. It's my fault, i've not specified that i've alredy rebuild all for the evk board.&lt;/P&gt;&lt;P&gt;The problem is that in my own board i want to use all UART (not only the 4 configured in evk board), but in the source code i have some difficult to find the files where to configure pins for UART (and to enable all the UART).&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 08:21:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178424#M7155</guid>
      <dc:creator>FedericoSantann</dc:creator>
      <dc:date>2012-07-31T08:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178425#M7156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, no problem, then in this case please go to the kernel code:&lt;/P&gt;&lt;P&gt;linux/arm/configs/ to get inspired from the evk board.&lt;/P&gt;&lt;P&gt;Then, keep in mind that all 5 UARTs are not available all at the same time. AUART0_CTS/RTS cannot be configured with AUART4_RX/TX.&lt;/P&gt;&lt;P&gt;When selected in your config files, the IOMUX will be automatically correctly selected when compiling.&lt;/P&gt;&lt;P&gt;Check arch/arm/mach-mx28/serial.c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 11:55:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178425#M7156</guid>
      <dc:creator>Rodrigue</dc:creator>
      <dc:date>2012-07-31T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178426#M7157</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've found in /home/federico/imx28/ltib/rpm/BUILD/linux/arch/arm/configs/&amp;nbsp; imx28evk_defconfig file. Here i see that i can enable or disable the UART. So i have to modify this file?&lt;/P&gt;&lt;P&gt;But if i want to configure AUART4 as RX/TX or i want to to set the correct pins,where i can find these info?&lt;/P&gt;&lt;P&gt;In /home/federico/imx28/ltib/rpm/BUILD/linux/arch/arm/mach-mx28/regs-pinctrl.h i 've found the pin configuration for UART but it seem that this file "is created by xml file" (as is written inside). I have to modify some other file before to build ltib to set my hw configuration?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:23:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178426#M7157</guid>
      <dc:creator>FedericoSantann</dc:creator>
      <dc:date>2012-07-31T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178427#M7158</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;I think you are looking for the&amp;nbsp;mx28evk_pins.c file in the arch/arm/mach-mx28 dir. Here you can set what pin function should be enabled for each pin in the mx28evk_fixed_pins array.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is probably best if you make an implementation for your own board based on this file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:46:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178427#M7158</guid>
      <dc:creator>DennyvanLeersum</dc:creator>
      <dc:date>2012-07-31T13:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178428#M7159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ok, i've found what i looking for.&lt;/P&gt;&lt;P&gt;I've supposed to search for these configurations in files in opt/freescale folder.&lt;/P&gt;&lt;P&gt;Thanks to all for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 14:07:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178428#M7159</guid>
      <dc:creator>FedericoSantann</dc:creator>
      <dc:date>2012-07-31T14:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178429#M7160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the i.MX_Linux_BSP_RM.pdf file for a good introduction into the Machine Specific Layer (MSL).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 17:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178429#M7160</guid>
      <dc:creator>spearson</dc:creator>
      <dc:date>2012-07-31T17:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178430#M7161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Federico,&lt;/P&gt;&lt;P&gt;Freescale uploaded patches for BSP iMX28-SDK-2010.12.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX28_SW" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX28_SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.freescale.com/webapp/Download?colCode=L2.6.35_10.12_SDK_PATCHES&amp;amp;appType=license&amp;amp;location=null&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;Parent_nodeId=from%20search&amp;amp;Parent_pageType=from%20search"&gt;Linux patches for i.MX28 SDK 2010.12&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this patches, 0577 is especially important if you want to use all UART ports on iMX28.&lt;/P&gt;&lt;P&gt;/dev/ttySP4 (UART4) does not work without this patch because of resource description mistake.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 16:38:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178430#M7161</guid>
      <dc:creator>YS</dc:creator>
      <dc:date>2012-08-01T16:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178431#M7162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, i've read the pdf&amp;nbsp; file&amp;nbsp;(thanks Simon) and i'm appling the patches (thanks Yuji).&lt;/P&gt;&lt;P&gt;I don't know if i do it in the right way: i've added alle the patches to rppm/BUILD/patches folder and i've updated localversion file (in the same folder). After that if i launch ./ltib nothings happens so i've launched ltib with --m distclean param and after i've launched ltib. Is it correct?&lt;/P&gt;&lt;P&gt;Thanks to all again, i really appreciate your help.&lt;/P&gt;&lt;P&gt;This is first time i use imx processors so there are a lot of things i have to learn.&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:23:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178431#M7162</guid>
      <dc:creator>FedericoSantann</dc:creator>
      <dc:date>2012-08-02T08:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 BSP source code</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178432#M7163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved.&lt;/P&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 12:09:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-BSP-source-code/m-p/178432#M7163</guid>
      <dc:creator>FedericoSantann</dc:creator>
      <dc:date>2012-08-02T12:09:50Z</dc:date>
    </item>
  </channel>
</rss>

