Hello @jalih,
I'am not an expert, but did you try to compare the libc source code versions ?
With my current OpenSTLinux version:
root@stm32mp2:~# /lib/libc.so.6 GNU C Library (GNU libc) stable release version 2.39.
I would check the libc versio...
Hello @BGurnett,
Yes, You should boot into B.
Could you please share TF-A and U-boot logs on reboot ?
You should be able to see that the bootcount is enabled, and then in U-boot, altbootcmd should be used instead of bootcmd which will lead the kern...
Hi @BGurnett,
I wrote a wiki page on that topic, but it is not yet published because still under review.
First of all, I would recommand to read the Secure Firmware Update wiki page.
Then, the best way to update metadata partition is to use mkfwumd...
Hello @BGurnett,
So, according to your logs, it seems a "fs" suffix is appent to the filename.
In st-machine-image-partition-stm32mp.inc, It seems the generated filename doesn't contain the "fs" suffix:
bin_name = items[0] + bin_suffix + '.' + ...