Re: Need BT support in qemu for Zephyr

2020-04-23 Thread Philippe Mathieu-Daudé
On 4/23/20 4:40 PM, Dan Christian wrote: > I'm new to trying to use qemu+bt (via btproxy) and haven't managed to > get anything working. > > btproxy is launched first, then Zephyr launches qemu via it's west > tool.  The commands look like: > sudo tools/btproxy -u -i 0 -d # in a separate window >

Re: Need BT support in qemu for Zephyr

2020-04-23 Thread Peter Maydell
On Thu, 23 Apr 2020 at 15:41, Dan Christian wrote: > I'm new to trying to use qemu+bt (via btproxy) and haven't managed to get > anything working. As Dan notes, your command line isn't trying to use any of QEMU's bluetooth support code. More generally, from the point of view of the deprecation-a

Re: Need BT support in qemu for Zephyr

2020-04-23 Thread Daniel P . Berrangé
On Thu, Apr 23, 2020 at 08:40:32AM -0600, Dan Christian wrote: > I'm new to trying to use qemu+bt (via btproxy) and haven't managed to get > anything working. > > btproxy is launched first, then Zephyr launches qemu via it's west tool. > The commands look like: > sudo tools/btproxy -u -i 0 -d # in

Re: Need BT support in qemu for Zephyr

2020-04-23 Thread Dan Christian
I'm new to trying to use qemu+bt (via btproxy) and haven't managed to get anything working. btproxy is launched first, then Zephyr launches qemu via it's west tool. The commands look like: sudo tools/btproxy -u -i 0 -d # in a separate window x86_64-pokysdk-linux/usr/bin/qemu-system-aarch64 -cpu co

Re: Need BT support in qemu for Zephyr

2020-04-23 Thread Daniel P . Berrangé
On Thu, Apr 23, 2020 at 07:33:37AM -0600, Dan Christian wrote: > There was a note about BT support being deprecated. > > Having it makes developing/testing Zephyr > bluetooth vastly easier. > > I hope it will be retained. Unfortunately it has alread

Need BT support in qemu for Zephyr

2020-04-23 Thread Dan Christian
There was a note about BT support being deprecated. Having it makes developing/testing Zephyr bluetooth vastly easier. I hope it will be retained. Thanks, Dan