迅维网

标题: 可用技嘉BIOS刷新工具升级同平台BIOS吗? [打印本页]

作者: lnzjjwzp    时间: 2021-4-17 12:38
标题: 可用技嘉BIOS刷新工具升级同平台BIOS吗?
如题。因有技嘉XM12-3227小主机,随在官网下载了BIOS,自带DOS刷新批处理工具。此工具通用吗?
技嘉BIOS升级
登录/注册后看高清大图


@echo off

cls
@echo WARNING!!
@echo DO NOT turn off the system power,
@echo if the BIOS update process has not been finished yet.
@echo Press any key to start BIOS update process.
pause > null

if "%1"=="" goto error1
if not exist %1 goto error2

amidedos /dms

fpt -f %1
fpt -verify %1
if ERRORLEVEL 3 goto error3
if ERRORLEVEL 2 goto error3
if ERRORLEVEL 1 goto error3

echo Check ok and restart system ...

fpt -greset

:error1
echo Please input BIOS_File_Name !
echo ex:flash.bat BIOS.rom
goto ends

:error2
echo BIOS File %1 can not be found !
goto ends

:error3
echo Flash verify error, please not restart and re-flash BIOS !!
goto ends

:ends
if exist null del null
echo.

brix_bios_mrhm3ap_f7_v1.zip (4.66 MB, 下载次数: 18)