Hardware/Framework/Laptop 13: Difference between revisions
mNo edit summary |
Add BIOS update info & reference to nixos-hardware |
||
Line 37: | Line 37: | ||
== Configuration == | == Configuration == | ||
Framework specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project. | |||
=== BIOS === | |||
BIOS updates are distributed through [https://fwupd.org/ LVFS], which can be used by enabling the fwupd service | |||
<syntaxHighlight lang=nix> | |||
services.fwupd.enable = true; | |||
</syntaxHighlight> | |||
and then running | |||
<code>$ fwupdmgr update</code> | |||
to check for updates. Further instructions and release notes can be found on the [https://knowledgebase.frame.work/bios-and-drivers-downloads-rJ3PaCexh Framework BIOS and Drivers knowledgebase]. | |||
=== AMD 7040 Series === | === AMD 7040 Series === | ||
It is recommended to use | It is recommended to use [https://search.nixos.org/options?channel=23.11&show=services.power-profiles-daemon.enable power-profiles-daemon] over <code>tlp</code> for the AMD framework. | ||
=== Intel 13 Gen === | === Intel 13 Gen === |
Revision as of 14:51, 9 April 2024
Framework Laptop 13 | |
---|---|
Laptop 13 | |
Manufacturer | Framework |
Architecture | x86_64-linux |
7040 Series | |
13 Gen | |
12 Gen | |
11 Gen | |
Status | supported |
Maintainer | 0x4A6F |
The Framework Laptop 13 is a configurable, upgradeable, and repairable laptop made by the Framework company.
Status
The device boots NixOS.
Known issues
Configuration
Framework specific NixOS hardware options are bundled within the nixos-hardware project.
BIOS
BIOS updates are distributed through LVFS, which can be used by enabling the fwupd service
services.fwupd.enable = true;
and then running
$ fwupdmgr update
to check for updates. Further instructions and release notes can be found on the Framework BIOS and Drivers knowledgebase.
AMD 7040 Series
It is recommended to use power-profiles-daemon over tlp
for the AMD framework.