Rev 115 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
158 | savelij | 1 | @ECHO On |
105 | savelij | 2 | |
3 | cd ..\main_rom |
||
4 | |||
112 | savelij | 5 | ..\..\tools\asw\asw -U -L main_ngs.a80 |
105 | savelij | 6 | ..\..\tools\asw\p2bin main_ngs.p neogs.rom -r $-$ -k |
7 | |||
115 | savelij | 8 | del *.lst |
9 | |||
105 | savelij | 10 | cd ..\loader_ngs |
11 | |||
112 | savelij | 12 | ..\..\tools\asw\asw -U -L loader_ngs.a80 |
105 | savelij | 13 | ..\..\tools\asw\p2bin loader_ngs.p loader_ngs.rom -r $-$ -k |
14 | |||
115 | savelij | 15 | del *.lst |
16 | |||
114 | savelij | 17 | cd ..\bootFPGA00 |
18 | |||
158 | savelij | 19 | ..\..\tools\mhmt\mhmt ..\..\fpga\current\quartus\main.rbf main.mlz |
114 | savelij | 20 | |
21 | call mk.bat bootFPGA |
||
22 | |||
23 | ..\..\tools\addcrc\addcrc -n bootFPGA.bin bootFPGA.crc |
||
24 | |||
25 | del *.lst |
||
26 | del *.mlz |
||
27 | del *.rbf |
||
28 | del *.hex |
||
29 | |||
105 | savelij | 30 | cd ..\create_update |
31 | |||
32 | copy /B /Y ..\loader_ngs\loader_ngs.rom |
||
33 | copy /B /Y ..\main_rom\neogs.rom |
||
115 | savelij | 34 | copy /B /Y ..\bootFPGA00\bootFPGA.crc fpga.bin |
105 | savelij | 35 | |
112 | savelij | 36 | ..\..\tools\asw\asw -U -L make_full_rom.a80 |
105 | savelij | 37 | ..\..\tools\asw\p2bin make_full_rom.p full_ngs.rom -r $-$ -k |
38 | |||
39 | del loader_ngs.rom |
||
40 | del neogs.rom |
||
41 | |||
158 | savelij | 42 | copy /B /Y full_ngs.rom D:\yad\UnrealSpeccy\bootgs.rom |
105 | savelij | 43 | |
44 | pause |