Skip to content

Commit

Permalink
Update getting_started.rst >>>adding pyelftools to work with 24.10 >>…
Browse files Browse the repository at this point in the history
…>Commit 51719c6
  • Loading branch information
ChristianMiddendorf authored Jan 7, 2025
1 parent 712ae9d commit b446757
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ freshly installed Debian Bullseye system the following packages are required:

* `git` (to get Gluon and other dependencies)
* `python3`
* `python3-dev`
* `python3-pyelftools`
* `python3-setuptools`
* `build-essential`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
* `gawk`
* `unzip`
* `libncurses-dev` (actually `libncurses5-dev`)
Expand All @@ -41,6 +43,7 @@ freshly installed Debian Bullseye system the following packages are required:
* `rsync`
* `time` (built-in `time` doesn't work)
* `qemu-utils`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)

We also provide a container environment that already tracks all these dependencies. It quickly gets you up and running, if you already have either Docker or Podman installed locally.

Expand Down

0 comments on commit b446757

Please sign in to comment.