Commit 6551492a authored by Rafał Kuźnia's avatar Rafał Kuźnia Committed by Fabio Baltieri
Browse files

soc: nordic: configure run once for nrf54h20



Erase and reset must run only once during flashing.
This prevents a situation, where the next flashed image erases the
previous one.

Signed-off-by: default avatarRafał Kuźnia <rafal.kuznia@nordicsemi.no>
parent a35d5e78
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ runners:
      - runners:
          - nrfjprog
          - jlink
          - nrfutil
        run: first
        groups:
          - qualifiers:
@@ -85,10 +86,15 @@ runners:
          - qualifiers:
              - nrf54l15/cpuapp
              - nrf54l15/cpuflpr
          - qualifiers:
              - nrf54h20/cpuapp
              - nrf54h20/cpurad
              - nrf54h20/cpuppr
    '--reset':
      - runners:
          - nrfjprog
          - jlink
          - nrfutil
        run: last
        groups:
          - qualifiers:
@@ -106,3 +112,7 @@ runners:
          - qualifiers:
              - nrf54l15/cpuapp
              - nrf54l15/cpuflpr
          - qualifiers:
              - nrf54h20/cpuapp
              - nrf54h20/cpurad
              - nrf54h20/cpuppr