mirror of
				https://gitlab.com/TheOneWithTheBraid/x13s-firmware-update.git
				synced 2025-11-04 11:03:18 +00:00 
			
		
		
		
	Add 1.63 bios update sample ussing uefi capsule and fwupdtool
This commit is contained in:
		
					parent
					
						
							
								f2010b6d44
							
						
					
				
			
			
				commit
				
					
						67bce00216
					
				
			
		
					 1 changed files with 18 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -74,3 +74,21 @@ rmdir /mnt/x13s-firmware
 | 
			
		|||
 | 
			
		||||
Now reboot your ThinkPad X13s Gen 1 and press F12 during system startup, select your pen drive and enjoy your firmware upgrade.
 | 
			
		||||
 | 
			
		||||
# Use fwupdtool to install uefi capsule
 | 
			
		||||
 | 
			
		||||
Another option for upgrade is to use uefi capsule using **fwupdtool**
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Get fwuptool required id
 | 
			
		||||
 | 
			
		||||
identifier may be change
 | 
			
		||||
 | 
			
		||||
```shell
 | 
			
		||||
$ fwupdmgr get-devices 2>/dev/null| grep -A 1 "System Firmware"
 | 
			
		||||
├─System Firmware:
 | 
			
		||||
│ │   Device ID:          a2f3453b14561b24cdf2f078ef8ef60eee5fd796
 | 
			
		||||
 | 
			
		||||
## update firmware. Bios 1.63 example
 | 
			
		||||
 | 
			
		||||
```shell
 | 
			
		||||
# fwupdtool install-blob Rfs/Fw/N3HET91W/\$0AN3H00.FL1 a2f3453b14561b24cdf2f078ef8ef60eee5fd796
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue