Test Scripts Prerequisites
  • 05 Sep 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Test Scripts Prerequisites

  • Dark
    Light
  • PDF

Article summary

1. Python 3.11

Download the latest python version from the official page and install to your PC/Laptop. Make sure to add all python path to the environment variables.

2. Git

Download and install Git from the official site

3. Test Script Repository

Clone from this repository to get the latest version of the command scripts. This repository structure would be:

tm85-scripts
│   README.md
│   .gitignore
│   Pipfile
│   Pipfile.lock
│   Changelog.md
│
└─── files
│   │
│   └─── download
│   └─── mcu_fw
│   └─── modem_cfg_files
│   └─── modem_fw
│   └─── usage_data
│   
└─── scripts
│   └─── ...

If the repository has been cloned, open the terminal in the repo's parent dir, and do these commands

pipenv shell
pipenv install

4. FTDI Driver

Please follow this site for the installation instructions.

If your OS is Mac, try to follow this site

5. QPST and Quectel Driver

For windows only, download these files and install them to the PC.


Was this article helpful?

What's Next