Subversion Repositories pentevo

Rev

Rev 79 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. call clean.bat
  2. @echo on
  3. ..\..\..\tools\bin2avr\bin2avr.exe evotitle.ans 0
  4. ..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin4096 ..\fpga\main.rbf fpga.mlz
  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
  8. ..\..\..\tools\crcbldr\crcbldr.exe boot_evo.hex version.txt %1
  9. del /f /q boot_evo.hex
  10. :err