Flash nRF54L15DK with Toolchain 3.0.1 and SDK 3.0.0 fails

Uploading via VSCode since version 3.0.0 (happened with the rc1 as well, Toolchain 3.0.0 and Toolchain 3.0.1) does not work for the nRF54L15DK (board rev 0.9.1 ENGB chip), however, works via the nRF Connect for Desktop Programmer App.

nrfutil is in the correct location and correct version in my opinion (checked against a fresh download)

[5/5] Generating ../merged.hex
-- west flash: using runner nrfutil
-- runners.nrfutil: reset after flashing requested
-- runners.nrfutil: Flashing file: [Path]\build\merged.hex
Error: One or more batch tasks failed:
- [Probe] Device error: Application core has no revision info, code: Generic

FATAL ERROR: command exited with status 1: nrfutil --json device x-execute-batch --batch-path 'C:\[Path]\build\generated_nrfutil_batch.json' --serial-number [redacted]

PS C:\[Path]\build\i2c_bme688> gcm nrfutil

CommandType Name Version Source
----------- ---- ------- ------
Application nrfutil.exe 0.0.0.0 C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfutil.exe

PS C:\[Path]\build\i2c_bme688> nrfutil --version
nrfutil 7.7.0 (c86dfaf 2024-01-23)
commit-hash: c86dfaf44c47891c4d3ca9a90e8e9b1a7743aace
commit-date: 2024-01-23
host: x86_64-pc-windows-msvc
build-timestamp: 2024-01-24T09:04:08.8401725Z
classification: nrf-external

Related