Changes between Version 36 and Version 37 of linux/ubi


Ignore:
Timestamp:
06/04/2024 04:34:34 PM (3 months ago)
Author:
Tim Harvey
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • linux/ubi

    v36 v37  
    201201 * the -c parameter (max-peb-count) of 8124 assures that the filesystem can be sized up to 8124*248KiB or 1.9GiB provided there is remaining space in the ubi
    202202 * the -F parameter sets the free-space-fixup flag causing the filesystem to be resized on mount not to exceed the max-peb-count argument passed with the -c parameter (assuming the volume is dynamic and has blocks remaining)
    203 4. use {{{ubinize}}} to create ubi image (which can be written to a suitable raw NAND device in U-Boot using {{{nand write}} or in Linux via {{{ubiformat}}}:
     2034. use {{{ubinize}}} to create ubi image (which can be written to a suitable raw NAND device in U-Boot using {{{nand write}}} or in Linux via {{{ubiformat}}}:
    204204{{{#!bash
    205205cat <<EOF > ubinize.cfg