If you set "compat_version=2.0" to be able to later import the settings, it is required that you delete this 2 files from backup:
- /etc/config/ubootenv
- /etc/fw_env.config
If you already imported with old/bad files, make sure you fix the files:
- /etc/fw_env.config
/dev/ubi0_2 0x0 0x1f000 0x1f000 1
/dev/ubi0_3 0x0 0x1f000 0x1f000 1
- /etc/config/ubootenv
config ubootenv
option dev '/dev/ubi0_2'
option offset '0x0'
option envsize '0x1f000'
option secsize '0x1f000'
option numsec '1'
config ubootenv
option dev '/dev/ubi0_3'
option offset '0x0'
option envsize '0x1f000'
option secsize '0x1f000'
option numsec '1'