Changes between Version 36 and Version 37 of linux/ubi
- Timestamp:
- 06/04/2024 04:34:34 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ubi
v36 v37 201 201 * 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 202 202 * 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}}}: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}}}: 204 204 {{{#!bash 205 205 cat <<EOF > ubinize.cfg