请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AM3352 工具/软件:Linux
您好!
请告诉我如何从 Linux 应用程序更新连接到 AM3352的 NAND 存储器。
我的客户正在考虑以下步骤。
从 NAND 闪存启动 AM3352。
2.启动 Linux。
3.Linux 应用程序更新 NAND 闪存。
他们想知道3的方法。
此致、
Nomo
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.
你好、Nomo、
您可以使用 mtutils 将二进制文件刷写到 NAND 闪存中。
1.您可以在 Linux 应用程序中使用系统 API,并使用 mtdutils 命令和更新。 要使用的命令、请查看 http://processors.wiki.ti.com/index.php/Writing_Kernel_Image_to_NAND_Flash#Updating_a_kernel_from_a_linux_prompt
2.或者将 mtdutils 作为库并调用二进制 flash_eraseall 在内部调用的 API