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.

TDA4VM: J721S2: Question about enable usb0 in vision sdk

Part Number: TDA4VM

Dear TI,

We find that vision app sdk use "k3-j721s2-vision-apps.dtbo" overlay the main dtb. And the serdes entry is disabled. Why is that? How could we use usb0 in the vision sdk?

// SPDX-License-Identifier: GPL-2.0
/*
 * vision-apps: device-tree overlay
 *
 * Copyright (C) 2019 - 2021 Texas Instruments Incorporated - http://www.ti.com/
 */

#include "k3-j721s2-rtos-memory-map.dtsi"

&main_i2c1 {
    status = "disabled";
};

&main_i2c4 {
        status = "disabled";
};

&main_i2c5 {
        status = "disabled";
};

&serdes_wiz0 {
    status = "disabled";
};

&dss {
    status = "disabled";
};

software: 

1. ti-processor-sdk-linux-j721s2-evm-08_04_00_13-Linux-x86-Install.bin

2. ti-processor-sdk-rtos-j721s2-evm-08_04_00_06.tar.gz  

hardware:

J721S2XSOMG01EVM + J7 Common Board

Best regards,

Xiaocheng Su

  • Hi Xiaocheng,

    We find that vision app sdk use "k3-j721s2-vision-apps.dtbo" overlay the main dtb. And the serdes entry is disabled. Why is that? How could we use usb0 in the vision sdk?

    It is disabled in the dtbo because your R5 will be configuring it for the DP later .

    And there is no support for the USB driver on the RTOS side so you want be able to use usb2.0 in vision sdk.

    Regards 

    Diwakar