Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThank you for quick response.
I'm able to see interrupts like spi, eth, uart, etc(cat /proc/interrupts in Yocto). But I don't know how to get GPIO interrupts (from what I've understood located from 72 to 135). After the qsys and Quartus compilation what steps I have to do to make GPIO interrupts work? Should I create/edit device tree and how? How should I create uboot file(using bsp tool or I must use bitbake command to generate it)? Should I create new preloader or I can use preloader which is provided with Altera examples? Should i download Yocto source and compile it with bitbake and load the compiled kernel to sdCard?(could this be avoided?) should I write a driver for linux to be able to see the interrupt and should I compile it the new linux kernel? I know it's a lot of questions but after trying most of those things and reading forms and youtube videos, I'm confused... Until now I didn't find any good explanation what should be don't to create hardware interrupt. I would be very glad to get some help. Thanks in advance Boris