Bluetooth: tests: Update tester documentation for cmake
Remove references to make-centric build process, and refer to the steps in a more neutral way (which is equally applicable to using either make or ninja as the generator type). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
a30d876a6c
commit
9bdd8d6b60
|
@ -26,9 +26,9 @@ Listening on /tmp/bt-server-bredr
|
|||
|
||||
/tmp/bt-server-bredr option is already set in Makefile through QEMU_EXTRA_FLAGS.
|
||||
|
||||
To build tester application for QEMU:
|
||||
|
||||
$ make pristine && make BOARD=qemu_cortex_m3 CONF_FILE=qemu.conf run
|
||||
To build tester application for QEMU use BOARD=qemu_cortex_m3 and
|
||||
CONF_FILE=qemu.conf. After this qemu can be started through the "run"
|
||||
build target.
|
||||
|
||||
Note: Target board have to support enough UARTs for BTP and controller.
|
||||
We recommend using qemu_cortex_m3.
|
||||
|
@ -43,9 +43,8 @@ Arduino 101 is equipped with Nordic nRF51 Bluetooth LE controller.
|
|||
Please refer to the Zephyr Project docs [1] to see how to build and flash the
|
||||
controller with the HCI Bluetooth LE firmware.
|
||||
|
||||
Next, build and flash tester application:
|
||||
|
||||
$ make pristine && make flash
|
||||
Next, build and flash tester application by employing the "flash" build
|
||||
target.
|
||||
|
||||
While running tester application on Arduino 101, serial converter, typically
|
||||
UART <-> USB is required by BTP to operate. Connect Arduino 101 Tx and Rx lines
|
||||
|
|
Loading…
Reference in a new issue