File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -443,5 +443,26 @@ LED Strip
443443
444444* Renamed ``arduino,modulino-smartleds `` to :dtcompatible: `arduino,modulino-pixels `
445445
446+ Trusted Firmware-M
447+ ==================
448+
449+ * The signing process for BL2 (MCUboot) was updated. The boards that run using
450+ TF-M NS and require BL2 must have their flash layout with the flash controller
451+ information. This will ensure that when signing the hex/bin files all the
452+ details will be present in the S and NS images. The image now has the details
453+ to allow the FWU state machine be correct and allow FOTA.
454+ (:github: `94470 `)
455+
456+ * The ``--align `` parameter was fixed to 1. Now, it's set to the flash DT ``write_block_size ``
457+ property, but still provides 1 as a fallback for specific vendors.
458+ * The ``--max-sectors `` value is now calculated based on the number of images, taking into
459+ consideration the largest image size.
460+ * The ``--confirm `` option now confirms both S and NS HEX images, ensuring that any image
461+ that runs is valid for production and development.
462+ * S and NS BIN images are now available. These are the correct images to be used in FOTA. Note
463+ that S and NS images are unconfirmed by default, and the application is responsible for
464+ confirming them with ``psa_fwu_accept() ``. Otherwise, the images will roll back on the next
465+ reboot.
466+
446467Architectures
447468*************
You can’t perform that action at this time.
0 commit comments