I need a HCI controller only build for nRF52840, test on zephyr.
1) Build and flash for controller.
cd ~/zephyrproject/zephyr/samples/bluetooth/hci_uartmkdir build && cd buildcmake -GNinja -DBOARD=nrf52840dk_nrf52840 ..ninja2) Build the host
cd ~/zephyrproject/zephyr/samples/bluetooth/peripheralmkdir build && cd buildcmake -GNinja -DBOARD=native_posix ..ninja3) Run on ubuntu. HCI open fail, who can help me out?
