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-TDA4VM: Not able to access the github repo for setup_script.sh

Part Number: SK-TDA4VM


I have flashed the SD card for TDA4VM-SK and I am able to login to it. When I try to run the setup_script.sh command under edge_ai_apps, it shows an error that it is not able to access the github repo. The Getting Started guide mentioned that we need to add our proxy settings to the /usr/bin/setup_proxy.sh file to go through proxies. I did add the required proxy settings to that script file but the board is still not able to access internet. Could you provide an example of how to modify that "setup_proxy.sh" file? Also, where can we find the IP configuration file for the board if we need to modify it?

Thanks.

  • Hi Zafar,

    An example of setup_proxy.sh exists under /opt/edge_ai_apps/docker. You could try modifying this to start up a docker container with the proxy settings set up.

    Alternatively, if you have a Linux PC with proxy settings set up, you can run the setup_script.sh to clone the required Github repositories. Then re-run the setup_script.sh on the SK-TDA4VM board to compile the code.

    Also, where can we find the IP configuration file for the board if we need to modify it?

    Is the purpose to set a static IP for the board?

    Regards,

    Takuma

  • Thanks for you reply Takuma. Yes, the purpose of IP setting is to match the proxy settings or assign IP to the board. Is that possible?

  • Hi Zafar,

    I have asked around some colleagues but have not been able to find a tested method for setting a static IP from the board.

    Some suggestions I have gotten are to set the static IP address from a router (if the board is connected to a router) or setting the static IP address for the docker container. Let me know if either of those options would work for you.

    Regards,

    Takuma