Hi TI Expert:
May I know how to set the value of redundant image?
I think my am62x_evm_a53_defconfig don't have redundant address:
CONFIG_ENV_SIZE=0x20000
CONFIG_ENV_OFFSET=0x680000
I found 2 statements in Kconfig:
1) CONFIG_ENV_ADDR_REDUND:
These settings describe a second storage area used to hold
a redundant copy of the environment data, so that there is
a valid backup copy in case there is a power failure during
a "saveenv" operation.
2) CONFIG_ENV_OFFSET_REDUND (optional):
Specifies a second storage area, of CONFIG_ENV_SIZE size, used to
hold a redundant copy of the environment data. This provides a
valid backup copy in case the other copy is corrupted, e.g. due
to a power failure during a "saveenv" operation.
This value may also be positive or negative; this is handled in the
same way as CONFIG_ENV_OFFSET.
This value is also in units of bytes, but must also be aligned to
an MMC sector boundary.