readme: Add note about releases
Explain why there are no tagged releases, and why the commit hash on official releases does not match commits from this repo. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
51d6319f5b
commit
6c5257ff3e
15
README.md
15
README.md
@ -26,3 +26,18 @@ file to update `PATH`.
|
||||
```
|
||||
source $HOME/.cargo/env
|
||||
```
|
||||
|
||||
## Releases
|
||||
|
||||
The EC firmware itself does not have tagged releases. Any commit of this repo
|
||||
may be used as a part of a [System76 Open Firmware][firmware-open] release.
|
||||
|
||||
In official releases the EC shares the same version as the BIOS firmware. Run
|
||||
the follow command from firmware-open to determine the corresponding EC commit
|
||||
for a release.
|
||||
|
||||
```
|
||||
git ls-tree <release_hash> ec
|
||||
```
|
||||
|
||||
[firmware-open]: https://github.com/system76/firmware-open
|
||||
|
Loading…
x
Reference in New Issue
Block a user