[SORTED] Vortex4 bios update question
I'm the owner of a p170sm laptop from pcspecialist, they recently sent me a usb key containing a bios update for my laptop.
I created a usb boot key with rufus and copied the files PCS sent me.
Basically during the update process I got warning and errors (error 25). I decided to film the update process and post it on youtube so to make it easier to see what's going on:
Here's what I did:
the first time I booted I run flashEC.bat and it run rather quickly. That seemed to work however it only updated one of the two versions which make up the bios.
The second time I run flashme.bat instead and that is what the video shows.
Both version numbers in the bios are now updated making me thing that the update went through properly.
However I have a bad feeling about the warnings and errors, what do you reckon?
I'm including the content of flashme.bat and ecflash.bat
flashme.bat:
ecflash.bat
I'm the owner of a p170sm laptop from pcspecialist, they recently sent me a usb key containing a bios update for my laptop.
I created a usb boot key with rufus and copied the files PCS sent me.
Basically during the update process I got warning and errors (error 25). I decided to film the update process and post it on youtube so to make it easier to see what's going on:
Here's what I did:
the first time I booted I run flashEC.bat and it run rather quickly. That seemed to work however it only updated one of the two versions which make up the bios.
The second time I run flashme.bat instead and that is what the video shows.
Both version numbers in the bios are now updated making me thing that the update went through properly.
However I have a bad feeling about the warnings and errors, what do you reckon?
I'm including the content of flashme.bat and ecflash.bat
flashme.bat:
Code:
fpt -f P17SM6M.303 -l 0x200000 /y
Call flash.bat
fpt /closemnf /y
Afudos.exe /s /shutdown
ecflash.bat
Code:
@set EC_FILE.bin=eP17SM.301
:AssignFile
if "%1" == "" goto DefaultFile
if "%2" == "" goto DefaultParameter
ELASH11.EXE %1 %2 %3 %4 %5 %6 %7
goto End
:DefaultParameter
ELASH11.EXE %1 /ad /h3
goto End
:DefaultFile
ELASH11.EXE %EC_FILE.bin% /ad /h3
:End
Last edited: