Skip to content

Commit

Permalink
more instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctag-fh-kiel committed Dec 15, 2024
1 parent 05a35fa commit 904d340
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/development/09_building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,18 @@ where ``build/dada`` is your previously defined build directory.
The build target ``ctag-tbd.elf`` is common for all device firmware builds. For desktop
builds the target name can differ.

Alternatively you can use the idf.py tool to build, flash and monitor the firmware:

.. code-block:: shell
idf.py -B build/dada -D TBD_PLATFORM=dada build flash monitor
To install all Python dada dependencies on top of the IDF dependencies, run

.. code-block:: shell
./tools/resources/src/tbd_deps.sh
copy the output in the command line to install the dependencies.


0 comments on commit 904d340

Please sign in to comment.