diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2023-11-29 10:55:27 +0100 |
---|---|---|
committer | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2023-11-30 14:09:23 +0100 |
commit | 2bd006f5908ba6ecc788bf1e9811329e21c963ab (patch) | |
tree | d84d47af123f660b4b802d7a730e37f62962a3b3 | |
parent | 53ca6e89559859d90baab7e8590b37150ff0fab6 (diff) |
mule-attiny: i2c-flash: provide clear instructions for Debian
Provide clear instructions for Debian users to lower the barrier of
entry.
Relates-to: RNG-175
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rw-r--r-- | mule-attiny/i2c-flash/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mule-attiny/i2c-flash/README.md b/mule-attiny/i2c-flash/README.md index b4b5591..1066a2a 100644 --- a/mule-attiny/i2c-flash/README.md +++ b/mule-attiny/i2c-flash/README.md @@ -14,6 +14,17 @@ This depends on: - `updi_reset` binary (sources available at https://git.theobroma-systems.com/som-tools.git) +On Debian Bookworm for example: + +``` +apt-get install python3-pip python3-venv python3-dev coreutils build-essential +python3 -m venv venv +source venv/bin/activate +python3 -m pip install -r requirements.txt +# Plus the `Compilation` and `Installation` instructions available at +# https://git.theobroma-systems.com/som-tools.git/tree/mule-attiny/bitbang_updi_reset/README.md +``` + Note: `nice` and `updi_reset` executables should be available to the user running the script without providing a path. Typically, `mule-attiny/bitbang_updi_reset` directory should be in `PATH` environment |