docs(framework): Add notes about updating firmware
https://github.com/NixOS/nixos-hardware/pull/406#issuecomment-1132577510
This commit is contained in:
parent
8b5e1bf2fd
commit
0f00877343
17
framework/README.md
Normal file
17
framework/README.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# [Framework Laptop](https://frame.work/)
|
||||||
|
|
||||||
|
## Updating Firmware
|
||||||
|
|
||||||
|
First put enable `fwupd`
|
||||||
|
|
||||||
|
```nix
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
```
|
||||||
|
|
||||||
|
Then run
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ sudo fwupdmgr update
|
||||||
|
```
|
||||||
|
|
||||||
|
[Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop.TGL.BIOS.firmware)
|
Loading…
Reference in a new issue