diff --git a/openocd/ethernet.cfg b/openocd/ethernet.cfg new file mode 100644 index 0000000..114240b --- /dev/null +++ b/openocd/ethernet.cfg @@ -0,0 +1,5 @@ +init +reset init +halt +flash write_image erase target/thumbv7em-none-eabihf/debug/examples/ethernet +shutdown \ No newline at end of file diff --git a/openocd/fpga-config.cfg b/openocd/fpga-config.cfg new file mode 100644 index 0000000..aece27b --- /dev/null +++ b/openocd/fpga-config.cfg @@ -0,0 +1,5 @@ +init +reset init +halt +flash write_image erase target/thumbv7em-none-eabihf/debug/examples/fpga_config +shutdown \ No newline at end of file