summaryrefslogtreecommitdiffstats
path: root/tools/env
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-16 05:59:09 +0100
committerTom Rini <trini@ti.com>2015-02-17 06:27:44 -0500
commitde19eddf6c196669222839b3f39a38d0315bdb3e (patch)
tree9c4466e8520494428bd125b40c0fef309c3697db /tools/env
parenta851604ca36493e8319a7d3a17594b7224d546fe (diff)
downloadtalos-obmc-uboot-de19eddf6c196669222839b3f39a38d0315bdb3e.tar.gz
talos-obmc-uboot-de19eddf6c196669222839b3f39a38d0315bdb3e.zip
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 <wbx@openadk.org>
Diffstat (limited to 'tools/env')
-rw-r--r--tools/env/fw_env.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/env/fw_env.config b/tools/env/fw_env.config
index c9b9f6a160..6f216f9c64 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
OpenPOWER on IntegriCloud