hi,
i am running Petalinux on MicroZed. I created a custom ip in the FPGA which generates an interrupt. The interrupt signal is connect to SPI(shared peripherial interrupts) number 61.
In my BareMetal Design i am able to catch and handle the interrupt(-> hardware design should be ok).
But when i run linux on the same hardware design, it will crash after enable the interrupt signal.
I would be grateful for any advice thx.