OpenSK uses tockloader to deploy the kernel and apps, and currently passes flags that cause tockloader to invoke JLinkExe. We should allow users to use OpenOCD instead of JLinkExe, by making the flags passed to tockloader configurable/changable.
Additionally, because distributions often have an outdated version of OpenOCD that cannot deploy to a nrf52840-DK, OpenSK should allow users to use a custom version of OpenOCD. I've already opened tock/tockloader/pull/52 to enable tockloader to invoke a custom version of OpenOCD.
OpenSK uses
tockloaderto deploy the kernel and apps, and currently passes flags that causetockloaderto invokeJLinkExe. We should allow users to use OpenOCD instead ofJLinkExe, by making the flags passed totockloaderconfigurable/changable.Additionally, because distributions often have an outdated version of OpenOCD that cannot deploy to a nrf52840-DK, OpenSK should allow users to use a custom version of OpenOCD. I've already opened tock/tockloader/pull/52 to enable
tockloaderto invoke a custom version of OpenOCD.