Lines Matching refs:be

10 might want to only allow the ``--erase`` argument to be used once for all of the cores in the SoC
17 Flashing configuration is singular, it will only be read from a single location, this
27 child, this then contains a map of commands as they would be provided to the flash runner e.g.
32 Groups of board targets can be specified using the ``groups`` key which has a list of board
34 board targets must be in a ``qualifiers`` key (only regular expression matches for board
35 qualifiers are allowed, board names must be omitted from these entries). For ``board.yml``
36 files each set of board targets must be in a ``boards`` key, these are lists containing the
37 matches which form a singular group. A final parameter ``run`` can be set to ``first`` which
38 means that the command will be ran once with the first image flashing process per set of board
39 targets, or to ``last`` which will be ran once for the final image flash per set of board targets.
42 command will only be used once for any board targets which used the nRF5340 SoC application or
85 Commands that are supported by flash runners can be used as normal when flashing non-sysbuild
86 applications, the run once configuration will not be used. When flashing a sysbuild project with
87 multiple images, the flash runner run once configuration will be applied.
97 Once built with an nrf5340dk connected, the following command can be used to flash the board with
105 If the above was ran without the flashing configuration, the recovery process would be ran twice
106 and the device would be unbootable.