Hi lynxis, as you are switching to a different boot_cmd, any previously existing u-boot environment has to be migrated to the new default environment. As the u-boot environment can itself be stored in an ubi-volume (or ideally two, for redundancy), this is a good chance to switch to ENV_IS_IN_UBI as well. You can find an example for that in uboot-oxnas' default environment, support in uboot-envtools exists as well as support for creating evironment volumes for factory ubinized images (sysupgrade doesn't need explicit support).
Cheers Daniel _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
