This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 7a15120c508049f17b9ef73bb306c761f78f2aa1 Author: Jerzy Kasenberg <[email protected]> AuthorDate: Thu Nov 28 11:56:57 2024 +0100 hw/scripts: download: Enable nrfjprog verification This enables verification after flashing. Signed-off-by: Jerzy Kasenberg <[email protected]> --- hw/scripts/nrfjprog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/scripts/nrfjprog.sh b/hw/scripts/nrfjprog.sh index 9df2a705c..f1ae4e14e 100644 --- a/hw/scripts/nrfjprog.sh +++ b/hw/scripts/nrfjprog.sh @@ -44,7 +44,7 @@ nrfjprog_load () { echo "Downloading" $FILE_NAME "to" $FLASH_OFFSET - nrfjprog ${NRFJPROG_ARG} --program ${BIN_BASENAME}.hex --sectorerase + nrfjprog ${NRFJPROG_ARG} --program ${BIN_BASENAME}.hex --sectorerase --verify if [ $? -ne 0 ]; then exit 1
