This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrfjprog segfault

Hi,

I'm trying to flash my device. Until yesterday, this command ran just fine and I was able to flashing my nRF51 chip. But I'm unable to do so anymore and can't figure out what changed.

$ ./nrfjprog -f nrf51 --chiperase --reset --program zephyr.hex

Webserver running on local port 19080
Using read only filesystem.
Upload disabled.
Segmentation fault (core dumped)

I've tried the python client as well, but get the same error.

$ python nrfjprog_cli.py program -e -r -f  zephyr.hex

Programs the device.
Webserver running on local port 19080
Using read only filesystem.
Upload disabled.
Segmentation fault (core dumped)

This is a on a linux system and dmesg shows the following in the logs:

nrfjprog[14312]: segfault at 7f2c000584ba ip 00007f2c4c5ca1a2 sp 00007fff5a68c200 error 4 in libjlinkarm.so.6.1.5[7f2c4c3a7000+403000]

I'm using the nRF52 DK connected over SWD (P20) to flash the nRF51 chip.

Parents Reply Children
No Data
Related