Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
695 | chrv | 1 | @echo off |
2 | if exist fpga.mlz del /f /q fpga.mlz |
||
3 | if exist fpga.inc del /f /q fpga.inc |
||
4 | if exist _message.inc del /f /q _message.inc |
||
5 | if exist service.hex del /f /q service.hex |
||
6 | if exist service.eep.hex del /f /q service.eep.hex |
||
7 | if exist ..\rus\zxevo_fw.bin del /f /q ..\rus\zxevo_fw.bin |
||
8 | echo .EQU DEF_LANG = $00 >deflang.inc |
||
9 | ..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin2048 ..\fpga\main.rbf fpga.mlz |
||
10 | ..\..\..\tools\bin2avr\bin2avr.exe fpga.mlz |
||
11 | ..\..\..\tools\sfep\sfep.exe _message.asm |
||
12 | ..\..\..\tools\avra\avra.exe -fI service.asm -e service.eep.hex -l service.lst |
||
13 | if errorlevel 1 goto quit |
||
14 | if not exist ..\rus md ..\rus |
||
15 | ..\..\..\tools\make_fw\make_fw.exe service.hex service.eep.hex ..\rus\zxevo_fw.bin version.txt %1 |
||
16 | :quit |