Rev 624 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 624 | Rev 888 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | @echo off |
1 | @echo off |
2 | if exist fpgadat1.mlz del fpgadat1.mlz |
2 | if exist fpgadat1.mlz del fpgadat1.mlz |
3 | ..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin2048 ..\fpga\main.rbf fpgadat1.mlz |
3 | ..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin2048 ..\fpga\main.rbf fpgadat1.mlz |
4 | rem set path=C:\WinAVR\utils\bin;C:\WinAVR\bin |
- | |
5 | set path=C:\AVR_Toolchain\bin |
- | |
- | 4 | ||
6 | make.exe clean all |
5 | make clean |
- | 6 | make |
|
7 | cd bin |
7 | cd bin |
8 | if exist proga.hex ..\..\..\..\tools\make_fw\make_fw.exe proga.hex proga.eep zxevo_fw.bin ..\version.txt |
8 | if exist proga.hex ..\..\..\..\tools\make_fw\make_fw.exe proga.hex proga.eep zxevo_fw.bin ..\version.txt |
9 | cd .. |
9 | cd .. |