Merge pull request #419 from Emiller88/framework-firmware

docs(framework): Add notes about updating firmware
This commit is contained in:
Jörg Thalheim 2022-05-25 08:19:23 +01:00 committed by GitHub
commit fb4213bf01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
framework/README.md Normal file
View 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)