Skip to content

Commit 6dfc82d

Browse files
Refactoring files to make a distinction between EMT and Azure docs
1 parent c52c1b7 commit 6dfc82d

17 files changed

+31
-31
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The currently published versions are:
1818
* Edge Microvisor Toolkit with real time extensions (immutable)
1919
* Edge Microvisor Toolkit Standalone (immutable) ([Download link](https://edgesoftwarecatalog.intel.com/details/?microserviceType=recipe&microserviceNameForUrl=edge-microvisor-toolkit-standalone-node))
2020
* Edge Microvisor Toolkit Developer (mutable) ([Download link](https://edgesoftwarecatalog.intel.com/details/?microserviceType=recipe&microserviceNameForUrl=edge--microvisor-toolkit-development-node))
21-
21+
2222
The Edge Microvisor Toolkit has undergone extensive validation across all Intel
2323
platforms such as Xeon®, Intel® Core Ultra™, Intel Core™ and Intel® Atom®. It
2424
provides robust support for integrated and Intel discrete GPU cards, as well as
@@ -32,22 +32,22 @@ Toolkit are available as Open-Source.
3232

3333
Check out these articles to quickly learn how to work with Edge Microvisor Toolkit:
3434

35-
* [System requirements](./docs/developer-guide/system-requirements.md)
35+
* [System requirements](./docs/developer-guide/emt-system-requirements.md)
3636
for the hardware and software requirements.
37-
* [Install on bare metal edge node](./docs/developer-guide/get-started/installation-howto.md#baremetal-with-iso) or
38-
[Install on a Virtual Machine](./docs/developer-guide/get-started/installation-howto.md#virtual-machine-with-hyper-v)
37+
* [Install on bare metal edge node](./docs/developer-guide/get-started/emt-installation-howto.md#baremetal-with-iso) or
38+
[Install on a Virtual Machine](./docs/developer-guide/get-started/emt-installation-howto.md#virtual-machine-with-hyper-v)
3939
to learn how to install Edge Microvisor Toolkit.
40-
* [Install the developer ISO image](./docs/developer-guide/get-started.md#standalone-developer-edge-node)
40+
* [Install the developer ISO image](./docs/developer-guide/emt-get-started.md#standalone-developer-edge-node)
4141
for a mutable container host providing only minimum functionality.
42-
* [Install the production RAW image]( ./docs/developer-guide/get-started.md#standalone-edge-node)
42+
* [Install the production RAW image]( ./docs/developer-guide/emt-get-started.md#standalone-edge-node)
4343
for an immutable container host with essential functionality.
44-
* [Build or customize the Edge Microvisor](./docs/developer-guide/get-started/building-howto.md)
44+
* [Build or customize the Edge Microvisor](./docs/developer-guide/get-started/emt-building-howto.md)
4545
for maximum control over the system you want to deploy.
46-
* [Edge Manageability Framework integration](./docs/developer-guide/deployment-edge-orchestrator.md)
46+
* [Edge Manageability Framework integration](./docs/developer-guide/emt-deployment-edge-orchestrator.md)
4747
for scalable, secure, reliable, and automated management of edge infrastructure.
48-
* [Understand the security features of the Edge Microvisor](./docs/developer-guide/security.md)
48+
* [Understand the security features of the Edge Microvisor](./docs/developer-guide/emt-security.md)
4949
to ensure security for workloads and data.
50-
* [Troubleshooting](./docs/developer-guide/troubleshooting.md) provides you answers to commonly asked questions.
50+
* [Troubleshooting](./docs/developer-guide/emt-troubleshooting.md) provides you answers to commonly asked questions.
5151

5252
## Getting Help
5353

@@ -56,7 +56,7 @@ If you encounter bugs, have feature requests, or need assistance,
5656

5757
Before submitting a new report, check the existing issues to see if a similar one has not
5858
been filed already. If no matching issue is found, feel free to file the issue as described
59-
in the [contribution guide](./docs/developer-guide/contribution.md).
59+
in the [contribution guide](./docs/developer-guide/emt-contribution.md).
6060

6161
For security-related concerns, please refer to [SECURITY.md](./SECURITY.md).
6262

@@ -68,7 +68,7 @@ Microvisor Toolkit repository, for easier access.
6868

6969
As an open-source project, Edge Microvisor Toolkit always looks for community-driven
7070
improvements. If you are interested in making the product even better, see how you can
71-
help in the [contribution guide](./docs/developer-guide/contribution.md).
71+
help in the [contribution guide](./docs/developer-guide/emt-contribution.md).
7272

7373
## License Information
7474

docs/developer-guide/architecture-overview.md renamed to docs/developer-guide/emt-architecture-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The two immutable image microvisor versions integrate the Intel® kernel and
2121
enable the software and features offered by Intel® Open Edge Platform. Check out the
2222
overview of key software components:
2323

24-
![overview of key software components](./assets/architecture-key-components.drawio.svg)
24+
![overview of key software components](./assets/emt-architecture-key-components.drawio.svg)
2525

2626
## Edge Microvisor Toolkit Real Time
2727

@@ -404,7 +404,7 @@ nodes. While the update will only occur during these maintenance windows, new im
404404
downloaded in the background as soon as they become available. The diagram below shows the
405405
overall update flow and state transitions.
406406

407-
![update flow and state transitions](./assets/architecture-update-flow.drawio.svg)
407+
![update flow and state transitions](./assets/emt-architecture-update-flow.drawio.svg)
408408

409409
The Edge Microvisor Toolkit may also be updated as a standalone solution, through a manual
410410
update procedure, without the automation offered by Open Edge Platform. You can download the

docs/developer-guide/contribution.md renamed to docs/developer-guide/emt-contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ review, better understand, and prioritize the request.
2222
The following diagram outlines the general workflow for pull requests made
2323
to the Edge Microvisor Toolkit repository:
2424

25-
![Contribution Flow](assets/contribution-flow.drawio.svg)
25+
![Contribution Flow](assets/emt-contribution-flow.drawio.svg)
2626

2727
### Update of Edge Node Agents
2828

docs/developer-guide/deployment-edge-orchestrator.md renamed to docs/developer-guide/emt-deployment-edge-orchestrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ process include:
3636

3737
## Learn More
3838

39-
- [Edge Microvisor Toolkit Architecture](architecture-overview.md)
39+
- [Edge Microvisor Toolkit Architecture](emt-architecture-overview.md)
4040
- [Edge Manageability Framework](https://github.com/open-edge-platform/edge-manageability-framework)

docs/developer-guide/get-started.md renamed to docs/developer-guide/emt-get-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This section provides an overview of both the operating system and build
88
pipelines. Once you have decided on the usage scenarios presented below, you can
99
move on to:
1010

11-
- [Build an Edge Microvisor Toolkit Image.](./get-started/building-howto.md)
12-
- [Install Edge Microvisor Toolkit.](./get-started/installation-howto.md)
11+
- [Build an Edge Microvisor Toolkit Image.](./get-started/emt-building-howto.md)
12+
- [Install Edge Microvisor Toolkit.](./get-started/emt-installation-howto.md)
1313

1414
## Usage Scenarios
1515

@@ -89,7 +89,7 @@ Manageability Framework:
8989
- Microvisor Immutable Image with Real Time
9090

9191
For details on deploying Microvisor with Edge Manageability Framework, refer to
92-
the [Edge Manageability Framework deployment guide](../user-guide/deployment-edge-orchestrator.md).
92+
the [Edge Manageability Framework deployment guide](../user-guide/emt-deployment-edge-orchestrator.md).
9393

9494
## Image Support
9595

@@ -112,10 +112,10 @@ outlines the key differences between those.
112112
## Next Steps
113113

114114
- [System Requirements](./introduction)
115-
- [Production Deployment with Edge Manageability Framework](./deployment-edge-orchestrator.md)
115+
- [Production Deployment with Edge Manageability Framework](./emt-deployment-edge-orchestrator.md)
116116

117117
:::{toctree}
118-
./get-started/building-howto.md
119-
./get-started/installation-howto.md
120-
./get-started/sb-howto.md
118+
./get-started/emt-building-howto.md
119+
./get-started/emt-installation-howto.md
120+
./get-started/emt-sb-howto.md
121121
:::

docs/developer-guide/security.md renamed to docs/developer-guide/emt-security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ implemented through platform fuses or other dedicated technologies. Each compone
1919
authenticated before the next stage loads. If any link cannot be verified, the boot process
2020
stops immediately to prevent potential tampering.
2121

22-
![System Partition](assets/security-partitions.drawio.svg)
22+
![System Partition](assets/emt-security-partitions.drawio.svg)
2323

2424
> **Note:**
2525
Measured Boot is a related mechanism that records cryptographic hashes (measurements) of
@@ -52,7 +52,7 @@ stack is authenticated and tamper-resistant.
5252
Edge Microvisor Toolkit ensures that the software image remains immutable both at rest and
5353
during runtime. Once installed on an edge device, the image cannot be modified — whether on
5454
disk or while the system is running. Upgrades can only occur via a controlled, official
55-
upgrade process (detailed in [architecture overview](./architecture-overview.md)),
55+
upgrade process (detailed in [architecture overview](./emt-architecture-overview.md)),
5656
resulting in a secure and tamper-resistant operating system.
5757
Additionally, runtime modifications are actively prevented by built-in protection of the
5858
microvisor kernel.
@@ -116,7 +116,7 @@ configured, data written to storage is automatically encrypted, and it is seamle
116116
when read by applications. This transparent process extends to the Linux swap partition,
117117
ensuring that cached data remains protected.
118118

119-
![Enabling Full Disc Encryption](./assets/luks-setup.drawio.svg)
119+
![Enabling Full Disc Encryption](./assets/emt-luks-setup.drawio.svg)
120120

121121
### Key Management and Boot Process
122122

docs/developer-guide/troubleshooting.md renamed to docs/developer-guide/emt-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ It depends on which microvisor image you are using.
155155
::::
156156

157157
::::{dropdown} What do the many JSON files in imageconfigs do? Which needs to be modified for the ISO or the immutable OS image?
158-
For more details, see the [Build an Edge Microvisor Toolkit Image](./get-started/building-howto.md)
158+
For more details, see the [Build an Edge Microvisor Toolkit Image](./get-started/emt-building-howto.md)
159159
article. The `imageconfigs` folder includes a set of different image files that define
160160
different image types the Buildkit can produce. For different validated images,
161161
Edge Microvisor Toolkit uses the `edge-image.json`, `edge-image-rt.json`, and image types the
@@ -166,5 +166,5 @@ Buildkit can produce.
166166
To install from a USB device, you need to update BIOS to include the
167167
USB boot option and make sure USB boot has highest precedence in the
168168
boot order list. You also need to configure BIOS with the Platform Keys (PK) to enable
169-
[secure boot](./get-started/sb-howto.md) for Edge Microvisor Toolkit.
169+
[secure boot](./get-started/emt-sb-howto.md) for Edge Microvisor Toolkit.
170170
::::

docs/developer-guide/get-started/building-howto.md renamed to docs/developer-guide/get-started/emt-building-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ sudo make image -j8 REBUILD_TOOLS=y REBUILD_PACKAGES=n CONFIG_FILE=./imageconfig
125125

126126
## Next
127127

128-
- Learn how to [Enable Secure Boot for Edge Microvisor Toolkit](sb-howto.md).
128+
- Learn how to [Enable Secure Boot for Edge Microvisor Toolkit](emt-sb-howto.md).

docs/developer-guide/get-started/installation-howto.md renamed to docs/developer-guide/get-started/emt-installation-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ configuration instructions. Optionally, you can enable the option for Full Disc
151151

152152
## Next
153153

154-
- Learn how to [Enable Secure Boot for Edge Microvisor Toolkit](sb-howto.md).
155-
- Learn how to customize and manually [build microvisor images](building-howto.md).
154+
- Learn how to [Enable Secure Boot for Edge Microvisor Toolkit](emt-sb-howto.md).
155+
- Learn how to customize and manually [build microvisor images](emt-building-howto.md).
File renamed without changes.

0 commit comments

Comments
 (0)