nRF54L15 DK Build Error: Unknown Device Family (Generic)

Hi, I'm a beginner and I'm trying to run an LED blinking program.
However, I'm encountering a device-related error.

I've followed tutorials and installed all the necessary tools and SDKs.

But I always get the following error:

FATAL ERROR: command exited with status 1: nrfutil --json device x-execute-batch --batch-path
Device error: Unknown device: Unknown device family (Generic)

Can someone help me understand what this error means and how to fix it?
Thank you.

Parents
  • Hello,

    Which SDK version and toolchain are you using here? Make sure you are using the right toolchain for the SDK you are trying to use. To get more details on the issue you are facing could you run the following commands in a cmd.exe terminal in VS Code:

    set NRFUTIL_LOG=trace
    west flash·
    Then, collect the logs from <USERHOME>/.nrfutil/logs/nrfutil-device.log.
    Kind Regards,
    Abhijith
Reply
  • Hello,

    Which SDK version and toolchain are you using here? Make sure you are using the right toolchain for the SDK you are trying to use. To get more details on the issue you are facing could you run the following commands in a cmd.exe terminal in VS Code:

    set NRFUTIL_LOG=trace
    west flash·
    Then, collect the logs from <USERHOME>/.nrfutil/logs/nrfutil-device.log.
    Kind Regards,
    Abhijith
Children
Related