To use, flash it with Nordic's pre-built NCP image from the SDK using a JLINK or similar. It connects as /Dev/ttyACM0, so you need to change the settings in wpantund config.
Rob
Navigate to the location of the nRFx Command Line Tools, and flash the downloaded ot-ncp-ftd-gae2b0194-nrf52840.hex file onto the nRF52840 board, using the board's serial number:
ls /dev/ttyA*
docker run --sysctl "net.ipv6.conf.all.disable_ipv6=0 \ net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" \ -p 8080:80 --dns=127.0.0.1 -it --volume \ /dev/ttyACM0:/dev/ttyACM0 --privileged openthread/otbr \ --ncp-path /dev/ttyACM0
sudo gdebi JLink_Linux_x86_64.deb
Sorry for the delay. I flash the precompiled NCP image onto the Fanstel dongle using nrfutil, JLINK, and a Nordic NRF52840 EVK board with a Tag-Connect cable jumper wired to pins on the EVK.
Suprised to hear nrf command line tools would be deprecated ... most developers on Nordic use them constantly. I automate most tasks using shell scripts and nrf command line.
I'm traveling, but can send you pinout for the cable in Monday.
Rob
Suprised to hear nrf command line tools would be deprecated
I haven't used the Nordic Desktop programmer much, so can't comment on the problem you are experiencing. However, I believe the Nordic dongle has an IO pin that is used to reset the chip as part of the bootloader over USB process. The Fanstel dongle may not have this.
Learning the signing process and parameters is a bit onerous at first, but once you figure it out, you can integrate it with your toolchain with a script.
Rob
Has anyone found any good documents about the firmware make command. Here is the most comprehensive list I have found, some are easy to understand others a bit confusing and no idea what needs to go with what. (Even the location in the github that makes decisions on this information would be useful.)make -f examples/Makefile-nrf52840 COMMISSIONER=1 JOINER=1 COAP=1 DNS_CLIENT=1 MTD_NETDIAG=1 BORDER_ROUTER=1 MAC_FILTER=1 UDP_PROXY=1 BORDER_AGENT=1 LINK_RAW=1 SERVICE=1 USB=1 BOOTLOADER=1 CFLAGS+=-UCONFIG_GPIO_AS_PINRESET
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-use...@googlegroups.com.
To post to this group, send email to openthre...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/3abaa2c5-694b-48e1-8d9c-16c3aec64334%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-use...@googlegroups.com.
To post to this group, send email to openthre...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/a0b46f8d-e04b-4e61-a76d-1d61c0822a68%40googlegroups.com.