Subversion Repositories ngs

Rev

Rev 158 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. @echo on
  3.  
  4. cd ..\main_rom
  5.  
  6. call build.bat
  7.  
  8. cd ..\loader_ngs
  9.  
  10. call build.bat
  11.  
  12. cd ..\bootFPGA00
  13.  
  14. ..\..\tools\mhmt\mhmt ..\..\fpga\current\quartus\main.rbf main.mlz
  15.  
  16. call mk.bat bootFPGA
  17.  
  18. ..\..\tools\addcrc\addcrc -n bootFPGA.bin bootFPGA.crc
  19.  
  20. del *.lst
  21. del *.mlz
  22. del *.rbf
  23. del *.hex
  24.  
  25. cd ..\create_update
  26.  
  27. copy /B /Y ..\loader_ngs\loader_ngs.rom
  28. copy /B /Y ..\main_rom\neogs.rom
  29. copy /B /Y ..\bootFPGA00\bootFPGA.crc fpga.bin
  30.  
  31. ..\..\tools\asw\asw -U -L make_full_rom.a80
  32. ..\..\tools\asw\p2bin make_full_rom.p full_ngs.rom -r $-$ -k
  33.  
  34. del loader_ngs.rom
  35. del neogs.rom
  36.  
  37. copy /B /Y full_ngs.rom D:\yad\UnrealSpeccy\full_ngs.rom
  38.  
  39. pause