mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-01 17:36:03 +01:00
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>
This commit is contained in:
parent
a851604ca3
commit
de19eddf6c
1 changed files with 3 additions and 0 deletions
3
tools/env/fw_env.config
vendored
3
tools/env/fw_env.config
vendored
|
|
@ -20,3 +20,6 @@
|
|||
|
||||
# Block device example
|
||||
#/dev/mmcblk0 0xc0000 0x20000
|
||||
|
||||
# VFAT example
|
||||
#/boot/uboot.env 0x0000 0x4000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue