Subversion Repositories ngs

Rev

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

Rev Author Line No. Line
105 savelij 1
 
181 savelij 2
@echo on
3
 
105 savelij 4
cd ..\main_rom
5
 
181 savelij 6
call build.bat
105 savelij 7
 
8
cd ..\loader_ngs
9
 
181 savelij 10
call build.bat
105 savelij 11
 
114 savelij 12
cd ..\bootFPGA00
13
 
158 savelij 14
..\..\tools\mhmt\mhmt ..\..\fpga\current\quartus\main.rbf main.mlz
114 savelij 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
 
105 savelij 25
cd ..\create_update
26
 
27
copy /B /Y ..\loader_ngs\loader_ngs.rom
28
copy /B /Y ..\main_rom\neogs.rom
115 savelij 29
copy /B /Y ..\bootFPGA00\bootFPGA.crc fpga.bin
105 savelij 30
 
112 savelij 31
..\..\tools\asw\asw -U -L make_full_rom.a80
105 savelij 32
..\..\tools\asw\p2bin make_full_rom.p full_ngs.rom -r $-$ -k
33
 
34
del loader_ngs.rom
35
del neogs.rom
36
 
181 savelij 37
copy /B /Y full_ngs.rom D:\yad\UnrealSpeccy\full_ngs.rom
105 savelij 38
 
39
pause