Skip to content

Commit 5624753

Browse files
authored
Merge pull request #1217 from Dasharo/fum_bug
unified/novacustom/firmware-update.md: note that FUM works on MTL v0.…
2 parents 3c13aa0 + 506bb31 commit 5624753

2 files changed

Lines changed: 45 additions & 8 deletions

File tree

docs/guides/firmware-update.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,43 @@ This document is a guide for updating firmware on your Dasharo-powered device.
1111
[the compatibility table](../guides/capsule-update.md#supported-devices)
1212
there.
1313

14+
## fwupd / LVFS
15+
16+
Some platforms support updates via fwupd / LVFS starting with the following
17+
firmware versions:
18+
19+
| Vendor | Generation | Version |
20+
| ---------- | ---------- | ------- |
21+
| NovaCustom | 11th | 1.6.0 |
22+
| NovaCustom | 12th | 1.8.0 |
23+
| NovaCustom | 14th | 1.0.0 |
24+
25+
!!! note
26+
27+
Capsule updates are only available when Intel ME is HAP-Disabled (on unfused
28+
platforms), and the AC adapter is connected to the laptop.
29+
30+
See [this Knowledge Base article](../../dasharo-menu-docs/dasharo-system-features.md#intel-management-engine-options)
31+
for information about disabling the ME, or [Issue #1302](https://github.com/Dasharo/dasharo-issues/issues/1302)
32+
for more context.
33+
34+
To update your firmware, run the following commands:
35+
36+
```bash
37+
$ sudo fwupdtool refresh
38+
$ sudo fwupdtool update
39+
```
40+
41+
or use any other fwupd front-end of your choice, like GNOME Firmware Update.
42+
Then, reboot your machine to apply the update.
43+
44+
!!! warning
45+
Powering off instead of rebooting as instructed by fwupd will result in
46+
aborting the update.
47+
48+
If you see any errors during the update, check the [Troubleshooting](../guides/capsule-update.md#troubleshooting)
49+
section of the Capsule Update guide.
50+
1451
## Firmware Update Mode
1552

1653
Newer Dasharo releases support Firmware Update Mode, which performs updates

docs/unified/novacustom/firmware-update.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ firmware version is currently installed on your device.
3939

4040
!!! note
4141

42-
Capsule updates are only available when Intel ME is HAP-Disabled and the
43-
AC adapter is connected to the laptop
42+
Capsule updates are only available when Intel ME is HAP-Disabled
43+
(on unfused platforms) and the AC adapter is connected to the laptop.
4444

4545
See [this Knowledge Base article](../../dasharo-menu-docs/dasharo-system-features.md#intel-management-engine-options)
4646
for information about disabling the ME, or [Issue #1302](https://github.com/Dasharo/dasharo-issues/issues/1302)
@@ -65,13 +65,13 @@ firmware version is currently installed on your device.
6565

6666
### Firmware Update Mode
6767

68-
Firmware Update Mode is available starting with the following versions:
68+
Firmware Update Mode is available on the following versions:
6969

70-
| Generation | Version |
71-
| ---------- | ------- |
72-
| 11th | 1.5.0 |
73-
| 12th | 1.7.0 |
74-
| 14th | Any |
70+
| Generation | Version | Note |
71+
| ---------- | ------------- | ---------------------------------------------------- |
72+
| 11th | > 1.5.0 | |
73+
| 12th | > 1.7.0 | |
74+
| 14th | 0.9.0 - 0.9.1 | On newer versions, please use fwupd directly instead |
7575

7676
To update using Firmware Update Mode, follow the
7777
[generic Firmware Update documentation](../../guides/firmware-update.md#firmware-update-mode).

0 commit comments

Comments
 (0)