Integrating EdgeLock® SE05X to MIMXRT1180-EVK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Integrating EdgeLock® SE05X to MIMXRT1180-EVK

Integrating EdgeLock® SE05X to MIMXRT1180-EVK

DISCLAIMER APPLICABLE TO THIS DOCUMENT CONTENTS:

Any support, information, and technology (“Materials”) provided by NXP are provided AS IS, without any warranty express or implied, and NXP disclaims all direct and indirect liability and damages in connection with the Material to the maximum extent permitted by the applicable law. NXP accepts no liability for any assistance with applications or product design.  Materials may only be used in connection with NXP products. Any feedback provided to NXP regarding the Materials may be used by NXP without restriction.

Abstract

This document is intended to guide developers to integrate the EdgeLock® SE050   security chip on the NXP MIMXRT1180EVK  development board to achieve hardware-level security enhancement. The SE05x can be easily connected to any system, with the minimal requirements - only power and two pins for I2C are required. Additionally, it is easy to integrate thanks to the support of the Plug&Trust Middleware for the software on the host. 

Hardware Prerequisite

Host Platform:  MIMXRT1180EVK

Expansion Board: OM-SE050X  

Hardware setup

1.  Configure the OM-SE05xARD jumpers as below[1]:

Kan_Li_0-1764213231765.png

 

2. Configure the jumpers on MIMXRT1180-EVK as default[2]:. 

Kan_Li_0-1764227605616.png

 

3. Mount OM-SE05xARD on MIMXRT1180-EVK

2025-11-27_14-28-40.png

Software Integration

There are two methods to integrate the OM-SE05xARD to MIMXRT1180-EVK, one is based on SDK, and the other is based on zephyr. Users may select either of them according to their requirements.

SDK Integration:

Platform files generation

The nano package offers a very simple way to integrate the MW on any MCU platforms, Users just need to add/modify the platform specific files which are maintained in simw-nanopkg/lib/platform folder.

Kan_Li_0-1764229140781.png

Applying the attached patch, you may easily have them as above.

Import I2C demo project as a starting point

We recommend starting the integration based on the SDK I2C demo as this project contain the sdk I2C driver code already, so for RT1180, we import evkmimxrt1180_lpi2c_polling_b2b_master_cm33 . 

Kan_Li_1-1764229777439.png

 exclude the board files and use the ones from the nano package instead.

Kan_Li_2-1764229952040.png

 

import source files from the nano package

2025-11-27_15-54-39.png

Import the example code, here we select ex_se05x_crypto.c and main.c.

Kan_Li_1-1764230886605.png

 

Add definitions as below for nano package building , as well as the including paths.

Kan_Li_2-1764231224106.png

 

Kan_Li_4-1764231910613.png

 

Building project:

Kan_Li_5-1764232010295.png

 

Debugging:

Kan_Li_6-1764232173014.png

 

Kan_Li_7-1764232273747.png

 

Zephyr Integration:
The integration is much simpler than SDK integration, since the platform specific files are already there, users just need to add the board overlay file for MIMXRT1180-EVK manually. The attached overlay file should be placed in the folder such as "workspace/modules/crypto/nxp-plugandtrust/examples/se05x_crypto/zephyr/boards/".


Please note the guide for Zephyr Integration is ready on https://github.com/NXPPlugNTrust/nano-package/blob/master/zephyr/readme.rst , while the tested zephyr version still stays on v3.7.0, which hasn't supported MIMXRT1180-EVK yet. To have the support for MIMXRT1180-EVK, we have to use the latest zephyr, with a modified west.yml file. 

Here are the steps we need to go through:

$ rm workspace/ -rf
 $ mkdir -p workspace
 $ cd workspace/
$ git clone https://github.com/NXPPlugNTrust/nano-package.git
//Edit ~/workspace/nano-package/zephyr/west.yml as below
$ cd ..
$ west init -m https://github.com/NXPPlugNTrust/nano-package.git --mf ~/workspace/nano-package/zephyr/west.yml ~/workspace/
$ cd workspace
$ west update

 

Kan_Li_0-1764233305101.png

 

Build examples:

$ cd workspace/
$ west build -b mimxrt1180_evk/mimxrt1189/cm33 modules/crypto/nxp-plugandtrust/examples/se05x_crypto/zephyr/ --pristine

programming and run:

 
Kan_Li_2-1764233550088.png

 

References:

[1]EdgeLock SE05x Quick start guide with Raspberry Pi

[2]i.MX RT1180 EVK Quick Start Guide

Attachments
%3CLINGO-SUB%20id%3D%22lingo-sub-2250151%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EIntegrating%20EdgeLock%C2%AE%20SE05X%20to%20MIMXRT1180-EVK%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2250151%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%0A%3CH5%20id%3D%22toc-hId--1621839475%22%20id%3D%22toc-hId--1591601611%22%20id%3D%22toc-hId--1591597643%22%3E%3CSTRONG%3EDISCLAIMER%20APPLICABLE%20TO%20THIS%20DOCUMENT%20CONTENTS%3A%3C%2FSTRONG%3E%3C%2FH5%3E%0A%3CP%3E%3CSTRONG%3E%3CSPAN%20data-teams%3D%22true%22%3EAny%20support%2C%20information%2C%20and%20technology%20(%E2%80%9CMaterials%E2%80%9D)%20provided%20by%20NXP%20are%20provided%20AS%20IS%2C%20without%20any%20warranty%20express%20or%26nbsp%3Bimplied%2C%20and%20NXP%20disclaims%20all%20direct%20and%20indirect%20liability%20and%20damages%20in%20connection%20with%20the%20Material%20to%20the%20maximum%20extent%26nbsp%3Bpermitted%20by%20the%20applicable%20law.%20NXP%20accepts%20no%20liability%20for%20any%20assistance%20with%20applications%20or%20product%20design.%20%26nbsp%3BMaterials%26nbsp%3Bmay%20only%20be%20used%20in%20connection%20with%20NXP%20products.%20Any%20feedback%20provided%20to%20NXP%20regarding%20the%20Materials%20may%20be%20used%20by%26nbsp%3BNXP%20without%20restriction.%3C%2FSPAN%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CH5%20id%3D%22toc-hId-865673358%22%20id%3D%22toc-hId-895911222%22%20id%3D%22toc-hId-895915190%22%3E%3CSTRONG%3EAbstract%3C%2FSTRONG%3E%3C%2FH5%3E%0A%3CP%3E%3CSTRONG%3EThis%20document%20is%20intended%20to%20guide%20developers%20to%20integrate%20the%20EdgeLock%C2%AE%26nbsp%3B%3CA%20id%3D%22hoverCardLink%22%20class%3D%22lia-link-navigation%20lia-product-hover-card-link%20lia-product-mention%20lia-tooltip-trigger%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fc-pwmxy87654%2FSE050%2Fpd-p%2FSE050%22%20target%3D%22_blank%22%3ESE050%3C%2FA%3E%26nbsp%3B%26nbsp%3B%20security%20chip%20on%20the%20NXP%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fwww.nxp.com%2Fdesign%2Fdesign-center%2Fdevelopment-boards-and-designs%2FMIMXRT1180-EVK%22%20target%3D%22_self%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3EMIMXRT1180EVK%3C%2FA%3E%26nbsp%3B%26nbsp%3Bdevelopment%20board%20to%20achieve%20hardware-level%20security%20enhancement.%26nbsp%3BA%20secure%20element%20can%20be%20easily%20connected%20to%20any%20system%2C%20with%20the%20minimal%20requirements%20-%20only%20power%20and%20two%20pins%20for%20I2C%20are%20required.%20Additionally%2C%20it%20is%20easy%20to%20integrate%20thanks%20to%20the%20support%20of%20the%20Plug%26amp%3BTrust%20Middleware%20for%20the%20software%20on%20the%20host.%26nbsp%3B%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CH5%20id%3D%22toc-hId--941781105%22%20id%3D%22toc-hId--911543241%22%20id%3D%22toc-hId--911539273%22%3E%3CSTRONG%3EHardware%26nbsp%3BPrerequisite%3C%2FSTRONG%3E%3C%2FH5%3E%0A%3CP%3E%3CSTRONG%3EHost%20Platform%3A%26nbsp%3B%20%3CA%20href%3D%22https%3A%2F%2Fwww.nxp.com%2Fdesign%2Fdesign-center%2Fdevelopment-boards-and-designs%2FMIMXRT1180-EVK%22%20target%3D%22_self%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3EMIMXRT1180EVK%3C%2FA%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EExpansion%20Board%3A%26nbsp%3B%3CA%20id%3D%22hoverCardLink_5%22%20class%3D%22lia-link-navigation%20lia-product-hover-card-link%20lia-product-mention%20lia-tooltip-trigger%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fc-pwmxy87654%2FOM-SE050X%2Fpd-p%2FOM-SE050X%22%20target%3D%22_blank%22%20aria-describedby%3D%22hoverCardLink_6-tooltip-element%22%20aria-controls%3D%22hoverCardLink_6-tooltip-element%22%3EOM-SE050X%3C%2FA%3E%26nbsp%3B%26nbsp%3B%3C%2FSTRONG%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FP%3E%0A%3CH5%20id%3D%22toc-hId-1545731728%22%20id%3D%22toc-hId-1575969592%22%20id%3D%22toc-hId-1575973560%22%3E%3CSTRONG%3EHardware%20setup%3C%2FSTRONG%3E%3C%2FH5%3E%0A%3CP%3E%3CSTRONG%3E1.%26nbsp%3B%20Configure%20the%20OM-SE05xARD%20jumpers%20as%20below%3CFONT%20size%3D%221%202%203%204%205%206%207%22%3E%5B1%5D%3C%2FFONT%3E%3A%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_0-1764213231765.png%22%20style%3D%22width%3A%20564px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_0-1764213231765.png%22%20style%3D%22width%3A%20564px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367476iE69E564F48456FB3%2Fimage-dimensions%2F564x220%3Fv%3Dv2%22%20width%3D%22564%22%20height%3D%22220%22%20role%3D%22button%22%20title%3D%22Kan_Li_0-1764213231765.png%22%20alt%3D%22Kan_Li_0-1764213231765.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3E2.%20Configure%20the%20jumpers%20on%20MIMXRT1180-EVK%20as%20default%3CFONT%20size%3D%221%202%203%204%205%206%207%22%3E%5B2%5D%3C%2FFONT%3E%3A.%26nbsp%3B%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_0-1764227605616.png%22%20style%3D%22width%3A%20620px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_0-1764227605616.png%22%20style%3D%22width%3A%20620px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367530i73223C7FD3C65ED1%2Fimage-dimensions%2F620x457%3Fv%3Dv2%22%20width%3D%22620%22%20height%3D%22457%22%20role%3D%22button%22%20title%3D%22Kan_Li_0-1764227605616.png%22%20alt%3D%22Kan_Li_0-1764227605616.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3E3.%20Mount%20OM-SE05xARD%20on%20MIMXRT1180-EVK%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%222025-11-27_14-28-40.png%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222025-11-27_14-28-40.png%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367535iBD6EDEAE76187157%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%222025-11-27_14-28-40.png%22%20alt%3D%222025-11-27_14-28-40.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3ESoftware%20Integration%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EThere%20are%20two%20methods%20to%20integrate%20the%20OM-SE05xARD%20to%20MIMXRT1180-EVK%2C%20one%20is%20based%20on%20SDK%2C%20and%20the%20other%20is%20based%20on%20zephyr.%20Users%20may%20select%20either%20of%20them%20according%20to%20their%20requirements.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3ESDK%20Integration%3A%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EPlatform%20files%20generation%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EThe%20nano%20package%20offers%20a%20very%20simple%20way%20to%20integrate%20the%20MW%20on%20any%20MCU%20platforms%2C%20Users%20just%20need%20to%20add%2Fmodify%20the%20platform%20specific%20files%20which%20are%20maintained%20in%26nbsp%3Bsimw-nanopkg%2Flib%2Fplatform%26nbsp%3Bfolder.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_0-1764229140781.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_0-1764229140781.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367539iC390B652DFE81C70%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Kan_Li_0-1764229140781.png%22%20alt%3D%22Kan_Li_0-1764229140781.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CP%3E%3CSTRONG%3EApplying%20the%20attached%20patch%2C%20you%20may%20easily%20have%20them%20as%20above.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EImport%20I2C%20demo%20project%20as%20a%20starting%20point%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EWe%20recommend%20starting%20the%20integration%20based%20on%20the%20SDK%20I2C%20demo%20as%20this%20project%20contain%20the%20sdk%20I2C%20driver%20code%20already%2C%20so%20for%20RT1180%2C%20we%20import%26nbsp%3Bevkmimxrt1180_lpi2c_polling_b2b_master_cm33%20.%26nbsp%3B%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_1-1764229777439.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_1-1764229777439.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367542i869DD2957A76C722%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Kan_Li_1-1764229777439.png%22%20alt%3D%22Kan_Li_1-1764229777439.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CP%3E%3CSTRONG%3E%26nbsp%3Bexclude%20the%20board%20files%20and%20use%20the%20ones%20from%20the%20nano%20package%20instead.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_2-1764229952040.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_2-1764229952040.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367545iE2999D5F8994F1AE%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Kan_Li_2-1764229952040.png%22%20alt%3D%22Kan_Li_2-1764229952040.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3Eimport%20source%20files%20from%20the%20nano%20package%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%222025-11-27_15-54-39.png%22%20style%3D%22width%3A%20769px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222025-11-27_15-54-39.png%22%20style%3D%22width%3A%20769px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367548iE4CA7102EF9D6FEE%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%222025-11-27_15-54-39.png%22%20alt%3D%222025-11-27_15-54-39.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3EImport%20the%20example%20code%2C%20here%20we%20select%26nbsp%3Bex_se05x_crypto.c%20and%20main.c.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_1-1764230886605.png%22%20style%3D%22width%3A%20556px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_1-1764230886605.png%22%20style%3D%22width%3A%20556px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367562iFFEBAD63DBD668F3%2Fimage-dimensions%2F556x356%3Fv%3Dv2%22%20width%3D%22556%22%20height%3D%22356%22%20role%3D%22button%22%20title%3D%22Kan_Li_1-1764230886605.png%22%20alt%3D%22Kan_Li_1-1764230886605.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3EAdd%20definitions%20as%20below%20for%20nano%20package%20building%20%2C%20as%20well%20as%20the%20including%20paths.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_2-1764231224106.png%22%20style%3D%22width%3A%20651px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_2-1764231224106.png%22%20style%3D%22width%3A%20651px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367563i6AA81BD6957E0D23%2Fimage-dimensions%2F651x342%3Fv%3Dv2%22%20width%3D%22651%22%20height%3D%22342%22%20role%3D%22button%22%20title%3D%22Kan_Li_2-1764231224106.png%22%20alt%3D%22Kan_Li_2-1764231224106.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_4-1764231910613.png%22%20style%3D%22width%3A%20621px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_4-1764231910613.png%22%20style%3D%22width%3A%20621px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367567iD39126E2DB9BE8E7%2Fimage-dimensions%2F621x326%3Fv%3Dv2%22%20width%3D%22621%22%20height%3D%22326%22%20role%3D%22button%22%20title%3D%22Kan_Li_4-1764231910613.png%22%20alt%3D%22Kan_Li_4-1764231910613.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3EBuilding%20project%3A%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_5-1764232010295.png%22%20style%3D%22width%3A%20593px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_5-1764232010295.png%22%20style%3D%22width%3A%20593px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367568iFC442473CB8A1154%2Fimage-dimensions%2F593x298%3Fv%3Dv2%22%20width%3D%22593%22%20height%3D%22298%22%20role%3D%22button%22%20title%3D%22Kan_Li_5-1764232010295.png%22%20alt%3D%22Kan_Li_5-1764232010295.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3EDebugging%3A%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_6-1764232173014.png%22%20style%3D%22width%3A%20598px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_6-1764232173014.png%22%20style%3D%22width%3A%20598px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367572i4FC4CFC998357A77%2Fimage-dimensions%2F598x496%3Fv%3Dv2%22%20width%3D%22598%22%20height%3D%22496%22%20role%3D%22button%22%20title%3D%22Kan_Li_6-1764232173014.png%22%20alt%3D%22Kan_Li_6-1764232173014.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CSTRONG%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_7-1764232273747.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_7-1764232273747.png%22%20style%3D%22width%3A%20310px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367573i337A756BE62D3C3D%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Kan_Li_7-1764232273747.png%22%20alt%3D%22Kan_Li_7-1764232273747.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSTRONG%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3EZephyr%20Integration%3A%3C%2FSTRONG%3E%3CBR%20%2F%3EThe%20integration%20is%20much%20simpler%20than%20SDK%20integration%2C%20since%20the%20platform%20specific%20files%20are%20already%20there%2C%20users%20just%20need%20to%20add%20the%20board%20overlay%20file%20for%20MIMXRT1180-EVK%20manually.%20The%20attached%20overlay%20file%20should%20be%20placed%20in%20the%20folder%20such%20as%20%22workspace%2Fmodules%2Fcrypto%2Fnxp-plugandtrust%2Fexamples%2Fse05x_crypto%2Fzephyr%2Fboards%2F%22.%3C%2FP%3E%0A%3CP%3E%3CBR%20%2F%3EPlease%20note%20the%20guide%20for%26nbsp%3BZephyr%20Integration%20is%20ready%20on%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2FNXPPlugNTrust%2Fnano-package%2Fblob%2Fmaster%2Fzephyr%2Freadme.rst%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%3Ehttps%3A%2F%2Fgithub.com%2FNXPPlugNTrust%2Fnano-package%2Fblob%2Fmaster%2Fzephyr%2Freadme.rst%3C%2FA%3E%26nbsp%3B%2C%20while%20the%20tested%20zephyr%20version%20still%20stays%20on%26nbsp%3B%3CSPAN%3Ev3.7.0%2C%20which%20hasn't%20supported%20MIMXRT1180-EVK%20yet.%20To%20have%20the%20support%20for%26nbsp%3BMIMXRT1180-EVK%2C%20we%20have%20to%20use%20the%20latest%20zephyr%2C%20with%20a%20modified%20west.yml%20file.%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EHere%20are%20the%20steps%20we%20need%20to%20go%20through%3A%3C%2FP%3E%0A%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3E%24%20rm%20workspace%2F%20-rf%0A%20%24%20mkdir%20-p%20workspace%0A%20%24%20cd%20workspace%2F%0A%24%20git%20clone%20https%3A%2F%2Fgithub.com%2FNXPPlugNTrust%2Fnano-package.git%0A%2F%2FEdit%20~%2Fworkspace%2Fnano-package%2Fzephyr%2Fwest.yml%20as%20below%0A%24%20cd%20..%0A%24%20west%20init%20-m%20https%3A%2F%2Fgithub.com%2FNXPPlugNTrust%2Fnano-package.git%20--mf%20~%2Fworkspace%2Fnano-package%2Fzephyr%2Fwest.yml%20~%2Fworkspace%2F%0A%24%20cd%20workspace%0A%24%20west%20update%0A%3C%2FCODE%3E%3C%2FPRE%3E%0A%3CBR%20%2F%3E%0A%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_0-1764233305101.png%22%20style%3D%22width%3A%20585px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_0-1764233305101.png%22%20style%3D%22width%3A%20585px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367581i9BCF1E0B1826584C%2Fimage-dimensions%2F585x285%3Fv%3Dv2%22%20width%3D%22585%22%20height%3D%22285%22%20role%3D%22button%22%20title%3D%22Kan_Li_0-1764233305101.png%22%20alt%3D%22Kan_Li_0-1764233305101.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%0A%3CBR%20%2F%3E%0A%3CP%3EBuild%20examples%3A%3C%2FP%3E%0A%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3E%24%20cd%20workspace%2F%0A%24%20west%20build%20-b%20mimxrt1180_evk%2Fmimxrt1189%2Fcm33%20modules%2Fcrypto%2Fnxp-plugandtrust%2Fexamples%2Fse05x_crypto%2Fzephyr%2F%20--pristine%3C%2FCODE%3E%3C%2FPRE%3E%0A%3CP%3Eprogramming%20and%20run%3A%3C%2FP%3E%0A%3CDIV%20id%3D%22tinyMceEditorKan_Li_1%22%20class%3D%22mceNonEditable%20lia-copypaste-placeholder%22%3E%26nbsp%3B%3C%2FDIV%3E%0A%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Kan_Li_2-1764233550088.png%22%20style%3D%22width%3A%20529px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Kan_Li_2-1764233550088.png%22%20style%3D%22width%3A%20529px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367584i821044FEFEF554E5%2Fimage-dimensions%2F529x405%3Fv%3Dv2%22%20width%3D%22529%22%20height%3D%22405%22%20role%3D%22button%22%20title%3D%22Kan_Li_2-1764233550088.png%22%20alt%3D%22Kan_Li_2-1764233550088.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSTRONG%3EReferences%3A%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%5B1%5D%3CA%20href%3D%22https%3A%2F%2Fwww.nxp.com.cn%2Fdocs%2Fen%2Fapplication-note%2FAN12570.pdf%22%20target%3D%22_self%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3EEdgeLock%20SE05x%20Quick%20start%20guide%20with%20Raspberry%20Pi%3C%2FA%3E%3C%2FP%3E%0A%3CP%3E%5B2%5D%3CA%20id%3D%22relatedDocsClickPDF_1%22%20class%3D%22dtmcustomrulelink%22%20href%3D%22https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fquick-reference-guide%2FIMXRT1180QSG.pdf%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%20data-dtmaction%3D%22Documentation%20Section%20-%20Results%20Link%20Click%22%20data-dtmsearchresulttitle%3D%22i.MX%20RT1180%20EVK%20Quick%20Start%20Guide%22%20data-dtmsubaction%3D%22i.MX%20RT1180%20EVK%20Quick%20Start%20Guide%20-%20NXP%20-%20Quick%20Reference%20Guide%20-%20English%22%20data-cl-id%3D%22437795842%22%3E%3CSPAN%3Ei.MX%20RT1180%20EVK%20Quick%20Start%20Guide%3C%2FSPAN%3E%3C%2FA%3E%3C%2FP%3E%0A%3C%2FLINGO-BODY%3E
No ratings
Version history
Last update:
‎11-27-2025 02:20 AM
Updated by: