@@ -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
1653Newer Dasharo releases support Firmware Update Mode, which performs updates
0 commit comments