On Fri, Feb 03, 2023 at 01:26:37PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > There are many ways to get a signed firmware for the IOT2050 devices, > namely for the parts under user-control. This script documents one way > of doing it, given a signing key. Augment the board documentation with > the required procedure around it. > > Signed-off-by: Jan Kiszka [snip] > +# currently broken in upstream > +#source/tools/binman/binman replace -i flash.bin -f fit@0x380000.fit fit@0x380000 > +dd if=fit@0x380000.fit of=flash.bin bs=$((0x1000)) seek=$((0x380000/0x1000)) conv=notrunc Is that still a true comment? -- Tom