...
classAnchor libnxembeddedtools.tools.signer.Signer libnxembeddedtools.tools.signer.Signer libnxembeddedtools.tools.signer.
Signer
Bases:
object
This class is dedicted dedicated to the signature of a BL1 for flash or SW boot.
Anchor libnxembeddedtools.tools.signer.Signer.sign libnxembeddedtools.tools.signer.Signer.sign sign
(bl1_path, key, isSpaceWire, out_path)Sign a bl1 binary using key.
Parameters: bl1_path (
str
) – Path of the BL1 to sign.key (
str
) – Path of the key used to sign.isSpaceWire (
Boolean
) – Is the bl1 signed for spacewire boot.out_path (
str
) – Output directory where to store the result.
...