Skip to content

Commit b00277f

Browse files
Update README with github page link and update 8ULP docs
Signed-off-by: Utkarsh Gupta <utkarsh.gupta@nxp.com>
1 parent 46e58c9 commit b00277f

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,25 @@ Select a device, explore its security features and use cases, and jump directly
99

1010
The i.MX Security Explorer helps users quickly find security-related documentation for NXP i.MX processors. It is a fully static site — no backend, no database — built from YAML data files.
1111

12+
**Live site:** https://nxp-imx-support.github.io/imx-security-explorer
13+
1214
---
1315

1416
## Getting Started
1517

16-
### Prerequisites
18+
> The live site is available at https://nxp-imx-support.github.io/imx-security-explorer — no setup needed.
19+
>
20+
> Follow the steps below only if you want to build or run the site locally.
21+
22+
### Prerequisites *(local build only)*
1723

1824
- **Node.js** ≥ 18
1925
- **npm** ≥ 9
2026
- **Python** ≥ 3.10 *(admin tool only)*
2127

2228
---
2329

24-
### Build the Site
30+
### Build the Site *(optional)*
2531

2632
```bash
2733
# Install Node dependencies (first time only)
@@ -31,7 +37,7 @@ npm install
3137
npm run build
3238
```
3339

34-
### Preview Locally
40+
### Preview Locally *(optional)*
3541

3642
```bash
3743
npm run dev

data/documents/secure_boot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ documents:
99
signing and authentication.
1010
image: ''
1111
soc:
12+
- imx8ulp
1213
- imx93
1314
- imx943
1415
- imx91

data/documents/security_architecture.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,17 @@ documents:
160160
soc:
161161
- imx91
162162
use-case: []
163+
- id: imx8ulp_ele_ug
164+
title: EdgeLock Enclave User Guide
165+
doc_type: User Guide
166+
url: https://www.nxp.com/products/i.MX8ULP#myDocument
167+
description: User guide for EdgeLock Enclave on i.MX8ULP, providing instructions for
168+
ELE integration and usage.
169+
image: ''
170+
soc:
171+
- imx8ulp
172+
use-case: []
173+
163174
- id: imx91_ele_ug
164175
title: EdgeLock Enclave User Guide
165176
doc_type: User Guide

0 commit comments

Comments
 (0)