有時(shí)我們需要為官方 IP 或者自己創(chuàng)建的 IP 生成 kernel module,然后在 linux kernel space 里使用 kernel module 來(lái)控制這個(gè) IP。如果要使用 IP 中斷,我們需要在 kernel module 代碼里獲取設(shè)備中斷并建立中斷服務(wù)程序。
在老版本 petalinux,我們可以在 kernelmodule 里直接指定 IP 中斷的實(shí)際物理中斷號(hào),但是新版本內(nèi)核里我們需要在 kernel module 里獲取 IP 的虛擬中斷號(hào)。可以在 kernelmodule 代碼里使用 request_irq 函數(shù)來(lái)獲取中斷并指定中斷服務(wù)程序。
附件是為 axigpio IP 寫(xiě)的一個(gè) kernel module,可以作為參考例子:
首先需要生成一個(gè)基于 MPSoC 芯片的 vivado 工程,
在 block design 里加入 MPSoC processing core 和 axi gpiocore,
連接 axi gpio 的中斷信號(hào)到 MPSoC processing core 的 PL-》PS 中斷端口
最后生成 bitstream 導(dǎo)出 hdf 或者 xsa,生成 petalinux 工程,
在 petalinux 工程里用下面命令生成并使能名字叫做 gpioirq 的 kernel module,
Petalinux-create-t modules --name gpioirq --enable
然后在petalinux工程目錄里會(huì)生成這樣一個(gè)路徑 project-spec/meta-user/recipes-modules/gpioirq/files,把里面的 gpioirq.c 用附件里的同名文件覆蓋掉。
用附件里的 system-user.dtsi 把 project-spec/meta-user/recipes-bsp/device-tree/files 里的同名文件覆蓋掉,這是因?yàn)槟J(rèn)生成的 device tree 里 axigpio core 的 driver 是 xilinx driver,我們需要把它替換為我們生成的 kernel module 的 drivername,需要注意 system-user.dtsi 里面的 axigpio core 的名字需要和 petalinux 工程生成的 devicetree 里的 axi gpio core 的名字一樣。然后就可以運(yùn)行 petalinux-build 和 petalinux-package 命令來(lái)生成 boot image,然后上板啟動(dòng)。Linux boot 之后可以通過(guò) cat/proc/interrupts 命令看到 qgioirq 中斷已經(jīng)建立起來(lái)了,按一下對(duì)應(yīng) axigpio 的板上 IO 按鈕可以看到中斷服務(wù)程序的打印信息。
原文標(biāo)題:開(kāi)發(fā)者分享 | 如何在 IP 的 kernel module 里設(shè)置并使用 IP interrupt
文章出處:【微信公眾號(hào):XILINX技術(shù)社區(qū)】歡迎添加關(guān)注!文章轉(zhuǎn)載請(qǐng)注明出處。
責(zé)任編輯:haq
-
芯片
+關(guān)注
關(guān)注
455文章
50732瀏覽量
423287 -
IP
+關(guān)注
關(guān)注
5文章
1703瀏覽量
149517
原文標(biāo)題:開(kāi)發(fā)者分享 | 如何在 IP 的 kernel module 里設(shè)置并使用 IP interrupt
文章出處:【微信號(hào):gh_2d1c7e2d540e,微信公眾號(hào):XILINX開(kāi)發(fā)者社區(qū)】歡迎添加關(guān)注!文章轉(zhuǎn)載請(qǐng)注明出處。
發(fā)布評(píng)論請(qǐng)先 登錄
相關(guān)推薦
評(píng)論