Skip to content

Instantly share code, notes, and snippets.

@AzimsTech
Last active April 6, 2022 21:07
Show Gist options
  • Save AzimsTech/66c119cecc789b767c589b4c1ef02d9a to your computer and use it in GitHub Desktop.
Save AzimsTech/66c119cecc789b767c589b4c1ef02d9a to your computer and use it in GitHub Desktop.
[GUIDE] Intel management Egine Firmware Update

Tools

  • Latest BIOS file
  • ME Analyzer
  • (CS)ME System Tools
  • (CS)ME Firmware

1. Download the Latest BIOS File from the Manufacturer

first thing to do

2. ME Analyzer - Check Current ME Version

Download ME Analyzer here
Install Python if you haven't already.

run this command in powershell

.\MEA.py <bios file name>

image

3. Choose correct (CS)ME System Tools

ME Version System Tools
6 ME System Tools v6 IBX r2
7 ME System Tools v7 r2
8 ME System Tools v8 r3
9.0 - 9.1 ME System Tools v9.1 r7
9.5 ME System Tools v9.5 r6

Download here

4. Choose correct (CS)ME Firmware

ME Version SKU File
9.0 1.5MB ME 9.0 1.5MB v9.0.31.1487.rar

Download here

5. Start Flashing

 .\FWUpdLcl64.exe -allowsv -f "9.0.31.1487_1.5MB_PRD_RGN.bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment