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.

[参考译文] SK-AM62A-LP:需要启动 DS90UB971驱动程序源代码。

Guru**** 2390755 points
Other Parts Discussed in Thread: AM62A7

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1498455/sk-am62a-lp-need-ds90ub971-driver-souce-code-to-bring-up

器件型号:SK-AM62A-LP
主题:AM62A7中讨论的其他器件

工具/软件:

尊敬的 ti:

我想启动 DS90UB971、该器件连接到 am62a7电路板。 但我在 am62a7 SDK (ti-processor-sdk-linux-edgeai-am62a-evm-10_01_00_05-Linux-x86-Install.bin 和 ti-processor-sdk-linux-edgeai-am62axx-evm-09.02.00.05)中找不到源代码。

您能否向我提供源代码?
谢谢!

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

    您好:

    当前的 UB953/UB960驱动器提供 UB971和 UB9702支持。  

    我在这周和下一周出差。  当我有空时、我会为您提供更多信息。  

    谢谢你。

    建中

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

    您好、

    我使用 DS90UB953来支持 ub971。 但探头出现故障。

    [99.163310] ds90ub953 3-0018:错误-ENODEV:平台数据丢失

    DTS 不对吗? 你能给我举个例子吗?

    #include <dt-bindings/gpio/gpio.h>
    
    &main_i2c3 {
    	#address-cells = <1>;
        #size-cells = <0>;
        status = "okay";
          ds90ub953: ds90ub953@29 {
            compatible = "ti,ds90ub971-q1";
            reg = <0x18>;
     		ports {
            	#address-cells = <1>;
            	#size-cells = <0>;
    
            	port@0 {
              		reg = <0>;
              		ub953_in: endpoint {
                		clock-lanes = <0>;
                		data-lanes = <1 2 3 4>;
                		remote-endpoint = <&csi2_cam0>;
              		};
            	};
          	};
          };
    };
    

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

    您好、

    请查看 IMX728的随附补丁文件。 您应该能够找到支持 UB971和 UB9702的器件树叠加更改。

    此致、

    Jianzhonge2e.ti.com/.../0001_2D00_Enable_2D00_IMX728.patch