X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2FREADME.ubi;h=d82c75c848401adef8b40033f01dcd6652519825;hb=cc734f5ab26134e5e8d57c34edc257c89ac5b1d2;hp=3cf4ef232d3883b5451ec992c543689f3f24ccab;hpb=dd7185f1764fb8ed93940c2ac44cd6c400ebae7e;p=karo-tx-uboot.git diff --git a/doc/README.ubi b/doc/README.ubi index 3cf4ef232d..d82c75c848 100644 --- a/doc/README.ubi +++ b/doc/README.ubi @@ -14,6 +14,8 @@ ubi part [part] [offset] ubi info [l[ayout]] - Display volume and ubi layout information ubi create[vol] volume [size] [type] - create volume name with size ubi write[vol] address volume size - Write volume from address with size +ubi write.part address volume size [fullsize] + - Write part of a volume from address ubi read[vol] address volume [size] - Read volume to address with size ubi remove[vol] volume - Remove volume [Legends] @@ -77,6 +79,7 @@ ubi createvol Create UBI volume on UBI device ubi removevol Remove UBI volume from UBI device ubi read Read data from UBI volume to memory ubi write Write data from memory to UBI volume +ubi write.part Write data from memory to UBI volume, in parts Here a few examples on the usage: