framework: Add Laptop 13 Intel Core Ultra Series 3
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
c775c2772b
commit
bacd3ee7a9
3 changed files with 31 additions and 0 deletions
14
framework/13-inch/intel-core-ultra-series3/README.md
Normal file
14
framework/13-inch/intel-core-ultra-series3/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# [Framework Laptop 13](https://frame.work/laptop13pro)
|
||||
|
||||
## Updating Firmware
|
||||
|
||||
Everything is updateable through fwupd, so it's enabled by default.
|
||||
|
||||
To get the latest firmware, run:
|
||||
|
||||
```sh
|
||||
$ fwupdmgr refresh
|
||||
$ fwupdmgr update
|
||||
```
|
||||
|
||||
- [Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop.PTL.BIOS.firmware)
|
||||
16
framework/13-inch/intel-core-ultra-series3/default.nix
Normal file
16
framework/13-inch/intel-core-ultra-series3/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
../common/intel.nix
|
||||
];
|
||||
|
||||
# Everything is updateable through fwupd
|
||||
services.fwupd.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue