framework: Clarify 13th Gen Intel Core support

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-07-25 15:02:00 +08:00 committed by Jörg Thalheim
parent 353829048c
commit 24f9162b26
5 changed files with 27 additions and 4 deletions

View File

@ -124,8 +124,9 @@ See code for all available configurations.
| [Dell XPS 17 9700, nvidia](dell/xps/17-9700/nvidia) | `<nixos-hardware/dell/xps/17-9700/nvidia>` |
| [Dell XPS 17 9710, intel only](dell/xps/17-9710/intel) | `<nixos-hardware/dell/xps/17-9710/intel>` |
| [Dell XPS E7240](dell/e7240) | `<nixos-hardware/dell/e7240>` |
| [Framework](framework) | `<nixos-hardware/framework>` |
| [Framework 11th Gen Intel Core](framework) | `<nixos-hardware/framework>` |
| [Framework 12th Gen Intel Core](framework/12th-gen-intel) | `<nixos-hardware/framework/12th-gen-intel>` |
| [Framework 13th Gen Intel Core](framework/12th-gen-intel) | `<nixos-hardware/framework/12th-gen-intel>` |
| [FriendlyARM NanoPC-T4](friendlyarm/nanopc-t4) | `<nixos-hardware/friendlyarm/nanopc-t4>` |
| [Focus M2 Gen 1](focus/m2/gen1) | `<nixos-hardware/focus/m2/gen1>` |
| [GPD MicroPC](gpd/micropc) | `<nixos-hardware/gpd/micropc>` |

View File

@ -1,4 +1,4 @@
# [Framework Laptop](https://frame.work/)
# [Framework Laptop 13](https://frame.work/)
## Updating Firmware
@ -14,4 +14,4 @@ Then run
$ sudo fwupdmgr update
```
[Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop.TGL.BIOS.firmware)
- [Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop.ADL.BIOS.firmware)

View File

@ -0,0 +1,15 @@
# [Framework Laptop 13](https://frame.work/)
## Updating Firmware
First put enable `fwupd`
```nix
services.fwupd.enable = true;
```
Then run
```sh
$ sudo fwupdmgr update
```

View File

@ -0,0 +1,7 @@
{ lib, pkgs, ... }: {
imports = [
# Same config as 12th Gen. The chipsets and mainboard are similar enough
# that no separate configuration is needed.
../12th-gen-intel
];
}

View File

@ -1,4 +1,4 @@
# [Framework Laptop](https://frame.work/)
# [Framework Laptop 13](https://frame.work/)
## Updating Firmware