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.

How to use the rtls_agent_cli in macbook

I use a macbook to develop RTLS with cc26x2 launchpad. But I don't konw how to use rtls_agent_cli in macbook. pleae help.

  • Hi wukong,

    You can run the rtls_agent_cli in terminal.
    ex) ./rtls_agent_cli

    If you cannot run the binary file, you first need to give the permission about execution.
    ex) chmod +x ./rtls_agent_cli

    Best regards,
    Inseob

  • Thanks a lot. Do you think Mac OS is as convenient as Windows when you develop the launchpad? Or can development process run entirely on Mac OS?

  • It depends on what you need, because some programs are only provided for windows.

    By the way, in my case, almost things are good to develop in macOS.

    If you need to the program is only for windows os, just use virtual machine.

    If my post answers your question, please click on "This Resolved my issue" button to benefit others who have the same issue.

    Regards
    Inseob

  • Hi Inseob,

    Here is a another problem. The error like

    "

    File "rtls_agent_cli.py", line 42, in <module>

    ImportError: cannot import name 'RTLSManager'

    [45900] Failed to execute script rtls_agent_cli

    "

    occurred when I launch rtls_agent_cli. Is it the Python environment? 

  • Hi Wukong,

    I think you need to read this link first.

    There are the description what we are need to run rtls with python.

    The README.md for the python environment in the <SimpleLink CC13X2 / CC26X2 SDK> → tools → ble5stack → rtls_agent folder.

    Best regards,
    Inseob