diff options
Diffstat (limited to 'tools/env/fw_env.config')
-rw-r--r-- | tools/env/fw_env.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/env/fw_env.config b/tools/env/fw_env.config index 7916ebdb1f..053895a2c0 100644 --- a/tools/env/fw_env.config +++ b/tools/env/fw_env.config @@ -28,3 +28,11 @@ # VFAT example #/boot/uboot.env 0x0000 0x4000 + +# UBI volume +#/dev/ubi0_0 0x0 0x1f000 0x1f000 +#/dev/ubi0_1 0x0 0x1f000 0x1f000 + +# UBI volume by name +#/dev/ubi0:env 0x0 0x1f000 0x1f000 +#/dev/ubi0:env-redund 0x0 0x1f000 0x1f000 |