Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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 WRITE FILE

Other Parts Discussed in Thread: DRA718

Tool/software: Linux

hi, 

    I am using dra718 , linux4.4.45, u-boot-2016.05-00097-g5492abf-dirty.  In u-boot,it can support mtdpart ubi ubifsls ubiload ubimount cmd, ubi write xxx and ubi read xxx can transfer date to/from nand flash(raw date),

but it do not have ubifs write file cmd like "ubifsload(read file from ubifs)"。 I want write file to UBIFS on flash when running in u-boot code. I wan to remove ubifs write file code from linux, but it is too hard.!!! Is there patch about u-boot ubifs wrte file?