[U-Boot] [PATCH 0/2] *** Add ext4 filesystem support in uboot ***
Wolfgang Denk
wd at denx.de
Thu Dec 15 15:18:35 CET 2011
Dear uma.shankar at samsung.com,
In message <1323970732-23803-2-git-send-email-uma.shankar at samsung.com> you wrote:
> From: Uma Shankar <uma.shankar at samsung.com>
>
> ***
> This patch series adds support for ext4 ls,load and write features in uboot
> Journaling is supported for write feature.
>
> To Enable EXT4 commands, modify the board specific config file with
> #define CONFIG_CMD_EXT2 1
> #define CONFIG_CMD_EXT4 1
No. This selects a feature only, so a plain #define without any value
should be used.
> Steps to test:
>
> 1. After applying the patch, ext4 specific commands can be seen
> in the boot loader prompt using
> UBOOT #help
>
> ext4load- load binary file from a Ext4 file system
> ext4ls - list files in a directory (default /)
> ext4write- create a file in ext4 formatted partition
Could you please add these explanations as doc/README.ext4 so they
don't get lost?
Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
No one may kill a man. Not for any purpose. It cannot be condoned.
-- Kirk, "Spock's Brain", stardate 5431.6
More information about the U-Boot
mailing list