Code just logs "abort()"

I had a working Matter application, but due to some human error, I erased my WSL installation.

I set it up again, but after successfully flashing my code onto the Nordic nRF54L15 DevKit, I get this in the VCOM logs

*** Booting MCUboot v2.1.0-dev-2b69d93e75bc ***
*** Using nRF Connect SDK v3.1.0-6c6e5b32496e ***
*** Using Zephyr OS v4.1.99-1612683d4010 ***
I: Starting bootloader
abort()

I have successfully flashed the Blinky sample and that works, logging "LED state: ON" and "LED state: OFF"

I suspect I'm using a slightly newer J-Link driver.

My code is available at github.com/.../Firmware

What am I doing wrong???

Related