Hi Brian,
FPGA uses bus master dma access, DMA in the FPGA end, and does not use imx8mm DMA. We can read and write the bar0 register of FPGA in imx8mm, we can also apply for a section of dma memory through imx8mm, write data into this section of memory and tell the address to FPGA, FPGA can access this section of memory and obtain data, but FPGA can not write data into this section of memory. Does our imx8mm support such a way? If so, what should we do? Thanks!