马上注册,获取阅读精华内容及下载权限
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 akcn 于 2020-6-27 08:18 编辑
超级简单全自动合成me方法,秒合
使用图形操作是不是很繁琐?其实用一条命令就能瞬间搞定。
DOS窗口合成过程大概如下:
===============================================================================
Intel (R) Flash Image Tool. Version: 11.8.65.3606
Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.
6/26/2020 - 7:57:43 涓嬪崍
===============================================================================
Using vsccommn.bin with timestamp 20:10:49 05/01/2019 GMT
Command Line: fit -f orig.bin -o good.bin -me me.bin -b
Log file written to fit.log
Decomposed SKU Value: "Intel (R) H Series Chipset - H No Emulation".
Decomposed PCH Strap Length: 0x58
Warning: The ME FW image loaded has been pulled from a previously booted system. Some FW settings will not be allowed to be changed.
Writing map file D:\temp\Intel CSME System Tools v11 r32\Flash Image Tool\WIN32\orig\orig.map
Executing pre-build actions
Building objects
Processing attribute: BuildSettings
Processing attribute: FlashLayout
Committing CSE configuration.
Building image with Chipset Initialization version: 176.11
Processing attribute: FlashSettings
Processing attribute: IntelMeKernel
Processing attribute: IntelAmt
Processing attribute: PlatformProtection
Processing attribute: IntegratedTouch
Processing attribute: Icc
Processing attribute: NetworkingConnectivity
Processing attribute: FlexIo
Processing attribute: InternalPchBuses
Processing attribute: Gpio
Processing attribute: Power
Processing attribute: IntegratedSensorHub
Processing attribute: Debug
Processing attribute: CpuStraps
Executing post-build actions
Full Flash image written to D:\temp\Intel CSME System Tools v11 r32\Flash Image Tool\WIN32\good.bin
Writing map file D:\temp\Intel CSME System Tools v11 r32\Flash Image Tool\WIN32\good.map
下面给出命令:
fit -f input.bin -o output.bin -me mefile.bin –b
意思就是:
fit -f 原机备份BIOS.bin -o 改好ME的BIOS.bin -me ME文件.bin –b
fit:请使用mea程序分析原机ME版本,然后找到正确的fit版本程序
input.bin: 请使用烧录器读取原机BIOS
output.bin: 本次合成的BIOS,请使用烧录器烧录回原机
mefile.bin: 请使用mea程序分析原机ME版本,然后去ME库中找到对应干净ME,这个我就不教你了。
所有路径/文件名不能有中文或特殊字符,请保持干净、简短。
|