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: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
parent
a35d5e7851
commit
6551492a3f
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue