Does anyone know whether the TM4C129X can have an Ethernet bootloader that does not use eflash? In the boot_emac_flash example, when using the Ethernet update, the bootloader process is done through the BOOTP update. But what I would like is for the Ethernet bootloader to be like the serial bootloader where it accepts the different command (COMMAND_PING, COMMAND_DOWNLOAD, COMMAND_RUN) but using Ethernet instead of the UART or USB. Does anyone have an example of this? If not, then does anyone know if it's possible to modify the boot_emac_flash example to achieve this behavior?
Thanks.