Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ A sample configuration is shipped with the code and may be copied to your
system::

$ sudo install -m 0755 -d /etc/mtda

Download source code from https://github.com/siemens/mtda

$ cd mtda
$ sudo install -m 0644 configs/qemu.ini /etc/mtda/config

For Debian Trixie host, update firmware image name in /etc/mtda/config to OVMF_CODE_4M.fd

Alternatively, get prebuilt packages for Debian as follows::

$ echo 'deb [trusted=yes] https://apt.fury.io/mtda/ /' | \
Expand Down