nRF54L15 DK

References

Program nRF54L15 DK with nRFUtil

Connection

  • Connect a USB-A to USB-C cable between PLT-300A and RPI4B SBC

  • Connect a USB-A to UBS-C cable between RPI4B SBC and nRF54L15DK

YAML test plans

  • Program connected NRF54L15 DK with zephyr.hex

title: "nRF54L Flashing Demo"
description: "Flash nRF54L15DK via nrfutil"

suite:

  - title: "Defines"
    steps:
      - command: define FIRMWARE "zephyr.hex"

  - title: "Setup Programming Session"
    steps:
      - command: agentCfg PROGSBC
        path: "6"
        with:
          - "%FIRMWARE%"

  - title: "Power DUT"
    steps:
      - command: power 3V3 on
      - command: sleepms 500

  - title: "Program nRF54L via onboard J-Link"
    steps:
      - command: agentExec PROGSBC "nrfutil device recover --log-output=stdout --json"
        timeout: 30s

teardown:
  steps:
    - command: power 3V3 off