Hardware/Framework/Laptop 13: Difference between revisions
No edit summary |
m style fixes |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 36: | Line 36: | ||
</div> | </div> | ||
The [https://frame.work | The [https://frame.work/laptop13 Framework Laptop 13] is a configurable, upgradeable, and repairable laptop made by the Framework company. | ||
== Status == | == Status == | ||
| Line 42: | Line 42: | ||
== Known issues == | == Known issues == | ||
In order to boot you need to disable Secure Boot. To do that, press F2 during boot and go into the "Administer Secure Boot" menu. | In order to boot you need to disable Secure Boot. To do that, press F2 during boot and go into the "Administer Secure Boot" menu. | ||
== Configuration == | == Configuration == | ||
Framework-specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project. | Framework-specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project. Also consider checking the [[Laptop]] page for laptop specific behavior, such as what action to take when the lid is closed. | ||
=== BIOS === | === BIOS === | ||
BIOS updates are distributed through [https://fwupd.org/ LVFS], which can be used by enabling the fwupd service: | BIOS updates are distributed through [https://fwupd.org/ LVFS], which can be used by enabling the fwupd service: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
| Line 56: | Line 58: | ||
To check for updates and install them, run: | To check for updates and install them, run: | ||
< | <syntaxhighlight lang=console> | ||
$ fwupdmgr update | |||
</syntaxhighlight> | |||
Further instructions and release notes can be found on the [https://knowledgebase.frame.work/bios-and-drivers-downloads-rJ3PaCexh Framework BIOS and Drivers knowledgebase]. | Further instructions and release notes can be found on the [https://knowledgebase.frame.work/bios-and-drivers-downloads-rJ3PaCexh Framework BIOS and Drivers knowledgebase]. | ||