paulgavrikov opened a new issue #93:
URL: https://github.com/apache/mynewt-mcumgr/issues/93


   I am trying to follow the tutorial on mcuboot@Zephyr but can't establish a 
connection from mcuboot (fails at scanning for the slave). I am on Ubuntu 18.04 
and tried with my internal radio and a nrf52 dongle with zepyhr usb-hci sample.
   
   ```
   paul@ubuntu:~/go/bin$ hciconfig
   hci1:        Type: Primary  Bus: USB
        BD Address: 00:00:00:00:00:00  ACL MTU: 27:7  SCO MTU: 0:0
        UP RUNNING 
        RX bytes:996 acl:0 sco:0 events:86 errors:0
        TX bytes:542 acl:0 sco:0 commands:86 errors:0
   
   hci0:        Type: Primary  Bus: USB
        BD Address: 04:D3:B0:1D:72:29  ACL MTU: 8192:128  SCO MTU: 64:128
        UP RUNNING 
        RX bytes:8518 acl:0 sco:0 events:379 errors:0
        TX bytes:6979 acl:0 sco:0 commands:470 errors:0
   
   paul@ubuntu:~/go/bin$ sudo ./mcumgr --conntype ble --connstring 
ctlr_name=hci0,peer_name='Zephyr' echo hello
   Error: can't scan: Unknown HCI Command
   paul@ubuntu:~/go/bin$ sudo ./mcumgr --conntype ble --connstring 
ctlr_name=hci1,peer_name='Zephyr' echo hello
   Error: can't scan: Unknown HCI Command
   ``` 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to