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

examples.image

Create a simple bootable image with DCD data.

Located at: examples/image_dcd.py

examples.image_dcd

Create fuses file (SRK) from certificates.

Located at: examples/image_srk.py

examples.image_srk

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

Located at: examples/lpc55xx.py

examples.lpc55xx

Create custom TrustZone and Protected Flash Region data for LPC55xx.

Located at: examples/lpc55xx_tz_pfr.py

examples.lpc55xx_tz_pfr

Read properties of the target's bootloader.

Located at: examples/mboot.py

examples.mboot

Create the Secure Boot (SB) images.

Located at: examples/sbfile.py

examples.sbfile

Read memory using SDP.

Located at: examples/sdp.py

examples.sdp

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

Located at: examples/sdp_mboot.py

examples.sdp_mboot

Write memory using SDPS.

Located at: examples/sdps.py

examples.sdps