Explorar el Código

make flash: re-initialize the FPGA after flash complete

H. Peter Anvin hace 3 años
padre
commit
05cb5b3547
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fpga/Makefile

+ 1 - 1
fpga/Makefile

@@ -71,7 +71,7 @@ program:
 
 # Permanent programming in flash
 flash:
-	$(QPGM) -c '$(JTAG_CABLE)' -m JTAG -o 'pvbi;$(outdir)/$(PROJECT).jic'
+	$(QPGM) -c '$(JTAG_CABLE)' -m JTAG -i -o 'pvbi;$(outdir)/$(PROJECT).jic'
 
 %.deps: %.qsf scripts/qsfdeps.pl
 	$(PERL) scripts/qsfdeps.pl $< $* > $@