Blame |
    Last modification |
    View Log
    | Download
    | RSS feed
  
  
if exist service.eep.hex 
del /f /q service.eep.hex
  
if exist ..\eng\zxevo_fw.bin 
del /f /q ..\eng\zxevo_fw.bin
  
echo .
EQU DEF_LANG = $01 
>deflang.inc
  
..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin2048 ..\fpga\main.rbf fpga.mlz
 
..\..\..\tools\bin2avr\bin2avr.exe fpga.mlz
 
..\..\..\tools\sfep\sfep.exe _message.asm
 
..\..\..\tools\avra\avra.exe -fI service.asm -e service.eep.hex -l service.lst
 
..\..\..\tools\make_fw\make_fw.exe service.hex service.eep.hex ..\eng\zxevo_fw.bin version.txt %1
 
:quit