Lines Matching +full:apt +full:- +full:get
1 .. _autopts-linux:
14 - Testing Zephyr Host Stack on QEMU
16 - Testing Zephyr Host Stack on :ref:`native_sim <native_sim>`
18 - Testing Zephyr combined (controller + host) build on Real hardware (such as nRF52)
33 https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download.
42 - JLink_Linux_V688a_x86_64.deb
44 - nRF-Command-Line-Tools_10_12_1_Linux-amd64.deb
65 Start -> Settings -> Update & Security -> Windows Update
72 configured, and will not get blocked by the Windows Firewall.
75 ----------
99 ------------
123 ----------
126 ``192.168.56.0/21`` range to be assigned to host-only adapters, so if using a static address with
131 File -> Tools -> Network Manager
147 -------
150 Settings -> Network & Internet -> Ethernet -> Unidentified network -> Edit
180 Download and install `Git <https://git-scm.com/downloads>`_.
209 With VirtualBox there should be no problem. Just find dongle in Devices -> USB and connect.
212 VM -> Removable Devices. Type in Linux terminal:
214 .. code-block::
216 usb-devices
220 .. image:: usb-devices_output.png
229 .. code-block::
254 .. code-block::
258 Setup auto-pts project
264 Clone auto-pts project:
266 .. code-block::
268 git clone https://github.com/auto-pts/auto-pts.git
273 .. code-block::
275 sudo apt-get install python-setuptools socat
279 .. code-block::
281 cd auto-pts
282 pip3 install --user wheel
283 pip3 install --user -r autoptsclient_requirements.txt
287 In Git Bash, clone auto-pts project repo:
289 .. code-block::
291 git clone https://github.com/auto-pts/auto-pts.git
295 .. code-block::
297 cd auto-pts
298 pip3 install --user wheel
299 pip3 install --user -r autoptsserver_requirements.txt
308 .. code-block::
319 .. code-block::
322 …it: https://docs.zephyrproject.org/latest/samples/bluetooth/hci_uart/README.html#bluetooth-hci-uart
324 …python ./autoptsclient-zephyr.py "C:\Users\USER_NAME\Documents\Profile Tuning Suite\PTS_PROJECT\PT…
325 ~/zephyrproject/build/zephyr/zephyr.elf -i SERVER_IP -l LOCAL_IP
330 .. code-block::
333 …it: https://docs.zephyrproject.org/latest/samples/bluetooth/hci_uart/README.html#bluetooth-hci-uart
335 west build -b native_sim zephyr/tests/bluetooth/tester/ -DEXTRA_CONF_FILE=overlay-native.conf
337 …sudo python ./autoptsclient-zephyr.py "C:\Users\USER_NAME\Documents\Profile Tuning Suite\PTS_PROJE…
338 ~/zephyrproject/build/zephyr/zephyr.exe -i SERVER_IP -l LOCAL_IP --hci 0
348 .. code-block::
350 pip install --upgrade --force-reinstall pywin32
354 .. code-block::
356 …python ./autoptsclient-zephyr.py zephyr-master ~/zephyrproject/build/zephyr/zephyr.elf -t /dev/ACM…
357 -b nrf52 -l 192.168.2.1 -i 192.168.2.2
381 I cannot start autoptsserver-zephyr.py. I always get a Python error
391 - Close all PTS Windows.
393 - Replug PTS bluetooth dongle.
395 - Delete temporary workspace. You will find it in auto-pts-code/workspaces/zephyr/zephyr-master/ as…
397 - Restart Windows virtual machine.