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.

[参考译文] CCS/TDA4VM:两个 tda4通过 PCIe 级联

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/930524/ccs-tda4vm-two-tda4-cascaded-through-pcie

器件型号:TDA4VM

工具/软件:Code Composer Studio

您好,

根据链接调试 PCIe 的驱动程序时、我发现 PSDK7.0以下的相应版本不能用于内核5.4.40

http://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.html

是否有 PSDK7.0内核5.4.40?的补丁

背景链接:https://e2e.ti.com/support/tools/sim-hw-system-design/f/234/t/926492

谢谢

拥抱

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

    您好、Hubing、

    要为 PCIe 实例启用 PCIe_EP、请从 pcieX_EP 中删除 status ="disabled"标志、并将该标志添加到 pcieX_RC 中。
    例如:执行以下更改以在 EP 模式下启用 pcie0。

    diff -git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
    index 6788a3611..b7cd6c7b6 100-trs/ge-board/common-tr-s/gm/ds-7+-trs/gm/ds-7+-trs/gm/dts–tr-gm/gm/gm/gm/gm/gm/gm/ds-b/spr-tr-gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/gm/ds-b/soti+-gm/gm/gm/gm/gm/gm/ds-b
    
    
    @@@@
    phys =<&serdes0_PCIe_link>;
    PHY-names ="PCIe_phy";
    通道数=<1>;
    +
    
    
    
    @@="禁用";};&pcie1_RC{@@-833,7 +834,6 μ s
    phys =<&serdes0_PCIe_link>;
    PHY-names ="PCIe_phy";
    通道数=<1>;
    - 状态="禁用";
    };
    
    &pcie1_EP{
    


    此致、
    Vishal

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

    你(们)好

    哇、明白了、谢谢您的回复

    我将尝试、然后尽快反馈  

x 出现错误。请重试或与管理员联系。