Hello! Has anyone been able to get fw_setenv working on the MicroZed? I was using v2016.03 and now I am using v2017.07 from git://git.denx.de/u-boot.git. fw_printenv is working fine. My /etc/fw_env.config file looks like:
/dev/mtd1 0x0000 0x20000
I have also tried it with a sector erase size of 0x1000 and 0x2000. But whenever I try to use fw_setenv, then fw_printenv and the boot log show the CRC error. Catting /dev/mtd1 I can see that after I try to save something the first couple characters or so get messed up.
Anyone else using fw_setenv on MicroZed? What does your fw_env.config file look like?