Skip to content

Commit 2a874d3

Browse files
Merge pull request #1226 from Dasharo/adlp_fixes
novacustom/initial-deployment.md: use _full binary for 1.7.2 release
2 parents 8e7308f + 40830d2 commit 2a874d3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/unified/novacustom/building-manual.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454

5555
> Replace `X.Y.Z` with a valid version
5656

57+
!!! warning
58+
59+
Releases predating ns5x_adl_v1.7.0, i.e. earlier than October 2023,
60+
might not build in custom shells on OS'es other than Fedora. In such case,
61+
it is recommended to run `bash` before `build.sh`.
62+
See [issue #407](https://github.com/Dasharo/dasharo-issues/issues/407).
63+
5764
=== "V540TU"
5865
```bash
5966
git checkout novacustom_v540tu_vX.Y.Z

docs/unified/novacustom/initial-deployment.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@ On your host computer, install flashrom from sources:
167167
6. Install Dasharo BIOS, replacing `[path]` with the path to the firmware
168168
image you want to flash, e.g. `novacustom_ns5x_adl_full_v1.4.0.rom`
169169

170+
!!! warning
171+
172+
Please use the `_full` binaries, **if they're available** for a given
173+
release. Full binaries contain all necessary blobs for platform operation.
174+
Flashing the entire chip with the base binaries for such releases will
175+
result in a brick.
176+
See [issue #1525](https://github.com/Dasharo/dasharo-issues/issues/1525).
177+
170178
```bash
171179
flashrom -p ch341a_spi -w [path]
172180
```

0 commit comments

Comments
 (0)