I have an arduino r4 minima with an ethernet shield (w5500) that works over SPI.
Is there anyway that I can allow firmware updates over ethernet using this setup?
If not would this be a modification to the bootloader? Would have to save my new firmware to flash memory with the current firmware code and have a custom bootloader that can overwrite the current firmware with the new?