# ZYNQ FPGA Linux Kernel Module

This tutorial is about the advanced FPGA and embedded Linux kernel module development.

* [Cross Compiling Kernel, Kernel Module, and User Program for PYNQ](/pages/fpga-tutorials/zynq-fpga-linux-kernel-module/cross-compiling-kernel-kernel-module-and-user-program-for-pynq.md)
* [Configure PL to PS Interrupt in Kernel Module](/pages/fpga-tutorials/zynq-fpga-linux-kernel-module/configure-pl-to-ps-interrupt-in-kernel-module.md)
* [Configure AXI DMA in Kernel Module](/pages/fpga-tutorials/zynq-fpga-linux-kernel-module/configure-axi-dma-in-kernel-module.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://weenslab.gitbook.io/pages/fpga-tutorials/zynq-fpga-linux-kernel-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
