X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3f9515e2c9a1e08a7e65720ac8524c02d94f4f5a..1dd2335295d411a7965a936e7c8535ea86fcd877:/armsrc/Makefile.linux diff --git a/armsrc/Makefile.linux b/armsrc/Makefile.linux index baf4adb1..897a6b12 100644 --- a/armsrc/Makefile.linux +++ b/armsrc/Makefile.linux @@ -74,13 +74,15 @@ $(OBJFAST): $(OBJDIR)/%.o : %.c $(OBJCOMMON): $(OBJDIR)/%.o : ../common/%.c $(CC) $(CFLAGS) $< -o $@ -# Those do not work on the current firmware ! +flash-both: flash flash-fpga + flash-fpga: fpgaimage.s19 ../linux/flasher fpga fpgaimage.s19 flash: osimage.s19 ../linux/flasher os osimage.s19 +# Those do not work on the current firmware ! jtag-flash-full: fullimage.s19 ../../OpenOCD/openocd -c "halt; flash write_image fullimage.s19 0x00100000; halt; reset; resume; poll; exit"