Hi,
My goal: Flash hci_usb in my nRF52840 Dongle, so that i can use Bluez stack in my Linux host and nRF dongle as BT controller.
Build status: Success
Flash : Failed
Board connection: OK, I am able to see hciconfig
Build command: make flash
Output:
Generating files from zephyr.elf for board: nrf52840_pca10059
[100%] Built target zephyr_final
[100%] Flashing nrf52840_pca10059
-- west flash: using runner nrfjprog
FATAL ERROR: "nrfjprog --ids" did not find a board; is the board connected?
zephyr/cmake/flash/CMakeFiles/flash.dir/build.make:57: recipe for target 'zephyr/cmake/flash/CMakeFiles/flash' failed
make[3]: *** [zephyr/cmake/flash/CMakeFiles/flash] Error 1
CMakeFiles/Makefile2:3568: recipe for target 'zephyr/cmake/flash/CMakeFiles/flash.dir/all' failed
make[2]: *** [zephyr/cmake/flash/CMakeFiles/flash.dir/all] Error 2
CMakeFiles/Makefile2:3575: recipe for target 'zephyr/cmake/flash/CMakeFiles/flash.dir/rule' failed
make[1]: *** [zephyr/cmake/flash/CMakeFiles/flash.dir/rule] Error 2
Makefile:651: recipe for target 'flash' failed
make: *** [flash] Error 2
Please help.