@@ -24,10 +24,10 @@ For running with QEMU or :ref:`native_sim <native_sim>`, see :ref:`bluetooth_qem
2424 :depth: 2
2525
2626Setup Linux
27- ===========
27+ ***********
2828
2929Install nrftools (only required in the actual hardware test mode)
30- =================================================================
30+ *****************************************************************
3131
3232Download latest nrftools (version >= 10.12.1) from site
3333https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download.
@@ -47,7 +47,7 @@ and README.md. To install the tools, double click on each .deb file or follow
4747instructions from README.md.
4848
4949Setup Windows 10 virtual machine
50- ==================================
50+ ********************************
5151
5252Choose and install your hypervisor like VMWare Workstation(preferred) or
5353VirtualBox. On VirtualBox could be some issues, if your host has fewer than 6 CPU.
@@ -58,17 +58,17 @@ installed guest extensions.
5858Setup tested with VirtualBox 6.1.18 and VMWare Workstation 16.1.1 Pro.
5959
6060Update Windows
61- ---------------
61+ ==============
6262
6363Update Windows in:
6464
6565Start -> Settings -> Update & Security -> Windows Update
6666
6767Setup static IP
68- ----------------
68+ ===============
6969
7070WMWare Works
71- ^^^^^^^^^^^^^
71+ ------------
7272
7373On Linux, open Virtual Network Editor app and create network:
7474
@@ -92,7 +92,7 @@ If you type 'ifconfig' in terminal, you should be able to find your host IP:
9292 :align: center
9393
9494VirtualBox
95- ^^^^^^^^^^^^^
95+ ----------
9696
9797Go to:
9898
@@ -114,7 +114,7 @@ Add adapter 2:
114114 :align: center
115115
116116Windows
117- ^^^^^^^^
117+ -------
118118Setup static IP on Windows virtual machine. Go to
119119
120120Settings -> Network & Internet -> Ethernet -> Unidentified network -> Edit
@@ -127,7 +127,7 @@ and set:
127127 :align: center
128128
129129Install Python 3
130- -----------------
130+ ================
131131
132132Download and install latest `Python 3 <https://www.python.org/downloads/ >`_ on Windows.
133133Let the installer add the Python installation directory to the PATH and
@@ -144,7 +144,7 @@ disable the path length limitation.
144144 :align: center
145145
146146Install Git
147- ------------
147+ ===========
148148
149149Download and install `Git <https://git-scm.com/downloads >`_.
150150During installation enable option: Enable experimental support for pseudo
@@ -156,7 +156,7 @@ consoles. We will use Git Bash as Windows terminal.
156156 :align: center
157157
158158Install PTS 8
159- --------------
159+ =============
160160
161161On Windows virtual machine, install latest PTS from https://www.bluetooth.org.
162162Remember to install drivers from installation directory
@@ -173,7 +173,7 @@ Remember to install drivers from installation directory
173173 So to capture Bluetooth events, you have to download it separately.
174174
175175Connect PTS dongle
176- --------------------
176+ ==================
177177
178178With VirtualBox there should be no problem. Just find dongle in Devices -> USB and connect.
179179
@@ -202,7 +202,7 @@ Write anywhere in the file following line:
202202 just replace 0x0a12 with Vendor number and 0x0001 with ProdID number you found earlier.
203203
204204Connect devices (only required in the actual hardware test mode)
205- ================================================================
205+ ****************************************************************
206206
207207.. image :: devices_1.png
208208 :height: 400
@@ -215,7 +215,7 @@ Connect devices (only required in the actual hardware test mode)
215215 :align: center
216216
217217Flash board (only required in the actual hardware test mode)
218- ============================================================
218+ ************************************************************
219219
220220On Linux, go to ~/zephyrproject. There should be already ~/zephyrproject/build
221221directory. Flash board:
@@ -225,10 +225,10 @@ directory. Flash board:
225225 west flash
226226
227227 Setup auto-pts project
228- =======================
228+ **********************
229229
230230AutoPTS client on Linux
231- ------------------------
231+ =======================
232232
233233Clone auto-pts project:
234234
@@ -252,7 +252,7 @@ Install required python modules:
252252 pip3 install --user -r autoptsclient_requirements.txt
253253
254254 Autopts server on Windows virtual machine
255- ------------------------------------------
255+ =========================================
256256In Git Bash, clone auto-pts project repo:
257257
258258.. code-block ::
@@ -270,7 +270,7 @@ Install required python modules:
270270 Restart virtual machine.
271271
272272Running AutoPTS
273- ================
273+ ****************
274274
275275Server and client by default will run on localhost address. Run server:
276276
@@ -338,7 +338,7 @@ At the first run, when Windows asks, enable connection through firewall:
338338 :align: center
339339
340340Troubleshooting
341- ================
341+ ****************
342342
343343- "After running one test, I need to restart my Windows virtual machine to run another, because of fail verdict from APICOM in PTS logs."
344344
0 commit comments