我想使用以太网更新固件、我发现此情况
但我有一些问题、即为什么我们需要 boot_demo_EMAC、为什么 boot_emac_flash 是不够的、以及当我加载 boot_emac_flash 和 boot_demo_emac 时会发生什么、而我想加载另一个应用程序 boot_demo_emac 时会怎样?boot_demo_emo_emac 是否仍然存在、或者引导加载程序在它上面写入新代码
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.
我想使用以太网更新固件、我发现此情况
但我有一些问题、即为什么我们需要 boot_demo_EMAC、为什么 boot_emac_flash 是不够的、以及当我加载 boot_emac_flash 和 boot_demo_emac 时会发生什么、而我想加载另一个应用程序 boot_demo_emac 时会怎样?boot_demo_emo_emac 是否仍然存在、或者引导加载程序在它上面写入新代码
您好!
但我有一些问题、为什么我们需要 boot_demo_emac、为什么 boot_emac_flash 不够、以及当我加载 boot_emac_flash 和 boot_demo_emac 时会发生什么情况、而我又想加载另一个应用程序 boot_demo_emo_EMAC 会发生什么情况?是否仍然存在或引导加载程序编写新代码 在 IT 上
BOOT_EMAC_FLASH 是引导加载程序。 引导加载程序是一小段程序、首先通过 JTAG 接口加载到闪存。 该文件包含用于设置以太网模块并与 BootP 和 TFTP 服务器进行交互的代码、以下载应用固件映像。 BOOT_DEMO_EMAC_FLASH 是一个示例应用固件。 您可以创建自己的应用、但首先从示例开始。 一旦您熟悉一切工作原理、就可以适应您自己的应用。 在当前的引导加载程序设置中、如果选择再次更新、则会覆盖现有应用程序固件。