Other Parts Discussed in Thread: XIO2001
Tool/software: Linux
Hi All,
We are developing our custom board with AM5726 sitara processor. Our product is intended to work as a network camera as well as WiFi access point.
Our WiFi card is mini-pci compatible and connected to AM572x processor on PCI-e interface. We have XIO bridge in between this 2, to convert from PCI-mini to PIC-e and vice a versa.
While development, we have run into an issue. The issue is, we have to disable "Message Signaled Interrupts (MSI and MSI-X)" option from linux- Kernel, to make WiFi working.
Prompt: Message Signaled Interrupts (MSI and MSI-X) x
x Location: x
x -> Bus support
If we keep this option enable, then we are not able to see any interrupt entry for our WiFi card in /proc/interrupts.
And if we disable this option, PCI interface works good, but we can not see any "/dev/video*" node entry, being generated on board. To create video node entry, we have to keep "Message Signaled Interrupts", option enabled. This entry is equally essential for us, as we are interfacing imager on video parallel port of AM5726 and capturing live data.
So,here the question is, how can we run both of our use cases, with single kernel configuration?
Kindly help us on this issue.
Thanks,
Krinali Shah