Jamie
Jamie
> > > > > > which then adds security issues because downgrades are implicitly allowed and an attacker can therefore boot from a possibly vulnerable device > > >...
> > > > > > > > which then adds security issues because downgrades are implicitly allowed and an attacker can therefore boot from a possibly vulnerable device >...
> > I do not think this belongs in MCUboot, it does not deal with firmware updates > > mcuboot is a bootloader, no? why using mcuboot does mean you...
> @nordicjm > > > Using mcuboot without firmware updates is pointless and makes no sense, you would just skip mcuboot entirely and load your application direct to the start...
> is it really that uncommon to say, have a jumper that lets you load an image from sd, onboard flash, qspi flash, or some other source? It's a fairly...
> > Multiple boot sources are not and should not be supported (in tree) > > If multiple-boot is configurable, it should be posible. For example, the NXP ROM Secure...
This does not belong in MCUboot to me, this should be implemented as a custom hook in an application or module, I cannot approve it.
@davidvincze any clue as to how to update these tests? Seemingly TF-M has split tests off into another repo, the instructions state: ``` .. code-block:: bash git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git git...
Well 2 extra sectors are always going to be required, not 2 complete sectors, but one complete sector for the swap and the image overhead, and since you **should** be...
> > Well 2 extra sectors are always going to be required, not 2 complete sectors, but one complete sector for the swap and the image overhead, and since you...