Hardware/Framework/Laptop 13: Difference between revisions

Granddave (talk | contribs)
m Link to TLP section
Initial documentation for AMD AI 300 series support based on information provided by Framework Inc
(2 intermediate revisions by one other user not shown)
Line 12: Line 12:
|-
|-
!Architecture
!Architecture
|x86_64-linux
|x86_64-
linux
|-
!colspan="2" class="title"|AI 300 Series
|-
|-
!colspan="2" class="title"|7040 Series
!colspan="2" class="title"|7040 Series
Line 30: Line 33:
</div>
</div>


The Framework Laptop 13 is a configurable, upgradeable, and repairable laptop made by the Framework company.
The [https://frame.work/products/laptop13 Framework Laptop 13] is a configurable, upgradeable, and repairable laptop made by the Framework company.
== Status ==
== Status ==


Line 39: Line 42:
== 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.
 


=== 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>
services.fwupd.enable = true;
services.fwupd.enable = true;
</syntaxHighlight>
</syntaxHighlight>
and then running
 
To check for updates and install them, run:


<code>$ fwupdmgr update</code>
<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].
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 AI 300 Series ===
 
Currently available to pre-order. Use an installer with Linux kernel 6.12 or later (at least NixOS Release 25.05 / [https://channels.nixos.org/?prefix=nixos-unstable/ NixOS Unstable]).
 
The NixOS Hardware modules not available yet, use the following configuration options instead for now:
 
<syntaxHighlight lang=nix>
# Track the latest Linux kernel release for improved hardware support
boot.kernelPackages = pkgs.linuxPackages_latest;
 
# Enable fingerprint reader support
services.fprintd.enable = true;
 
# Enable firmware updates
services.fwupd.enable = true;
</syntaxHighlight>


=== AMD 7040 Series ===
=== AMD 7040 Series ===