Skip to content

Commit 47f4af4

Browse files
Ruslan MstoiAnas Nashif
authored andcommitted
Bluetooth: tester: Fix bt-stack-tester to unix domain socket
/tmp/bt-stack-tester is not a pipe, but unix domain socket. This commit fixes respective "make run" errors: qemu-system-arm: -serial pipe:/tmp/bt-stack-tester: Could not open '/tmp/bt-stack-tester': No such device or address qemu-system-arm: -serial pipe:/tmp/bt-stack-tester: could not connect serial device to character backend 'pipe:/tmp/bt-stack-tester Signed-off-by: Ruslan Mstoi <[email protected]>
1 parent 0bd1635 commit 47f4af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bluetooth/tester/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BOARD ?= arduino_101
1313
CONF_FILE ?= default.conf
1414

1515
# UART for Tester
16-
QEMU_EXTRA_FLAGS = -serial pipe:/tmp/bt-stack-tester
16+
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-stack-tester
1717

1818
# UART for Bluetooth
1919
QEMU_EXTRA_FLAGS += -serial unix:/tmp/bt-server-bredr

0 commit comments

Comments
 (0)