Rev 79 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
66 | ddp | 1 | call clean.bat |
2 | @echo on |
||
3 | ..\..\..\tools\bin2avr\bin2avr.exe evotitle.ans 0 |
||
68 | ddp | 4 | ..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin4096 ..\fpga\main.rbf fpga.mlz |
66 | ddp | 5 | ..\..\..\tools\bin2avr\bin2avr.exe fpga.mlz |
6 | ..\..\..\tools\avra\avra.exe -fI boot_evo.asm -l boot_evo.lst |
||
7 | if not exist boot_evo.hex goto err |
||
79 | ddp | 8 | ..\..\..\tools\crcbldr\crcbldr.exe boot_evo.hex version.txt %1 |
66 | ddp | 9 | del /f /q boot_evo.hex |
10 | :err |