Forum Discussion
CAlex
Contributor
3 years agoHi,
Yes, I wrote a kernel module to create an interrupt request.(which should be irq 73)
But I can't insmod the module for stack overflow.
Then I checked the other GIC turtour and it turns to be 72+personal_irq_num-32 = 41.
And when I checked the /proc/interrupt, there is an irq already. I assume it's duel to the DTB setting.
Now I wonder is that means I have to update the DTB file for my linux?
Thank you for all your help by the way.
Having a nice day
Reguards.