Lines Matching +full:implementation +full:- +full:defined
1 U-Boot supports access of both ext2 and ext4 filesystems, either in read-only
2 mode or in read-write mode.
7 CONFIG_FS_EXT4 (for read-only)
8 CONFIG_EXT4_WRITE (for read-write)
10 Next, to select the ext2-related commands:
15 or ext4-related commands:
33 which automatically selects CONFIG_EXT4_WRITE if it wasn't defined
45 1. Check that the commands can be seen in the output of U-Boot help:
49 ext4load- load binary file from a Ext4 file system
50 ext4ls - list files in a directory (default /)
51 ext4size - determine a file's size
52 ext4write- create a file in ext4 formatted partition
55 2. To list the files in an ext4-formatted partition, run:
62 3. To read and load a file from an ext4-formatted partition to RAM, run:
69 4. To write a file to an ext4-formatted partition.
81 -- ext4 implementation in Linux Kernel
82 -- Uboot existing ext2 load and ls implementation
83 -- Journaling block device JBD2 implementation in linux Kernel