This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I've read the bootloader documentation which comes with the TivaWare distribution, but the ethernet section is a bit short and I'm missing some information. Is it (like for the serial protocol) possible to send the application address together/before with the firmware image when using ethernet to update an application? Or is the target address statically determined in bl_config?
Thanks!
Thanks Amit. So as I understand, and I think I found somewhere else as well, the ROM bootloader does not support ethernet?
I will have a go with the boot_emac_flash example and see if I can extend it to support flashing to multiple locations in flash. That shouldn't be a big problem I guess, but have to figure out a way to stuff the target info in a header in front of the firmware as well.