This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

66ak2h linux kernel 4.4.41 edma驱动应用问题请教



准备采用最新的processor sdk(3.3.0.4),配置中已经具有了edma驱动,请问,设备树如何处理?

另外,系统自带的edma驱动提供的驱动层接口函数是什么样的,应用层如何调用?

  • A15上没有现成的例子,参考A8的例子

    http://processors.wiki.ti.com/index.php/EDMA_sample_test_application

    以及设备树及其说明

    http://git.ti.com/ti-linux-kernel/ti-linux-kernel/blobs/ti-linux-3.12.y/Documentation/devicetree/bindings/dma/ti-edma.txt

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_EDMA_Driver_User_Guide

  • 请问,这个例子是一个edma测试模块,如果我要在应用程序中实现arm端的edma功能,是否把模块文件采用应用程序的编译就可以了?谢谢。