Programming nRF52832 Breakout using J-Link on Arduino IDE

Trying to program a Sparkfun nRF52832 Breakout Board using “Tools/Programmer/J-Link” and then “Sketch/Upload using Programmer” on the Arduino IDE and get the following error:

embedded:startup.tcl:60: Error: Can’t find target/.cfg

in procedure ‘script’

at file “embedded:startup.tcl”, line 60

the selected serial port at file “embedded:startup.tcl”, line 60

does not exist or your board is not connected

Using a Segger J-Link LITE Cortex M programmer connected to the 10 pin debug connector on the breakout board.

The J-Link does program the nRF52832 board from Keil IDE however so hopefullythe hardware is okay.

Not able to use the Arduino bootloader as a function from the Arduino BLEPeripheral Library overwrote it so the bootloader is no longer operable.

Much appreciate any assistance.