Bob Feretich wrote:
>   I have downloaded the 2.6.33 omap kernel and I 'm starting to work 
> with it. I'll write again when I have a clean boot of the vanilla kernel 
> and tried to boot again with the Adeos patch.
> 
> I think that I figured out how to tell OpenEmbedded to build it.
> 
> When you display /proc/interrupts on the IGEPv2, do you see interrupts 
> occuring at IRQs greater or equal to IRQ 384?
> Do you see the same number reflected in IRQ 7?

I see this:
           CPU0
  7:     104068        INTC  TWL4030-PIH
 12:          4        INTC  DMA
 37:       1408        INTC  gp timer
 56:     313486        INTC  i2c_omap
 61:          0        INTC  i2c_omap
 74:         42        INTC  serial
 77:         93        INTC  ehci_hcd:usb2
 83:         66        INTC  mmc0
 86:         12        INTC  mmc1
 92:          1        INTC  musb_hdrc
336:        809        GPIO  eth0
378:          0     twl4030  twl4030_usb
384:          0     twl4030  mmc0

I believe the interrupts tagged "twl4030" are chained interrupts. Having
looked at the code, these interrupts are not chained the usual way
because they require i2c communication, which in turn requires a context
allowed to sleep, so they are dispatched by a kernel thread.


-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to