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.

[参考译文] MSP432E401Y:通过以太网,bootloader 更新固件

Guru**** 2539500 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1077350/msp432e401y-firmware-update-through-ethernet-bootloader

部件号:MSP432E401Y

我们已经在 Launchpad432e401和我们自己的硬件上测试了 bootloader 示例,它的工作原理与 slau746a.pdf 中所述的相同。 我们首先使用 BSL 脚本编写器加载的输出

boot_serial_emac_flash_MSP_EXP432E401Y1_nortos_CCS

然后我们可以重复重新加载  

boot_emac_flash_app_magicpacket_update_msp_exP432E401y_nortos_CCS

我们的想法是使用“魔法”示例中的代码,并将其合并到我们的代码中。 我们已经完成了这项工作,但 我们无法取得任何成果。

我们的代码是根据 tirtos 示例(TCP_ECHO )构建的,“魔法”是“nertos”,这是否是问题的一部分?

cmd 文件不同,我们无法真正理解如何合并这些文件。 我们如何更新代码中的.cmd 文件和.syscfg 文件以支持“魔术” 功能。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我们通过使用我们的程序中的 FlashEras(0),找到了更简单的固件更新方法,重新启动并使用 BSL-scriptter 发送我们的新程序!