Subversion Repositories pentevo

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. @echo off
  2. if exist fpgadat1.mlz del fpgadat1.mlz
  3. ..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin2048 ..\fpga\main.rbf fpgadat1.mlz
  4. set path=C:\WinAVR\utils\bin;C:\WinAVR\bin
  5. make.exe clean all
  6. cd bin
  7. if exist proga.hex ..\..\..\..\tools\make_fw\make_fw.exe proga.hex proga.eep zxevo_fw.bin ..\version.txt
  8. cd ..
  9.