Jan Lübbe
Jan Lübbe
> Re - multiple files being uploaded from the same directory, we do this already. Can you point me to a run where it didn't work? (is it the same...
We should consider selecting bad slots (e.g. due to an interrupted installation) before looking at the dates. Otherwise, repeated installation attempts would lead to all inactive slots being marked as...
@ejoerns Does the current state address the comments above? If so, please re-request a review.
I'd find that useful as well, but it would probably mean using an internal telnet/RFC2711 client instead of microcom. Also, it would lend itself to supporting hot keys as well...
Force-pushed to add more error handling and to address my comments. @michaelolbrich confirmed that this doesn't introduce a dependency on a newer kernel and has reviewed my changes.
> Again, this becomes fiddly. I would like to have the env for the lab in one file, rather than editing so many files. > > So you are not...
Adding the `.bin` match here would lead to the proliferation of matches in RAUC that we want to avoid (see https://github.com/rauc/rauc/pull/1201#issuecomment-1663668792). Due to backwards compatibility, we could never remove it...
> > > As to why I don't just do `CONVERT_ARGS=--ignore-image=`, the answer is that it was not clear to me that this would be needed. It is unexpected to...
> the basic setup is that there are two slots: > > 1. contains FIT image with kernel, DTB, etc. For FIT images, as they are not aligned to 4k,...
In general, we need to allow mount failures before the installation, as the slot can be un-mountable for valid reasons. The way this PR implements it would lead to cases...