<?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: Unable to setup PCIe on imx6Q SabreSD board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408524#M60947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Christophe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you try with Linux L3.14.28_1.0.0&lt;/P&gt;&lt;P&gt;without any modifications in dts files (only add PCIe&lt;/P&gt;&lt;P&gt;support to defconfig). PCI host will not be detected by lspci,&lt;/P&gt;&lt;P&gt;if no PCIe card is connected to board.&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 16:20:57 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2015-09-01T16:20:57Z</dc:date>
    <item>
      <title>Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408521#M60944</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 have a SabreSD and I am trying to use a Wireless PCIe card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue, for now, is that I am unable to setup correctly the PCIe bus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have encountered several issue until now, one of them being one of the PINs used by the PCI (power-on) was claimed by "SD2" and I had to change the DTS file to disable this "SD2".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lspci is not failing but not outputing anything either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I have when I grep dmesg with pci (note: the logs are the same whether I connect the card or not, here it is not connected):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;fixed up name for pcie@0x01000000 -&amp;gt; pcie&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;fixed up name for minipcie_ctrl -&amp;gt; minipcie_ctrl&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;&amp;nbsp;&amp;nbsp; create child: /soc/pcie@0x01000000&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;of_platform_bus_create() - skipping /minipcie_ctrl, no compatible prop&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;comparing lvds_gate with pcie_ref_125m&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;comparing lvds_gate with pcie_axi&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;comparing pcie_ref_125m with pcie_ref_125m&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;comparing pcie_axi with pcie_ref_125m&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;comparing pcie_axi with sata_ref_100m&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;comparing pcie_axi with pcie_axi&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;comparing sata_ref_100m with pcie_ref_125m&lt;/P&gt;&lt;P&gt;&amp;lt;3&amp;gt;imx6q-pcie 1ffc000.pcie: phy link never came up&lt;/P&gt;&lt;P&gt;&amp;lt;3&amp;gt;imx6q-pcie 1ffc000.pcie: failed to initialize host&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;PCI: CLS 0 bytes, default 64&lt;/P&gt;&lt;P&gt;&amp;lt;6&amp;gt;ehci-pci: EHCI PCI platform driver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my kernel configuration regarding PCI:&lt;/P&gt;&lt;P&gt;CONFIG_MIGHT_HAVE_PCI=y&lt;/P&gt;&lt;P&gt;CONFIG_PCI_QUIRKS=y&lt;/P&gt;&lt;P&gt;CONFIG_PCI=y&lt;/P&gt;&lt;P&gt;CONFIG_PCI_DOMAINS=y&lt;/P&gt;&lt;P&gt;CONFIG_PCI_SYSCALL=y&lt;/P&gt;&lt;P&gt;CONFIG_PCI_DEBUG=y&lt;/P&gt;&lt;P&gt;# PCI host controller drivers&lt;/P&gt;&lt;P&gt;CONFIG_PCIE_DW=y&lt;/P&gt;&lt;P&gt;CONFIG_PCI_IMX6=y&lt;/P&gt;&lt;P&gt;CONFIG_PCIEPORTBUS=y&lt;/P&gt;&lt;P&gt;CONFIG_PCIEAER=y&lt;/P&gt;&lt;P&gt;CONFIG_PCIEASPM=y&lt;/P&gt;&lt;P&gt;CONFIG_PCIEASPM_DEFAULT=y&lt;/P&gt;&lt;P&gt;CONFIG_PCIE_PME=y&lt;/P&gt;&lt;P&gt;CONFIG_OF_PCI=y&lt;/P&gt;&lt;P&gt;CONFIG_OF_PCI_IRQ=y&lt;/P&gt;&lt;P&gt;CONFIG_SND_PCI=y&lt;/P&gt;&lt;P&gt;CONFIG_USB_EHCI_PCI=y&lt;/P&gt;&lt;P&gt;CONFIG_GENERIC_PCI_IOMAP=y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to this log "phy link never came up", and from what I can understand in the code, it seems that the PCI controller is not answering (drivers/pci/host/pci-imx6.c).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I understand what is happening, I am not even at the connection of the Wireless Card.&lt;/P&gt;&lt;P&gt;I think I need to be able to see the PCI bridge before being able to plug in the card. Can anyone confirm that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fairly new to kernel world, configuration... And I basically know nothing about PCI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using kernel 3.10.53 and Android 5.0.2.&lt;/P&gt;&lt;P&gt;This is the setup given by Freescale User Guides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I completely exhausted my knowledge to fix this and I went through all the posts I could find.&lt;/P&gt;&lt;P&gt;None of them helping me, either because the issues don't look the same, or because I don't understand the answers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware that some information is missing in this post, so please do not hesitate to ask me for additional data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for you help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:39:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408521#M60944</guid>
      <dc:creator>cbonniot</dc:creator>
      <dc:date>2015-08-31T10:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408522#M60945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Christophe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for PCIe usage there is no need for modifications of Linux sources,&lt;/P&gt;&lt;P&gt;please use guidelines in attached Linux Manual&lt;/P&gt;&lt;P&gt;sect.42.4 Using PCIe Endpoint and Running Tests&lt;/P&gt;&lt;P&gt;and use Freescale BSP from i.MX6Q product page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Board Support Packages (27)&lt;/P&gt;&lt;P&gt;L3.14.28_1.0.0_iMX6QDLS_BUNDLE (REV L3.14.28_1.0.0)&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;SABRE Board Reference Design|Freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, wireless PCIe card should be connected to Sabre board before running&lt;/P&gt;&lt;P&gt;linux, recommended to try several cards for testing phy link.&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>Tue, 01 Sep 2015 01:50:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408522#M60945</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-01T01:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408523#M60946</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;Thank you for your quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said, I am a novice, can you please elaborate when you say "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;use Freescale BSP from i.MX6Q product page", what does it mean exactly ? I am sorry if this is a dumb question but I am kind of lost.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Every source package I am using comes directly from Freescale, it has not been modified. It is the package that comes when following the Android User Guides, isn't that BSP part of it ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;To be the clearest possible, here is exactly what I have done to retrieve the sources:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ mkdir myandroid&lt;/P&gt;&lt;P&gt;$ cd myandroid&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ ~/bin/repo init -u &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://android.googlesource.com/platform/manifest" rel="nofollow"&gt;https://android.googlesource.com/platform/manifest&lt;/A&gt;&lt;SPAN&gt; -b android-5.0.2_r1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ ~/bin/repo sync -j4 # this command loads most needed repos. Therefore, it can take several hours to load.&lt;/P&gt;&lt;P&gt;$ cd ~/myandroid/prebuilts/gcc/linux-x86/arm&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ git clone &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6" rel="nofollow"&gt;https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ cd arm-eabi-4.6&lt;/P&gt;&lt;P&gt;$ git checkout android-4.4.3_r1&lt;/P&gt;&lt;P&gt;$ cd ~/myandroid&lt;/P&gt;&lt;P&gt;$ git clone git://git.freescale.com/imx/linux-2.6-imx.git kernel_imx # the kernel repo is large. Therefore, this process can take a while.&lt;/P&gt;&lt;P&gt;$ cd kernel_imx&lt;/P&gt;&lt;P&gt;$ git checkout l5.0.0_1.0.0-ga&lt;/P&gt;&lt;P&gt;$ cd ~/myandroid/bootable&lt;/P&gt;&lt;P&gt;$ cd bootloader&lt;/P&gt;&lt;P&gt;$ git clone git://git.freescale.com/imx/uboot-imx.git uboot-imx&lt;/P&gt;&lt;P&gt;$ cd uboot-imx&lt;/P&gt;&lt;P&gt;$ git checkout l5.0.0_1.0.0-ga&lt;/P&gt;&lt;P&gt;$ cd ~&lt;/P&gt;&lt;P&gt;$ mkdir Patch_Android&lt;/P&gt;&lt;P&gt;$ cd Patch_Android&lt;/P&gt;&lt;P&gt;$ cp path/to/patch/from/freescale/android_L5.0.0_1.0.0-ga_core_source.gz .&lt;/P&gt;&lt;P&gt;$ tar xzvf android_L5.0.0_1.0.0-ga_core_source.gz&lt;/P&gt;&lt;P&gt;$ cd android_L5.0.0_1.0.0-ga_core_source/code/&lt;/P&gt;&lt;P&gt;$ tar xzvf l5.0.0_1.0.0-ga.tar.gz&lt;/P&gt;&lt;P&gt;$ cd ~/myandroid&lt;/P&gt;&lt;P&gt;$ source ~/Patch_Android/android_L5.0.0_1.0.0-ga_core_source/code/l5.0.0_1.0.0-ga/and_patch.sh&lt;/P&gt;&lt;P&gt;$ c_patch ~/Patch_Android/android_L5.0.0_1.0.0-ga_core_source/code/l5.0.0_1.0.0-ga imx_l5.0.0_1.0.0-ga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only modifications I made are on the kernel configuration file kernel_imx/arch/arm/configs/imx_v7_android_defconfig in order to include PCI configurations and the modification I describe below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, about your recommendations.&lt;/P&gt;&lt;P&gt;I followed those guidelines and as you can see in my first post, the kernel has the requested CONFIG_PCI...&lt;/P&gt;&lt;P&gt;Also, the PCIe card I am using is not part of the list provided in the manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that hot plug is not supported, but I thought that before trying to use the card, I should at least be able to see the PCI host bridge when I do lspci, isn't that right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove the modification I made, which is:&lt;/P&gt;&lt;P&gt;android/kernel_imx/arch/arm/boot/dts/imx6q-sabresd.dts:&lt;/P&gt;&lt;P&gt;&amp;amp;usdhc2 {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = "disabled";&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the log I have at startup in dmesg:&lt;/P&gt;&lt;P&gt;&amp;lt;4&amp;gt;!!request miniPCIE Power On gpio&lt;/P&gt;&lt;P&gt;&amp;lt;3&amp;gt;imx6q-pcie 1ffc000.pcie: unable to get power-on gpio&lt;/P&gt;&lt;P&gt;&amp;lt;4&amp;gt;imx6q-pcie: probe of 1ffc000.pcie failed with error -16&lt;/P&gt;&lt;P&gt;&amp;lt;7&amp;gt;PCI: CLS 0 bytes, default 64&lt;/P&gt;&lt;P&gt;&amp;lt;6&amp;gt;ehci-pci: EHCI PCI platform driver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:07:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408523#M60946</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-01T10:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408524#M60947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Christophe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you try with Linux L3.14.28_1.0.0&lt;/P&gt;&lt;P&gt;without any modifications in dts files (only add PCIe&lt;/P&gt;&lt;P&gt;support to defconfig). PCI host will not be detected by lspci,&lt;/P&gt;&lt;P&gt;if no PCIe card is connected to board.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 16:20:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408524#M60947</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-01T16:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408525#M60948</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;I'm trying with Yocto and the Linux version you mentioned, it is taking some time to set up the environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll let you know once it's done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:40:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408525#M60948</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-02T14:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408526#M60949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;So I downloaded the BSP L3.14.28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I followed the Freescale_Yocto_Project_User's_Guide.pdf to build my image.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Without any modification, I flashed the image and successfully booted Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;After that, I used&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;bitbake -c menuconfig linux-imx&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I configured PCI and PCIe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;But then, when trying to copy the saved configuration file to the source directory (in order to rebuild the kernel with it), I was not able to find the directory corresponding to the version 3.14.28. Here is the content of the folder:&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;linux-fslc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-imx-mfgtool-3.10.17&amp;nbsp; linux-fslc.inc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-imx-rt_3.10.17.bb&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;linux-imx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-imx-rt-3.10.17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-imx_2.6.35.3.bb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-ls1_3.12.bb&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;linux-imx-2.6.35.3&amp;nbsp; linux-ls1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-imx_3.10.17.bb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-ls1.inc&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;linux-imx-3.10.17&amp;nbsp;&amp;nbsp; linux-timesys-3.0.15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-imx.inc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-mfgtool.inc&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;linux-fslc_3.17.bb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-imx-mfgtool_3.10.17.bb&amp;nbsp; linux-timesys_3.0.15.bb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I thought that for each linux built, there would be a folder containing the board configuration, maybe I'm wrong ?&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I checked using uname -r and version is 3.14.28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I searched on the internet for similar questions but couldn't find an answer.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I tried to copy the configuration file to a new folder I created named linux-imx-3.14.28/mx6/defconfig (as it is done for the other versions) and rebuilt it:&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;bitbake -c cleansstate linux-imx&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;bitbake fsl-image-gui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;But when I looked in dmesg, there was absolutely no mention of PCI. So I guess that my new configuration file was not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Do you know what the issue is here and how I can use the config file ?&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I tried to search this information in the manuals attached to the bundle but was unable to find the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thank you very much for your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 09:47:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408526#M60949</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-03T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408527#M60950</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;Finally, I replaced the configuration file I found in linux-imx-3.10.17/mx6/ by the one I updated with PCI support and rebuilt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the kernel got compiled with the correct one since I am able to do lspci and here is what is displayed in dmesg:&lt;/P&gt;&lt;P&gt;root@imx6qsabresd:~# dmesg | grep -e pci -e PCI&lt;/P&gt;&lt;P&gt;PCI: CLS 0 bytes, default 64&lt;/P&gt;&lt;P&gt;imx6q-pcie 1ffc000.pcie: phy link never came up&lt;/P&gt;&lt;P&gt;imx6q-pcie 1ffc000.pcie: Failed to bring link up!&lt;/P&gt;&lt;P&gt;imx6q-pcie 1ffc000.pcie: failed to initialize host&lt;/P&gt;&lt;P&gt;imx6q-pcie: probe of 1ffc000.pcie failed with error -22&lt;/P&gt;&lt;P&gt;ehci-pci: EHCI PCI platform driver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that there is the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCIe card is connected and lspci shows nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:42:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408527#M60950</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-03T11:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408528#M60951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Christophe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for yocto building one can refer to attached yocto guide and below links&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-1616"&gt;Freescale Yocto Project main page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-104266"&gt;The Yocto Project™ and Linux® Software Development for i.MX Application Processors&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 15:13:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408528#M60951</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-03T15:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408529#M60952</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;I followed this User Guide and managed to use the modified custom kernel configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my last post to see the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue seems to be reproduced with this BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 15:18:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408529#M60952</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-03T15:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408530#M60953</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;Any update ?&lt;/P&gt;&lt;P&gt;I really exhausted all the leads I had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 13:38:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408530#M60953</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-07T13:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408531#M60954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Christophe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for yocto building problems please&lt;/P&gt;&lt;P&gt;create new thread.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 14:44:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408531#M60954</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-07T14:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408532#M60955</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;I no longer have issues to build Yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Here is what is displayed in dmesg:&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;root@imx6qsabresd:~# dmesg | grep -e pci -e PCI&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;PCI: CLS 0 bytes, default 64&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;imx6q-pcie 1ffc000.pcie: phy link never came up&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;imx6q-pcie 1ffc000.pcie: Failed to bring link up!&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;imx6q-pcie 1ffc000.pcie: failed to initialize host&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;imx6q-pcie: probe of 1ffc000.pcie failed with error -22&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;ehci-pci: EHCI PCI platform driver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;It seems that there is the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;PCIe card is connected and lspci shows nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 14:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408532#M60955</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-07T14:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408533#M60956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Christophe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this one card, could you try some other card ?&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 14:56:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408533#M60956</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-07T14:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408534#M60957</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;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay, I had to buy another one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the other card, PCI bus seems to initialize itself correctly. So I guess the issue came from the first card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank you for your continued support !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:38:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408534#M60957</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-14T13:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408535#M60958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, I may have made a mistake in telling you that there is no longer any issue.&lt;/P&gt;&lt;P&gt;Still with my kernel 3.14.28 and with the new miniPCIe card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is now the output of lspci.&lt;/P&gt;&lt;P&gt;00:00.0 PCI bridge: Device 16c3:abcd (rev 01)&lt;/P&gt;&lt;P&gt;01:00.0 Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't have a network interface created in ifconfig.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is now the pci initialization (which seems to complete successfully):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00&lt;/P&gt;&lt;P&gt;pci_bus 0000:00: root bus resource [io&amp;nbsp; 0x1000-0x10000]&lt;/P&gt;&lt;P&gt;pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff]&lt;/P&gt;&lt;P&gt;pci_bus 0000:00: root bus resource [bus 00-ff]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: supports D1&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold&lt;/P&gt;&lt;P&gt;PCI: bus0: Fast back to back transfers disabled&lt;/P&gt;&lt;P&gt;pci 0000:01:00.0: [168c:0030] type 00 class 0x028000&lt;/P&gt;&lt;P&gt;pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]&lt;/P&gt;&lt;P&gt;pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]&lt;/P&gt;&lt;P&gt;pci 0000:01:00.0: supports D1&lt;/P&gt;&lt;P&gt;pci 0000:01:00.0: PME# supported from D0 D1 D3hot&lt;/P&gt;&lt;P&gt;PCI: bus1: Fast back to back transfers disabled&lt;/P&gt;&lt;P&gt;pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: BAR 8: assigned [mem 0x01100000-0x011fffff]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: BAR 9: assigned [mem 0x01200000-0x012fffff pref]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: BAR 6: assigned [mem 0x01300000-0x0130ffff pref]&lt;/P&gt;&lt;P&gt;pci 0000:01:00.0: BAR 0: assigned [mem 0x01100000-0x0111ffff 64bit]&lt;/P&gt;&lt;P&gt;pci 0000:01:00.0: BAR 6: assigned [mem 0x01200000-0x0120ffff pref]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: PCI bridge to [bus 01]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0:&amp;nbsp;&amp;nbsp; bridge window [mem 0x01100000-0x011fffff]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0:&amp;nbsp;&amp;nbsp; bridge window [mem 0x01200000-0x012fffff pref]&lt;/P&gt;&lt;P&gt;pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt&lt;/P&gt;&lt;P&gt;pci 0000:01:00.0: Signaling PME through PCIe PME interrupt&lt;/P&gt;&lt;P&gt;pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded&lt;/P&gt;&lt;P&gt;aer 0000:00:00.0:pcie02: service driver aer loaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, here is what happens when the kernel seems to try and load the driver :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCI: enabling device 0000:01:00.0 (0140 -&amp;gt; 0142)&lt;/P&gt;&lt;P&gt;------------[ cut here ]------------&lt;/P&gt;&lt;P&gt;WARNING: CPU: 0 PID: 1 at kernel/irq/manage.c:1412 request_threaded_irq+0xfc/0x124()&lt;/P&gt;&lt;P&gt;Modules linked in:&lt;/P&gt;&lt;P&gt;CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.14.28-1.0.0_ga+g91cf351 #5&lt;/P&gt;&lt;P&gt;[&amp;lt;80015638&amp;gt;] (unwind_backtrace) from [&amp;lt;80011714&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011714&amp;gt;] (show_stack) from [&amp;lt;8073be5c&amp;gt;] (dump_stack+0x7c/0xbc)&lt;/P&gt;&lt;P&gt;[&amp;lt;8073be5c&amp;gt;] (dump_stack) from [&amp;lt;8002d718&amp;gt;] (warn_slowpath_common+0x70/0x8c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002d718&amp;gt;] (warn_slowpath_common) from [&amp;lt;8002d7d0&amp;gt;] (warn_slowpath_null+0x1c/0x24)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002d7d0&amp;gt;] (warn_slowpath_null) from [&amp;lt;80069ce8&amp;gt;] (request_threaded_irq+0xfc/0x124)&lt;/P&gt;&lt;P&gt;[&amp;lt;80069ce8&amp;gt;] (request_threaded_irq) from [&amp;lt;80420764&amp;gt;] (ath_pci_probe+0x198/0x2e4)&lt;/P&gt;&lt;P&gt;[&amp;lt;80420764&amp;gt;] (ath_pci_probe) from [&amp;lt;802bfa9c&amp;gt;] (pci_device_probe+0x74/0xc8)&lt;/P&gt;&lt;P&gt;[&amp;lt;802bfa9c&amp;gt;] (pci_device_probe) from [&amp;lt;80352a2c&amp;gt;] (driver_probe_device+0x110/0x24c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80352a2c&amp;gt;] (driver_probe_device) from [&amp;lt;80352c38&amp;gt;] (__driver_attach+0x8c/0x90)&lt;/P&gt;&lt;P&gt;[&amp;lt;80352c38&amp;gt;] (__driver_attach) from [&amp;lt;80350f84&amp;gt;] (bus_for_each_dev+0x6c/0xa0)&lt;/P&gt;&lt;P&gt;[&amp;lt;80350f84&amp;gt;] (bus_for_each_dev) from [&amp;lt;803521e4&amp;gt;] (bus_add_driver+0x148/0x1f0)&lt;/P&gt;&lt;P&gt;[&amp;lt;803521e4&amp;gt;] (bus_add_driver) from [&amp;lt;80353234&amp;gt;] (driver_register+0x78/0xf8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80353234&amp;gt;] (driver_register) from [&amp;lt;80e016d0&amp;gt;] (ath9k_init+0x2c/0x68)&lt;/P&gt;&lt;P&gt;[&amp;lt;80e016d0&amp;gt;] (ath9k_init) from [&amp;lt;8000889c&amp;gt;] (do_one_initcall+0xf8/0x154)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000889c&amp;gt;] (do_one_initcall) from [&amp;lt;80dd0c54&amp;gt;] (kernel_init_freeable+0x138/0x1d8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80dd0c54&amp;gt;] (kernel_init_freeable) from [&amp;lt;80737548&amp;gt;] (kernel_init+0x8/0xe8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80737548&amp;gt;] (kernel_init) from [&amp;lt;8000e538&amp;gt;] (ret_from_fork+0x14/0x3c)&lt;/P&gt;&lt;P&gt;---[ end trace 6a544c6d7fd3de66 ]---&lt;/P&gt;&lt;P&gt;ath9k 0000:01:00.0: request_irq failed&lt;/P&gt;&lt;P&gt;ath9k: probe of 0000:01:00.0 failed with error -22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what is enabled in the kernel configuration:&lt;/P&gt;&lt;P&gt;Bus Support ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;*&amp;gt; PCI support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PCI host controller drivers ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Freescale i.MX6 PCIe controller&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -*- PCI Express Port Bus Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] PCI Express ASPM control&lt;/P&gt;&lt;P&gt;Networking support ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -*- Wireless ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;*&amp;gt; cfg 80211 - wireless configuration API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] enable powersave by default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;*&amp;gt; Generic IEEE 802.11 Networking Stack (mac80211)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -*- Enable LED triggers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -*- Export mac80211 interals in DebugFS&lt;/P&gt;&lt;P&gt;Device Drivers ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Network device support ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Wireless LAN ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Atheros Wireless Cards ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Atheros bluetooth coexistence support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;*&amp;gt; Atheros 802.11n wireless cards support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Atheros ath9k PCI/PCIe bus support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Atheros ath9k AHB bus support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Atheros ath9k debugging&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*]&amp;nbsp;&amp;nbsp; Detailed station statistics&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Atheros ath9k rate control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to go through the back trace and see where exactly it is failing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 10:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408535#M60958</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-16T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408536#M60959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Christophe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this card is detected by linux, correct ?&lt;/P&gt;&lt;P&gt;"Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter"&lt;/P&gt;&lt;P&gt;I think one can ask atheros for most updated AR93xx driver for 3.14 kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 10:47:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408536#M60959</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-16T10:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408537#M60960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christophe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I've mentioned over in this thread: &lt;A href="https://community.nxp.com/message/563729"&gt;Re: Has anyone verified PCI driver on yocto 3.14.28-1.0.1 branch?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there are two modifications I had to make to the 3.14.28 kernel to get my PCIe device (also an Atheros wi-fi card) to work on my board:&lt;/P&gt;&lt;P&gt;- modify the device tree to fix the broken definition supplied by Freescale for the PCI interrupt controller&lt;/P&gt;&lt;P&gt;- disable MSI in the kernel configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haven't already done so, give those changes a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 14:23:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408537#M60960</guid>
      <dc:creator>madisox</dc:creator>
      <dc:date>2015-09-16T14:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408538#M60961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor, Madisox,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you both for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madisox, I had read this post and thought it was not applicable to my issue since I have no log saying fixup IRQ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still tried changing the dtsi file and removing MSI from kernel configuration and here is the log I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCI: enabling device 0000:01:00.0 (0140 -&amp;gt; 0142)&lt;/P&gt;&lt;P&gt;------------[ cut here ]------------&lt;/P&gt;&lt;P&gt;WARNING: CPU: 0 PID: 1 at kernel/irq/manage.c:1412 request_threaded_irq+0xfc/0x124()&lt;/P&gt;&lt;P&gt;Modules linked in:&lt;/P&gt;&lt;P&gt;CPU: 0 PID: 1 Comm: swapper/0 Tainted: G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.14.28-1.0.0_ga+g91cf351 #2&lt;/P&gt;&lt;P&gt;[&amp;lt;80015638&amp;gt;] (unwind_backtrace) from [&amp;lt;80011714&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011714&amp;gt;] (show_stack) from [&amp;lt;807396d8&amp;gt;] (dump_stack+0x7c/0xbc)&lt;/P&gt;&lt;P&gt;[&amp;lt;807396d8&amp;gt;] (dump_stack) from [&amp;lt;8002d718&amp;gt;] (warn_slowpath_common+0x70/0x8c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002d718&amp;gt;] (warn_slowpath_common) from [&amp;lt;8002d7d0&amp;gt;] (warn_slowpath_null+0x1c/0x24)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002d7d0&amp;gt;] (warn_slowpath_null) from [&amp;lt;80069ce8&amp;gt;] (request_threaded_irq+0xfc/0x124)&lt;/P&gt;&lt;P&gt;[&amp;lt;80069ce8&amp;gt;] (request_threaded_irq) from [&amp;lt;8041e108&amp;gt;] (ath_pci_probe+0x198/0x2e4)&lt;/P&gt;&lt;P&gt;[&amp;lt;8041e108&amp;gt;] (ath_pci_probe) from [&amp;lt;802bfa48&amp;gt;] (pci_device_probe+0x74/0xc8)&lt;/P&gt;&lt;P&gt;[&amp;lt;802bfa48&amp;gt;] (pci_device_probe) from [&amp;lt;803503d0&amp;gt;] (driver_probe_device+0x110/0x24c)&lt;/P&gt;&lt;P&gt;[&amp;lt;803503d0&amp;gt;] (driver_probe_device) from [&amp;lt;803505dc&amp;gt;] (__driver_attach+0x8c/0x90)&lt;/P&gt;&lt;P&gt;[&amp;lt;803505dc&amp;gt;] (__driver_attach) from [&amp;lt;8034e928&amp;gt;] (bus_for_each_dev+0x6c/0xa0)&lt;/P&gt;&lt;P&gt;[&amp;lt;8034e928&amp;gt;] (bus_for_each_dev) from [&amp;lt;8034fb88&amp;gt;] (bus_add_driver+0x148/0x1f0)&lt;/P&gt;&lt;P&gt;[&amp;lt;8034fb88&amp;gt;] (bus_add_driver) from [&amp;lt;80350bd8&amp;gt;] (driver_register+0x78/0xf8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80350bd8&amp;gt;] (driver_register) from [&amp;lt;80dfc55c&amp;gt;] (ath9k_init+0x2c/0x68)&lt;/P&gt;&lt;P&gt;[&amp;lt;80dfc55c&amp;gt;] (ath9k_init) from [&amp;lt;8000889c&amp;gt;] (do_one_initcall+0xf8/0x154)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000889c&amp;gt;] (do_one_initcall) from [&amp;lt;80dcbc54&amp;gt;] (kernel_init_freeable+0x138/0x1d8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80dcbc54&amp;gt;] (kernel_init_freeable) from [&amp;lt;80734dc4&amp;gt;] (kernel_init+0x8/0xe8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80734dc4&amp;gt;] (kernel_init) from [&amp;lt;8000e538&amp;gt;] (ret_from_fork+0x14/0x3c)&lt;/P&gt;&lt;P&gt;---[ end trace 0a639a22a670d711 ]---&lt;/P&gt;&lt;P&gt;ath9k 0000:01:00.0: request_irq failed&lt;/P&gt;&lt;P&gt;ath9k: probe of 0000:01:00.0 failed with error -22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Igor, I am looking for correct drivers and will let you know if anything changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 10:32:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408538#M60961</guid>
      <dc:creator>christophebonni</dc:creator>
      <dc:date>2015-09-18T10:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408539#M60962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Christophe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build the Android image, but it seems like i am missing the imx_v7_android_defconfig file. Did you have it in the configs directory after just following the steps you described or did you do something additional?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Evgeny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 20:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408539#M60962</guid>
      <dc:creator>evgenyerlihman</dc:creator>
      <dc:date>2015-11-23T20:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to setup PCIe on imx6Q SabreSD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408540#M60963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christophe Bonniot,&lt;/P&gt;&lt;P&gt;Even I am facing this issue. I am also facing this crash while booting up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;PCI: enabling device 0000:01:00.0 (0140 -&amp;gt; 0142)&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;------------[ cut here ]------------&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;WARNING: CPU: 0 PID: 1 at kernel/irq/manage.c:1412 request_threaded_irq+0xfc/0x124()&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;You got any solution on this ?&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Shiva Kumar M S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 07:24:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-setup-PCIe-on-imx6Q-SabreSD-board/m-p/408540#M60963</guid>
      <dc:creator>shivakumar</dc:creator>
      <dc:date>2016-11-30T07:24:59Z</dc:date>
    </item>
  </channel>
</rss>

