Hi,
I try to upgrade firmware to emmc by using below command:
flex-installer -f firmware_lx2160ardb_rev2_uboot_emmcboot.img /dev/mmcblk1
Because we use dual image architecture, we install kernel and filesystem before and it's workable, but now we need add install firmware function, so we need to switch boot partition by devpart_boot and devpart_root env value after upgrading firmware. we use fw_setenv to write uboot env, but it will show below error:
Warning: Bad CRC, using default environment
All uboot env will restore to default, it will cause cannot boot into kernel normally, fw_setenv is workable if firmware not upgrade
Do you have any suggestion for us about our problem?
Thank you
Jack