Lines Matching refs:flash

7 flash and debug Zephyr applications.
9 Zephyr's west tool has built-in support for all of these in its ``flash``,
12 file declares that support properly. See :ref:`west-build-flash-debug` for
27 The typical command to flash the board is:
31 west flash [ -r bossac ] [ -p /dev/ttyX ] [ --erase ]
35 By default, flashing with bossac will only erase the flash pages containing
37 erase the entire flash of the target when flashing, pass the ``--erase``
47 application, just run ``west flash`` to flash the board.
53 1. Define flash partitions required to accommodate the bootloader and
59 3. Build and flash the SAM-BA bootloader on the device.
65 1. Define flash partitions required to accommodate the bootloader and
77 3. Build and flash the SAM-BA bootloader on the device.
85 Typical flash layout and configuration
88 For bootloaders that reside on flash, the devicetree partition layout is
95 A typical flash layout for devices without a ROM bootloader is:
135 A typical flash layout for devices with a ROM bootloader and storage
178 first one will be selected when using ``west flash`` command. The remaining
180 ``west flash -r bossac``.
202 west flash -r bossac --bossac="C:\Program Files (x86)\BOSSA\bossac.exe" --bossac-port="COMx"
215 which also provides a command-line target flash programming capabilities.
251 1. flash
270 west flash --runner=linkserver --probe=3
278 …west flash --runner=linkserver --override /device/memory/5/flash-driver=MIMXRT500_SFDP_MXIC_OSPI_S…
293 - J-Link Commander: Command-line control and flash programming
320 and flash programming support for a wide range of SoCs. A fork that adds Zephyr
347 flash programming support for Arm Cortex-M SoCs. It is distributed on PyPi and
388 system directory. Then execute ``west flash`` or ``west debug`` commands to
389 flash or debug the Zephyr application as detailed in :ref:`west-build-flash-debug`.
391 application, while the ``flash`` command hides the GUI and perform all
401 west flash --config myconfig.t32
403 For more options, run ``west flash --context -r t32`` to print the usage.
485 .. _stm32cubeprog-flash-host-tools:
496 It offers a wide range of features to program STM32 internal memories (such as flash, RAM, and OTP)
525 It can be used through the ``west flash`` command to flash Zephyr applications.
529 west flash --runner stm32cubeprogrammer