mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
framework: Add Framework Desktop
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
framework-13-7040-amd = import ./framework/13-inch/7040-amd;
|
||||
framework-amd-ai-300-series = import ./framework/13-inch/amd-ai-300-series;
|
||||
framework-16-7040-amd = import ./framework/16-inch/7040-amd;
|
||||
framework-desktop-amd-ai-max-300-series = import ./framework/desktop/amd-ai-max-300-series;
|
||||
friendlyarm-nanopc-t4 = import ./friendlyarm/nanopc-t4;
|
||||
friendlyarm-nanopi-r5s = import ./friendlyarm/nanopi-r5s;
|
||||
focus-m2-gen1 = import ./focus/m2/gen1;
|
||||
|
||||
17
framework/desktop/amd-ai-max-300-series/README.md
Normal file
17
framework/desktop/amd-ai-max-300-series/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# [Framework Desktop](https://frame.work/desktop)
|
||||
|
||||
## Updating Firmware
|
||||
|
||||
First put enable `fwupd`
|
||||
|
||||
```nix
|
||||
services.fwupd.enable = true;
|
||||
```
|
||||
|
||||
Then run
|
||||
|
||||
```sh
|
||||
$ fwupdmgr update
|
||||
```
|
||||
|
||||
- [Latest Update](https://fwupd.org/lvfs/devices/work.frame.Desktop.RyzenAIMax300.BIOS.firmware)
|
||||
10
framework/desktop/amd-ai-max-300-series/default.nix
Normal file
10
framework/desktop/amd-ai-max-300-series/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/amd
|
||||
../../../common/cpu/amd/pstate.nix
|
||||
../../../common/gpu/amd
|
||||
../../../common/pc/ssd
|
||||
../../framework-tool.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user