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.
工具与软件:
当我使用 uniflash 对闪存(ISSI IS25WP512M)进行编程时、显示闪存验证失败。 sbl_ospo (用于 bootload)和 hello_world_am64-sk (作为0x80000映像)。
但实际上计划成功了。 但 PHY 启用失败、打开失败。
我确认 e2e.ti.com/.../default_5F00_hello_5F00_world.cfg cfg 文件已正确配置。
且闪存配置正确、json 文件是由 ospi_flash 生成的。
Jeremy、您好!
您看到的"闪存验证失败"日志主要是因为 API Bootloader_uniflashFlashVerifyFile()返回失败。
返回后的故障被视为 bootloader_UNIFLASH_StatusCode_flash_verify_error = 0x40000001 ="闪存验证失败!!"
我相信您应该具有如下所示的配置文件:
您会看到配置文件缺少行号24、此行表示 UART 还会使用 UART uniflash 将128字节的已知数据闪存到闪存。
现在、当我们进行 Phy 调优时、会读回此数据、但由于您尚未在一开始刷写它、因此它无法找到它。
请执行上述操作、并告知我是否可以解决您的问题。
另外、如果您有定制电路板、请告诉我。
此致、
Vaibhav