projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a851604
)
add example for file on VFAT filesystem usage
author
Waldemar Brodkorb
<wbx@openadk.org>
Mon, 16 Feb 2015 04:59:09 +0000
(
05:59
+0100)
committer
Tom Rini
<trini@ti.com>
Tue, 17 Feb 2015 11:27:44 +0000
(06:27 -0500)
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>
tools/env/fw_env.config
patch
|
blob
|
history
diff --git
a/tools/env/fw_env.config
b/tools/env/fw_env.config
index c9b9f6a16091f1969559f8b0b4eabbcaa47cec45..6f216f9c64c6ec1acf40fcc28fe2af08a4e9ffaf 100644
(file)
--- 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