Skip to content
Snippets Groups Projects
Commit de19eddf authored by Waldemar Brodkorb's avatar Waldemar Brodkorb Committed by Tom Rini
Browse files

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: default avatarWaldemar Brodkorb <wbx@openadk.org>
parent a851604c
No related branches found
No related tags found
No related merge requests found
......@@ -20,3 +20,6 @@
# Block device example
#/dev/mmcblk0 0xc0000 0x20000
# VFAT example
#/boot/uboot.env 0x0000 0x4000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment