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.

AM5729 ti-mct-daemon.service does not exist

Tried to run YOLOv4 and had an issue, already created a question: e2e.ti.com/.../am5729-darknet-opencl-yolov4-running-issue. Recently I've found that ti-mct-daemon.service does not exist, I did't find it on lib/systemd/system/ti-mct-daemon.service . Should I create it? What should contain this file?

  • Hi Daniil,

    I just looked at the latest release of AM57xx - the release is 6.03 available on ti.com.

    After installing this release, I looked into the prebuilt filesystem which is present under SDK_INSTALL_DIR/filesystem/tisdk-rootfs-image*.tar.xz

    From this, I checked if the ti-mct-daemon.service is present and it was present.

    Here is the file contents:

    [Unit]
    Description=TI MultiCore Tools Daemon

    [Service]
    Type=forking
    ExecStart=/usr/bin/ti-mctd

    [Install]
    WantedBy=basic.target

    It is not clear why this file was not present in your build, you would need to investigate the components that you have added/removed that might be causing this difference in behavior. Request you to check this at your end.

    Regards

    Karthik