jacobrosenthal closed pull request #1193: nrf52840pdk: fix incorrect jtag 
configuration
URL: https://github.com/apache/mynewt-core/pull/1193
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/hw/bsp/nrf52840pdk/nrf52840pdk_debug.sh 
b/hw/bsp/nrf52840pdk/nrf52840pdk_debug.sh
index c9ce6d9555..5e363033b1 100755
--- a/hw/bsp/nrf52840pdk/nrf52840pdk_debug.sh
+++ b/hw/bsp/nrf52840pdk/nrf52840pdk_debug.sh
@@ -40,7 +40,7 @@ if [ $# -gt 2 ]; then
     EXTRA_GDB_CMDS="add-symbol-file $SPLIT_ELF_NAME 0xc000 -readnow"
 fi
 
-JLINK_DEV="nRF52"
+JLINK_DEV="nrf52840_xxaa"
 
 jlink_debug
 
diff --git a/hw/bsp/nrf52840pdk/nrf52840pdk_download.sh 
b/hw/bsp/nrf52840pdk/nrf52840pdk_download.sh
index 08d45b4641..9f4fade925 100755
--- a/hw/bsp/nrf52840pdk/nrf52840pdk_download.sh
+++ b/hw/bsp/nrf52840pdk/nrf52840pdk_download.sh
@@ -34,7 +34,7 @@ if [ "$MFG_IMAGE" ]; then
     FLASH_OFFSET=0x0
 fi
 
-JLINK_DEV="nRF52"
+JLINK_DEV="nrf52840_xxaa"
 
 common_file_to_load
 jlink_load


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to