-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unknown image" for Lenovo T420 ME7.1 updater #152
Comments
you can't use the update binary; you need to update the ME first then use me_cleaner on the full flash image |
Then why, for ME images from https://www.win-raid.com/t596f39-Intel-Management-Engine-Drivers-Firmware-amp-System-Tools.html can I use me_cleaner? These images are correctly recognized by me_cleaner. |
Some of those images are full ME region images and can be processed by me_cleaner, however you'll have to flash them directly to the flash chip as FWUpdLcl update will fail due to missing NFTP |
Can I flash these patched images with "fpt.exe -me"? |
Yes, it should work if you have write access to the ME region. |
Unfortunately Lenovo laptops usually don't have write access to the me region |
Personally tested the 3 images for 7.x ME from above link:
|
For anyone interested, I created a script that uses a lot of me_cleaner's code with the ME 7.1 update file from Lenovo to create the equivalent of what me_cleaner would produce if minified. It can be found here. |
I would like to patch ME for Lenovo T420.
There is ME 7.1 firmware update https://pcsupport.lenovo.com/en/us/products/laptops-and-netbooks/thinkpad-t-series-laptops/thinkpad-t420/downloads/ds014884 on Lenovo site. After the first run this program unpacks its contents to C:\DRIVERS\WIN\ME
There is ME bin file ME7_5M_UPD_Production.bin But this file is not recognized by me_cleaner.py with "Unknown image" error message.
How can I unpack/repack this file to patch it? Would it be possible to flash the patched file with this FWUpdLcl.exe applet?
The text was updated successfully, but these errors were encountered: