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.
工具/软件:Linux
我们的系统没有足够的共享存储器来执行更多算法、
因此、我们需要调整存储器块的位置和大小以增加 SR1大小。
阅读 URL http://processors.wiki.ti.com/index.php/VSDK/VisionSDK_UserGuide_MemoryMap#Memory_Map_of_the_Application 后、我们的调整仍然失败。
即使我们只移动 IPU1和 IPU2的位置和大小。 (不在0xA0000000之外)
请帮帮我们。
非常感谢。
此致、
等等
您好 Eten、
如果您不打算 M4执行 CPU 访问、并且所有操作都是使用 DMA 进行的、则可以在0xA0000000 - 0xC0000000之间添加一个分割区、并将其用作共享存储器(请参阅内核中的 dra7-EVM-infoadas .dts、了解如何添加保留存储器节点)。
然后、您需要添加相应的条目 OSA_memInit 以将此保留区域映射到用户空间。
此致
Shravan