Uboot Environment Configuration
Hello,
i am using an stm32mp1-dk2 board.
For using fw_printenv and other uboot tools from user space one must define a "/etc/fw_env.config" file. I can see that the "/uboot.env" file is driectly saved under the root "/" and so i defined the "fw_env.config" like that:
# cat /etc/fw_env.config
# Device name Device offset Env. size Flash sector size
/uboot.env 0x0000 0x2000
But every time i run fw_printenv i get following msg:
# fw_printenv
Warning: Bad CRC, using default environment
bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; bootm
bootdelay=5
baudrate=115200
As you can it claims about "BAD CRC...".
My question is:
How should a correct "fW_env.config" looks like for a stm32mp1-dk2 board?
Thanks
