Skip to content

Commit

Permalink
applications: nrf5340_audio: Remove old doc for DFU
Browse files Browse the repository at this point in the history
- Remove old command for DFU from documentation
- OCT-NONE

Signed-off-by: Alexander Svensen <[email protected]>
  • Loading branch information
alexsven authored and koffes committed Nov 28, 2024
1 parent 35d94fe commit b930c59
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions applications/nrf5340_audio/doc/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ See the following examples of the parameter usage with the command run from the
python buildprog.py -c app -b debug -d both
* Example 2: The following command builds headset and gateway applications using the script for both the application and the network core (``both``).
It builds with the ``release`` application version, with the DFU external flash memory layout enabled, and using the minimal size of the network core bootloader:

.. code-block:: console
python buildprog.py -c both -b release -d both -m external -M
The command can be run from any location, as long as the correct path to :file:`buildprog.py` is given.

The build files are saved in the :file:`applications/nrf5340_audio/build` directory.
Expand Down Expand Up @@ -118,13 +111,6 @@ Programming with the script
python buildprog.py -c both -b debug -d both -p --recover_on_fail
If you want to program firmware that has DFU enabled, you must include the DFU parameters in the command.
The command for programming with DFU enabled can look as follows:

.. code-block:: console
python buildprog.py -c both -b release -d both -m external -M -p
Getting help
Run ``python buildprog.py -h`` for information about all available script parameters.

Expand Down

0 comments on commit b930c59

Please sign in to comment.