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.

[参考译文] PROCESSOR-SDK-J722S:具有 2GB DDR 的 J722S 上的视觉应用

Guru**** 2328790 points
Other Parts Discussed in Thread: ALP
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1525302/processor-sdk-j722s-vision-apps-on-j722s-with-2gb-ddr

器件型号:PROCESSOR-SDK-J722S
主题中讨论的其他器件:ALP

工具/软件:

您好:

当我尝试使用这些补丁为 J722S SoC 应用并进行所需修改时、我发现补丁中相关 main.c 文件中的函数对于 J722S 有所不同。

例如、J722S 的 main.c 文件中不存在此函数:

retVal = Mmu_map(DDR_C7X_1_LOCAL_HEAP_VADDR, DDR_C7X_1_LOCAL_HEAP_VADDR, DDR_C7X_1_LOCAL_HEAP_SIZE, &attrs, is_secure)

如何编辑 J722S 补丁并将 其应用于使用 2GB DDR 运行视觉应用?

谢谢你。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Alp:

    J722s syscfg 文件、用于生成初始化代码、该代码将出现在 c7x_1/generated /中

    您必须在 $(psdkra)/vision_apps/platform/j722s/rtos/c7x_1/example.syscfg 中更改 MMU 映射  

    检查 app_mem_map.h 和.syscfg 中是否存在类似的条目、并手动更改地址值。

    对于 r5f 以及 mpu_cfg、必须执行类似的步骤、并从 syscfg 文件中获取 rat 配置。

    此致、
    Gokul