mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	framework: Clarify 13th Gen Intel Core support
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
		
				
					committed by
					
						
						Jörg Thalheim
					
				
			
			
				
	
			
			
			
						parent
						
							353829048c
						
					
				
				
					commit
					24f9162b26
				
			@@ -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)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								framework/13th-gen-intel/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								framework/13th-gen-intel/README.md
									
									
									
									
									
										Normal 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
 | 
			
		||||
```
 | 
			
		||||
							
								
								
									
										7
									
								
								framework/13th-gen-intel/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								framework/13th-gen-intel/default.nix
									
									
									
									
									
										Normal 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
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# [Framework Laptop](https://frame.work/)
 | 
			
		||||
# [Framework Laptop 13](https://frame.work/)
 | 
			
		||||
 | 
			
		||||
## Updating Firmware
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user