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.

AM4376: ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106- Setup.sh error

Part Number: AM4376

facing setup.sh -error - Attached screenshot error

return to continue
/home/vboxuser/ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106/targetNFS already NFS exported, skipping..

[ ok ] Stopping nfs-kernel-server (via systemctl): nfs-kernel-server.service.
[....] Starting nfs-kernel-server (via systemctl): nfs-kernel-server.serviceJob for nfs-server.service canceled.
failed!
Failed setup, aborting..
Failed setup, aborting..
vboxuser@Linux:~/ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106$

I am sing VM(7.0)-ubuntu(18.04) to install/build the sdk.

can you guide me how to resolve the issue

  • Looks like an issue specific to your system, and how NFS was already setup(?). It looks like (re-)starting the NFS server is failing for some reason.

    Can you please check this thread here, there's a lot of helpful info how to debug this: https://unix.stackexchange.com/questions/611826/jobs-for-nfs-server-service-canceled 

    For example, there's a suggestion on how to get associated log messages with more detail:

    This may have different reasons for failure, it is better to check the log first, the default log of it should in /var/log/messages. For easy debugging it, you could try to trace the log like tail -f /var/log/messages, then start another terminal do like: sudo systemctl start nfs-server

    Regards, Andreas

  • E: Unable to locate package tail
    vboxuser@Linux:~/ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106$ sudo systemctl start nfs-server
    Job for nfs-server.service canceled.
    vboxuser@Linux:~/ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106$
    vboxuser@Linux:~/ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106$
    vboxuser@Linux:~/ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106$ cd /etc/
    vboxuser@Linux:/etc$ cat exports
    # /etc/exports: the access control list for filesystems which may be exported
    # to NFS clients. See exports(5).
    #
    # Example for NFSv2 and NFSv3:
    # /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
    #
    # Example for NFSv4:
    # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
    # /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
    #
    /home/vboxuser/ti-processor-sdk-linux-am437x-evm-06.03.00.106/targetNFS *(rw,nohide,insecure,no_subtree_check,async,no_root_squash)
    /home/vboxuser/ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106/targetNFS *(rw,nohide,insecure,no_subtree_check,async,no_root_squash)

    /opt/ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106/targetNFS *(rw,nohide,insecure,no_subtree_check,async,no_root_squash)
    vboxuser@Linux:/etc$

  • E: Unable to locate package tail

    Not sure what you did there. Can you show more of your commands/log?

    Regards, Andreas