Cannot program new nRF54L15-DK board

Hi all,

i just received 2 nRF54L15-DK boards. Both I am not able do program - I tried:

1. nRF Connect for Desktop

* I did not make any change on the board afre unpacking -> LO1 LED is flashing, LED0 is blinking (so board is powered)

* I used Quick Start and Blink example -> Flashing of board failed -> Log I attached in the ticket

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

2. I tried nrfutil recover set of commands:

nrfutil device x-boot-mode-set --boot-mode safe --traits jlink
nrfutil device erase --all --log-level trace --core Application --traits jlink
nrfutil device erase --all --log-level trace --core Network --traits jlink
nrfutil device x-boot-mode-set --boot-mode normal --traits jlink
nrfutil device recover

with result: 

C:\work>nrfutil device recover
x Failed to recover 1057746230, [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' w
Error: One or more recover tasks failed:
 * 1057746230: [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' was found, code: Generic

C:\work>nrfutil device x-boot-mode-set --boot-mode safe --traits jlink
x Failed to set boot mode 1057746230, [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(105774623
Error: One or more set boot mode tasks failed:
 * 1057746230: [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' was found, code: Generic

C:\work>nrfutil device erase --all --log-level trace --core Application --traits jlink
x Failed to erase 1057746230, [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' was
Error: One or more erase tasks failed:
 * 1057746230: [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' was found, code: Generic

C:\work>nrfutil device erase --all --log-level trace --core Network --traits jlink
x Failed to erase 1057746230, [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' was
Error: One or more erase tasks failed:
 * 1057746230: [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' was found, code: Generic

C:\work>nrfutil device x-boot-mode-set --boot-mode normal --traits jlink
x Failed to set boot mode 1057746230, [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(105774623
Error: One or more set boot mode tasks failed:
 * 1057746230: [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' was found, code: Generic

C:\work>nrfutil device recover
x Failed to recover 1057746230, [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' w
Error: One or more recover tasks failed:
 * 1057746230: [Probe] Emulator error: No emulator with connection info 'Usb(JLinkSerialNumber(1057746230))' was found, code: Generic

However, I have one other board (same nRF54) which I reciev month before, here i can program without issues:

Please advice what to do.

thx.

Peter