Other Parts Discussed in Thread: TMDS243EVM, UNIFLASH
Hello, I have a task to update device firmware via LAN (Ethernet). Perhaps you have some examples of how to do it optimally? Board - TMDS243EVM.
Thank you! Best regards, Yury.
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.
Hello, I have a task to update device firmware via LAN (Ethernet). Perhaps you have some examples of how to do it optimally? Board - TMDS243EVM.
Thank you! Best regards, Yury.
Hi Yury Stashkevich,
Essentially, Firmware Update on a flashless device is updating the flash content which is what uniflash examples in SDK are capable of. You can refer to uniflash examples like - https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/latest/exports/docs/api_guide_am243x/TOOLS_FLASH.html
You can utilize something similar in an application instead of bootloader to update the firmware.
Best Regards,
Aakash