U-Boot ext4 warning: Difference between revisions

From embeddedTS Manuals
No edit summary
(Changed wording)
Line 1: Line 1:
{{Note|The ext4 filesystem can also be used but it may require options.  U-Boot does not support the 64bit addressing added as the default behavior in recent revisions of mkfs.ext4.  Before e2fsprogs 1.43 the default mkfs.ext4 option is safe, but with 1.43 and on the options "-O ^64bit,^metadata_csum" must be used.}}
{{Note|The ext4 filesystem can be used instead of ext3, but it may require additional options.  U-Boot does not support the 64bit addressing added as the default behavior in recent revisions of mkfs.ext4.  If using e2fsprogs 1.43 or newer, the options "-O ^64bit,^metadata_csum" must be used.  Older versions of e2fsprogs do not need these options passed.}}

Revision as of 12:53, 2 March 2017

Note: The ext4 filesystem can be used instead of ext3, but it may require additional options. U-Boot does not support the 64bit addressing added as the default behavior in recent revisions of mkfs.ext4. If using e2fsprogs 1.43 or newer, the options "-O ^64bit,^metadata_csum" must be used. Older versions of e2fsprogs do not need these options passed.