From: Andreas F. <and...@gm...> - 2018-02-05 07:45:08
|
On Mon, Feb 5, 2018 at 8:04 AM, Jay Aurabind <jay...@gm...> wrote: > > openocd -f board/nordic_nrf52_dk.cfg > > I get the following error: > > Error: flash driver 'nrf5' not found > > How can I fix this ? > > I am running git version of openocd on Debian Stable. > > Flash driver is available here in both 0.10.0 and current master. Are you sure you're running the correct openocd executable? Make sure with "openocd -v". Flash drivers are unconditionally built, so if you have successfully built and installed anything >= 0.10.0, it should be there. Otherwise, send a debug log (-d). /Andreas |