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.

Linux/AM3358: Configuring SDK for labs

Part Number: AM3358

Tool/software: Linux

Hi

cd /home/murat/ti-sdk-am335x-evm-06.00.00.00

./setup.sh

I get this error

Verifying Linux host distribution
Unsupported host machine, only Ubuntu 10.04 LTS and Ubuntu 12.04 LTS
are supported
Failed setup, aborting..

How can I solved this error ?

  • Hello user5242741,

    Please change this line:
    if [ "$host" != "lucid" -a "$host" != "precise" ]; then
    to
    if [ "$host" != "lucid" -a "$host" != "precise" -a "$host" != "trusty" -a "$host" != "xenial" ]; then

    in <SDK>/bin/setup-host-check.sh file.

    Best regards,
    Kemal