i.e.
bootenv: (
{
name = "myvariable1";
value = "01234";
},
{
name = "myvariable2";
value = "56789";
}
);
I do have u-boot-fw-utils installed and configured correctly and can manually set and read variables in Linux and u-boot successfully via fw_setenv/fw_printenv. My update image runs, but it does not set the variables. What am I missing here? Is there some additional config or recipe directive I need to add? My update image recipe is based on the swupdate-image one from Morty.
Something curious as well, if I remove u-boot-fw-utils from my userspace, swupdate will complain that it can't find the fw_env.config which must mean it is checking for that at least.
Somebody else mentioned here they were having similar trouble in the final post:
https://groups.google.com/forum/#!topic/swupdate/yZNlV7Uc-jA
Hi Stefano,
I am running v2017.1.0 - thanks for the quick response I will try these things.