Lines Matching +full:no +full:- +full:auto +full:- +full:reset

1 .. _autopts-win10:
20 Start -> Settings -> Update & Security -> Windows Update
44 Download and install `Git <https://git-scm.com/downloads>`_.
67 Starting with PTS 8.0.1 the Bluetooth Protocol Viewer is no longer included.
79 https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download
112 .. code-block::
116 Build the auto-pts tester app
118 .. code-block::
120 west build -p auto -b nrf52840dk/nrf52840 zephyr/tests/bluetooth/tester/
124 .. code-block::
126 west flash --help
130 .. code-block::
132 …west flash --skip-rebuild --board-dir /dev/ttyS2 --elf-file ~/zephyrproject/build/zephyr/zephyr.elf
137 Setup auto-pts project
142 .. code-block::
144 git clone https://github.com/auto-pts/auto-pts.git
148 .. code-block::
150 cd auto-pts
154 .. code-block::
156 pip3 install --user wheel
157 pip3 install --user -r autoptsserver_requirements.txt
158 pip3 install --user -r autoptsclient_requirements.txt
163 Download and extract socat.exe from https://sourceforge.net/projects/unix-utils/files/socat/1.7.3.2/
164 into folder ~/socat-1.7.3.2-1-x86_64/.
183 .. code-block::
185 python ./autoptsserver.py -S 65000
194 If the error "ImportError: No module named pywintypes" appeared after the fresh setup,
197 .. code-block::
199 pip install --upgrade --force-reinstall pywin32
203 .. code-block::
205 …python ./autoptsclient-zephyr.py zephyr-master ~/zephyrproject/build/zephyr/zephyr.elf -t COM3 -b …
222 - "When running actual hardware test mode, I have only BTP TIMEOUTs."
224 This is a problem with connection between auto-pts client and board. There are many possible causes…
226 - Clean your auto-pts and zephyr repos with
232 .. code-block::
234 git clean -fdx
238 - If you have set up Windows on virtual machine, check if guest extensions are installed properly o…
240 - Check, if firewall in not blocking python.exe or socat.exe.
242 - Check if board sends ready event after restart (hex 00 00 80 ff 00 00). Open serial connection to…
244 - Check if socat.exe creates tunnel to board. Run in console
246 .. code-block::
248 socat.exe -x -v tcp-listen:65123 /dev/ttyS2,raw,b115200
250 …, set connection type to Raw, IP to 127.0.0.1, port to 65123. After board reset you should see som…