make -f examples/Makefile-nrf52840 BORDER_AGENT=1 BORDER_ROUTER=1 COAP=1 COMMISSIONER=1 DISABLE_BUILTIN_MBEDTLS=1 DNS_CLIENT=1 DIAGNOSTIC=1 EXTERNAL_HEAP=1 JOINER=1 LINK_RAW=1 MAC_FILTER=1 MTD_NETDIAG=1 SERVICE=1 UDP_FORWARD=1 ECDSA=1 SNTP_CLIENT=1 COAPS=1 DHCP6_SERVER=1 DHCP6_CLIENT=1 USB=1
After that I ran the following command..
1. ./configure --enable-ncp --enable-radio-only
2. make
after that in directory, output/nrf52840/bin I executed the following command.
arm-none-eabi-objcopy -O ihex ot-rcp ot-rcp.hex
Now I flashed the ot-rcp.hex in my dongle.
but when I connect the dongle on my Border-Router Rpi, I can't seem to find any ACM0/USB0 port associated with rcp.
Please suggest what could be done.