Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.67 KB

general.rst

File metadata and controls

70 lines (42 loc) · 1.67 KB

General examples

Create a simple bootable image (i.MX-RT).

Located at: examples/image.py

.. automodule:: examples.image


Create a simple bootable image with DCD data.

Located at: examples/image_dcd.py

.. automodule:: examples.image_dcd


Create fuses file (SRK) from certificates.

Located at: examples/image_srk.py

.. automodule:: examples.image_srk


Create and Secure Boot image for LPC55xx and download it to the target.

Located at: examples/lpc55xx.py

.. automodule:: examples.lpc55xx

Create custom TrustZone and Protected Flash Region data for LPC55xx.

Located at: examples/lpc55xx_tz_pfr.py

.. automodule:: examples.lpc55xx_tz_pfr

Read properties of the target's bootloader.

Located at: examples/mboot.py

.. automodule:: examples.mboot


Create the Secure Boot (SB) images.

Located at: examples/sbfile.py

.. automodule:: examples.sbfile


Read memory using SDP.

Located at: examples/sdp.py

.. automodule:: examples.sdp


Download a flashloader into i.MX RT10xx device and read bootloader properties.

Located at: examples/sdp_mboot.py

.. automodule:: examples.sdp_mboot


Write memory using SDPS.

Located at: examples/sdps.py

.. automodule:: examples.sdps