From: Waldemar Brodkorb Date: Mon, 16 Feb 2015 04:59:09 +0000 (+0100) Subject: add example for file on VFAT filesystem usage X-Git-Tag: v2015.04-rc2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de19eddf6c196669222839b3f39a38d0315bdb3e;p=platform%2Fkernel%2Fu-boot.git add example for file on VFAT filesystem usage For example on a raspberry pi the u-boot environment can be saved in a file on the first VFAT partition. This example illustrates how to use it with fw_printenv/fw_setenv. Signed-off-by: Waldemar Brodkorb --- diff --git a/tools/env/fw_env.config b/tools/env/fw_env.config index c9b9f6a..6f216f9 100644 --- a/tools/env/fw_env.config +++ b/tools/env/fw_env.config @@ -20,3 +20,6 @@ # Block device example #/dev/mmcblk0 0xc0000 0x20000 + +# VFAT example +#/boot/uboot.env 0x0000 0x4000