diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-05-06 15:58:26 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-05-06 15:58:26 -0400 |
| commit | 73290f2e488c8c884829d92085f7a43b5222b3a3 (patch) | |
| tree | 164c42c426ead2f955217f60e7d89870438abc0d /README | |
| parent | 985e5a94cc57b8086aee6f84fbf40bcfb9137fdc (diff) | |
| download | fujinet-updater-73290f2e488c8c884829d92085f7a43b5222b3a3.tar.gz | |
Diffstat (limited to 'README')
| -rw-r--r-- | README | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -32,14 +32,19 @@ Requirements: https://github.com/espressif/esptool ...or your OS may provide a package for this. I'm not sure what the minimum version is. I've tested this with 4.4, which - is pretty old (November 2021). If you have trouble with other - versions, please let me know. + is pretty old (November 2021), and 4.8 which is less old (September + 2024). If you have trouble with other versions, please let me know. -- pio (from PlatformIO), for viewing the FujiNet's debug log after - it's been flashed (this is optional but highly recommended). See: +- pio (from PlatformIO), for autodetecting the FujiNet and viewing + the FujiNet's debug log after it's been flashed (this is optional + but highly recommended). See: https://platformio.org/ ...or your OS may provide a package for this. +- sha256sum, for verifying the downloaded firmware .zip files. On + Linux, this is generally provided by the coreutils package, so you + probably already have it installed. + Installation: It's not really necessary (fujinet-updater can run from wherever |
