We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e70284 commit 4317530Copy full SHA for 4317530
1 file changed
docs/source/carrierboard_development.rst
@@ -111,7 +111,7 @@ Additional notes regarding the content:
111
- The digital DT overlay signature is currently not checked by U-Boot or any other software component but this
112
is recommended for production use. chargebyte aims to extend the software support for this later.
113
114
-The idea of the digital DT overlay signature is to ensure that the Device Tree overlay blob is from trusted source and
+The idea of the digital DT overlay signature is to ensure that the Device Tree overlay blob is from a trusted source and
115
thus can be loaded and used without damaging the system. The signature can be created using a X.509 certificate
116
using e.g. ``openssl cms …`` and thus creating a *detached* signature of the binary DT overlay file.
117
0 commit comments