mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	docs(framework): Add notes about updating firmware
https://github.com/NixOS/nixos-hardware/pull/406#issuecomment-1132577510
This commit is contained in:
		
							
								
								
									
										17
									
								
								framework/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								framework/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
# [Framework Laptop](https://frame.work/)
 | 
			
		||||
 | 
			
		||||
## Updating Firmware
 | 
			
		||||
 | 
			
		||||
First put enable `fwupd`
 | 
			
		||||
 | 
			
		||||
```nix
 | 
			
		||||
services.fwupd.enable = true;
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Then run
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
 $ sudo fwupdmgr update
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
[Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop.TGL.BIOS.firmware)
 | 
			
		||||
		Reference in New Issue
	
	Block a user