Skip to content

Commit 7a15120

Browse files
committed
hw/scripts: download: Enable nrfjprog verification
This enables verification after flashing. Signed-off-by: Jerzy Kasenberg <[email protected]>
1 parent 18cc769 commit 7a15120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/scripts/nrfjprog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ nrfjprog_load () {
4444

4545
echo "Downloading" $FILE_NAME "to" $FLASH_OFFSET
4646

47-
nrfjprog ${NRFJPROG_ARG} --program ${BIN_BASENAME}.hex --sectorerase
47+
nrfjprog ${NRFJPROG_ARG} --program ${BIN_BASENAME}.hex --sectorerase --verify
4848

4949
if [ $? -ne 0 ]; then
5050
exit 1

0 commit comments

Comments
 (0)