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.

AWR1843: demo.py not executable

Part Number: AWR1843

Hello, I have referred the below URL and entered the command, but I got an error.
e2e.ti.com/.../awr1642boost-mmwave-demo-visualiser-captured-data

The command contents and execution results are as follows.
(Command)
python demo.py 4 5 visualize_data.dat visualizer_data.dat

(effective result)
Traceback (most recent call last):
File "demo.py", line 27, in <module>
"command_port":opts["command_port"],
KeyError: 'command_port'

Command_port is XDS110 Class Application/User UART (COM4) and Data_port is XDS110 Class Auxiliary Data Port (COM5). (This is the value on my computer.)

I would like to know if you know the cause.

  • Hi Hiroyuki-san,

    The command is incomplete on your end. Can you kindly try the following?

    "python demo.py --command_port=<DEVICE_COM_PORT> --data_port=<DEVICE_DATA_PORT> --visualizer_data_loc=visualizer_data.dat

    Example : python demo.py --command_port=COM4 --data_port=COM5 --visualizer_data_loc=visualizer_data.dat

    Regards,

    Kaushik

  • Additionally, I have observed that there are many overlapping threads on similar topics from your account. To understand your requirements and support you better I would request you to create a single thread to discuss all these related questions in sequence so that you avoid any further confusion.

    Regards,

    Kaushik