Jump to content
  • 0

AXI-Lite interrupt was not detected on pentalinux


Tamnuwat

Question

I got the problem with AXI-Lite interrupt on pentalinux. So i try to create a simple PS-PL system as shown in image below

285151678_Screenshotfrom2022-10-2112-35-45.thumb.png.194e89dc59976f1be79b4778f57cdfa2.png

The multiplier was created by AXI-Lite and asynchronous circuit, so the interrupt signal of multiplier was sent when it compute finish. This system work well on bare metal(No OS).

However, I need to create petalinux application to interface PL but Linux did not identify interrupt of multiplier as shown in image below.

1139437025_Screenshotfrom2022-10-2112-32-48.png.9f3073befb66fb74b4442e613910a64d.png

so i already config linux kernel to enable "Userspace platform driver with generic irq and dynamic memory" and I edit some system-user.dtsi file as below.

2074812379_Screenshotfrom2022-10-2112-42-26.png.e1be7b5fd24c15e519b6a718b755cc19.png

The spi,i2c, uart, and AXI-lite work well on petalinux. I can send data to PL with AXI-lite with memory map (mmap) but i can not handle the interrupt signal of multiplier.

I do not know, what's the problem and nobody provides a tutorial of AXI-lite and interrupt handler on petalinux.

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...