Rev 624 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
601 | ddp | 1 | @echo off |
2 | if exist fpgadat1.mlz del fpgadat1.mlz |
||
3 | ..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin2048 ..\fpga\main.rbf fpgadat1.mlz |
||
888 | savelij | 4 | |
5 | make clean |
||
6 | make |
||
601 | ddp | 7 | cd bin |
8 | if exist proga.hex ..\..\..\..\tools\make_fw\make_fw.exe proga.hex proga.eep zxevo_fw.bin ..\version.txt |
||
9 | cd .. |