aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-07-06 11:11:55 +0200
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-07-06 11:11:55 +0200
commitb8bd1e7c877b6e01faec358a0d15430192d58677 (patch)
tree128a94a0568bb22732ba05feb5bb44c6bdad9f59
parent3ff794bff767f2a21718c90e77665a97bac7a580 (diff)
mule-attiny: i2c-flash: specify executables should be in PATH
Since `updi_reset` is an executable that needs to be compiled by the user, it's better to explicit it should be made available to the user so that it can be run as any executable, by having it installed in one of the PATH directories or extend `PATH` environment variable to contain the `updi_reset` executable's parent directory. Reported-by: Farouk Bouabid <farouk.bouabid@theobroma-systems.com> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rw-r--r--mule-attiny/i2c-flash/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/mule-attiny/i2c-flash/README.md b/mule-attiny/i2c-flash/README.md
index 242a51a..140c5e8 100644
--- a/mule-attiny/i2c-flash/README.md
+++ b/mule-attiny/i2c-flash/README.md
@@ -14,6 +14,12 @@ This depends on:
- `updi_reset` binary (sources available at
https://git.theobroma-systems.com/som-tools.git)
+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
+variable if compiling it manually or the executable installed in one of the
+directories listed in `PATH` environment variable.
+
# Running instructions
```