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.

AM5718 中使用 CMEM的问题



CMEM_init success
--> Main_main:
--> GateMPApp_create:
[ 1567.598514] CMEMK Error: Failed to find a pool which fits 0x4
CMEM Error: getPool: Failed to get a pool fitting a size 0x4[ 1567.604422] CMEMK Error: get_phys: Unable to find phys addr for 0x0

[ 1567.617567] CMEMK Error: get_phys: get_user_pages() failed: -14
[ 1567.624334] CMEMK Error: GETPHYS: Failed to convert virtual 0x0 to physical.
CMEM Error: getPhys: Failed to get physical address of 0
GateMPApp_create: Failed to get physical buffer address

我在使用时最初提示是版本不匹配 所以我修改了 CMEM.h中的VERSION与开发板中的驱动版本一致 。,但是失败并出现如上错误。

请问我怎么才能找到低版本的CMEM 或者我从哪里获得怎么自己编译CMEM的资料