Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/unified/novacustom/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@

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

!!! warning

Releases predating ns5x_adl_v1.7.0, i.e. earlier than October 2023,
might not build in custom shells on OS'es other than Fedora. In such case,
it is recommended to run `bash` before `build.sh`.
See [issue #407](https://github.com/Dasharo/dasharo-issues/issues/407).

=== "V540TU"
```bash
git checkout novacustom_v540tu_vX.Y.Z
Expand Down
8 changes: 8 additions & 0 deletions docs/unified/novacustom/initial-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ On your host computer, install flashrom from sources:
6. Install Dasharo BIOS, replacing `[path]` with the path to the firmware
image you want to flash, e.g. `novacustom_ns5x_adl_full_v1.4.0.rom`

!!! warning

Please use the `_full` binaries, **if they're available** for a given
release. Full binaries contain all necessary blobs for platform operation.
Flashing the entire chip with the base binaries for such releases will
result in a brick.
See [issue #1525](https://github.com/Dasharo/dasharo-issues/issues/1525).

```bash
flashrom -p ch341a_spi -w [path]
```
Expand Down