get paid to paste

STARTUP.NSH OF TR10RS1

FS0:
if exist .\BIOS.cap then
    rm BiosUpdate.fv
    rm BIOS.cap
endif
if exist .\BiosUpdate.fv then
    goto FOUNDCAPSULE
endif
if exist .\outimage.bin then
	goto FOUNDIMAGE
endif
goto END

:FOUNDCAPSULE
cp BiosUpdate.fv BIOS.cap
ShellFlash64.efi -sd -nodelay -cvar -file BiosUpdate.fv


:FOUNDIMAGE
echo "Preapre to flash SPI rom.................."
echo "fpt.efi -f outimage.bin"
fpt.efi -f outimage.bin
cp outimage.bin outimage.old
rm outimage.bin
cls
echo "=========================================="
echo "            System Reboot                 "
echo "=========================================="
stall 5000000
reset


:END
echo "Execute Intel Android bootloader now ....."
cd efi\boot
bootx64.efi

Pasted: Dec 5, 2015, 11:20:25 am
Views: 11