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.

[参考译文] Linux:U-boot UBIFS 写入文件

Guru**** 2394295 points
Other Parts Discussed in Thread: DRA718

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/747085/linux-u-boot-ubifs-write-file

主题中讨论的其他器件:DRA718

工具/软件:Linux

您好!  

  我使用的是 dra718、linux4.4.4.45、u-boot-2016.05-00097-g5492abf-m脏。  在 u-boot 中、它可以支持 mtdpart ubifsls ubiload ubimount cmd、ubi write xxx 和 ubi read xxx 可以将日期传输到/传输到 nand flash (原始日期)、

但它没有像"ubifsload (从 ubifs 读取文件)"这样的 ubifs 写入文件 cmd。当在 u-boot 代码中运行时、我希望将文件写入闪存上的 UBIFS。 我可以从 Linux 中删除 ubifs 写入文件代码、但太难了!!! 是否有有关 u-boot ubifs wrte 文件的补丁?

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

    U-Boot 不支持将文件写入 UBIFS。 但是、U-Boot 具有用于写入/更新的命令和整个 UBI 卷。

    此致、
    Somnath