NCS 3.0.2 Create new board wizard missing nRF54L05/10

If I follow the Create New Board wizard it will only offer nRF54L15 from the 54L series SoC (I want 54L10)

The others are included in the SDK, and if for example I make a new application & build configuration with the 54L15DK as a target I have the option of -05 -10 -15.

For the moment I can just use the 54L15DK build configuration, but very shortly I want to be able to define my own boards.

 

  • Hello,

    Yes, this is a known issue, and I already have an internal ticket for it. But thank you for pointing it out. It helps prioritizing this issue. 

    You can, however, in the meantime, work around this by adding the -05 and -10 in the file:

    NCS\nrf\scripts\west_commands\create_board\schema.json. Add "nRF54L10-QFAA" and "nRF54L05-QFAA" right below/above "nRF54L15-QFAA". 

    Best regards,

    Edvin

Related