This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to flash image using nRF Connect v3.6.1

Hi Support,

    I have tried setting up my nRF52840 Dongle (https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-Dongle) PCA10059 as explained in the steps given in the documentation: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_sdk%2Fstruct%2Fsdk_thread_zigbee.html&cp=7_7 under the  section "Building the examples with GCC" as shown below:

nrf-connect-sdk@root1-Nitro-AN515-55:~/Downloads/nRF5_SDK_for_Thread_and_Zigbee/examples/thread/ncp/ftd/usb/pca10059/mbr/armgcc$ make
mkdir _build
cd _build && mkdir nrf52840_xxaa
Assembling file: gcc_startup_nrf52840.S
Compiling file: boards.c
Compiling file: nrf_log_backend_rtt.c
Compiling file: nrf_log_backend_serial.c
Compiling file: nrf_log_default_backends.c
Compiling file: nrf_log_frontend.c
Compiling file: nrf_log_str_formatter.c
Compiling file: app_button.c
Compiling file: app_error.c
Compiling file: app_error_handler_gcc.c
Compiling file: app_error_weak.c
Compiling file: app_scheduler.c
Compiling file: app_timer2.c
Compiling file: app_usbd.c
Compiling file: app_usbd_cdc_acm.c
Compiling file: app_usbd_core.c
Compiling file: app_usbd_serial_num.c
Compiling file: app_usbd_string_desc.c
Compiling file: app_util_platform.c
Compiling file: assert.c
Compiling file: drv_rtc.c
Compiling file: mem_manager.c
Compiling file: nrf_assert.c
Compiling file: nrf_atfifo.c
Compiling file: nrf_atomic.c
Compiling file: nrf_balloc.c
Compiling file: nrf_fprintf.c
Compiling file: nrf_fprintf_format.c
Compiling file: nrf_memobj.c
Compiling file: nrf_ringbuf.c
Compiling file: nrf_sortlist.c
Compiling file: nrf_strerror.c
Compiling file: nrf_drv_clock.c
Compiling file: nrf_drv_power.c
Compiling file: nrf_nvic.c
Compiling file: nrf_nvmc.c
Compiling file: nrf_soc.c
Compiling file: nrfx_atomic.c
Compiling file: nrfx_clock.c
Compiling file: nrfx_gpiote.c
Compiling file: nrfx_nvmc.c
Compiling file: nrfx_power.c
Compiling file: nrfx_systick.c
Compiling file: nrfx_usbd.c
Compiling file: bsp.c
Compiling file: bsp_thread.c
Compiling file: main.c
Compiling file: SEGGER_RTT.c
Compiling file: SEGGER_RTT_Syscalls_GCC.c
Compiling file: SEGGER_RTT_printf.c
Compiling file: system_nrf52840.c
Compiling file: utf.c
Linking target: _build/nrf52840_xxaa.out
   text       data        bss        dec        hex    filename
 381500        396      81884     463780      713a4    _build/nrf52840_xxaa.out
Preparing: _build/nrf52840_xxaa.hex
Preparing: _build/nrf52840_xxaa.bin
DONE nrf52840_xxaa
nrf-connect-sdk@root1-Nitro-AN515-55:~/Downloads/nRF5_SDK_for_Thread_and_Zigbee/examples/thread/ncp/ftd/usb/pca10059/mbr/armgcc$ cd _build/
nrf-connect-sdk@root1-Nitro-AN515-55:~/Downloads/nRF5_SDK_for_Thread_and_Zigbee/examples/thread/ncp/ftd/usb/pca10059/mbr/armgcc/_build$ ll
total 7460
drwxrwxr-x 3 nrf-connect-sdk nrf-connect-sdk    4096 May 17 19:05 ./
drwxrwxr-x 3 nrf-connect-sdk nrf-connect-sdk    4096 May 17 19:05 ../
drwxrwxr-x 2 nrf-connect-sdk nrf-connect-sdk    4096 May 17 19:05 nrf52840_xxaa/
-rwxrwxr-x 1 nrf-connect-sdk nrf-connect-sdk  381896 May 17 19:05 nrf52840_xxaa.bin*
-rw-rw-r-- 1 nrf-connect-sdk nrf-connect-sdk 1074221 May 17 19:05 nrf52840_xxaa.hex
-rw-rw-r-- 1 nrf-connect-sdk nrf-connect-sdk    4569 May 17 19:05 nrf52840_xxaa.in
-rw-rw-r-- 1 nrf-connect-sdk nrf-connect-sdk 2543376 May 17 19:05 nrf52840_xxaa.map
-rwxrwxr-x 1 nrf-connect-sdk nrf-connect-sdk 3616504 May 17 19:05 nrf52840_xxaa.out*

Then, i tried flashing the .hex file using nrf Connect v3.6.1 -> Programmer, but every time for every example and every dongle, i am getting the same error (i have 2 dongles and getting the same error for both).

Related