Skip to content

Commit c06d334

Browse files
[DOCS] Updating the references to EMT resources (open-edge-platform#343)
* [DOCS] Updating the references to EMT resources * Apply suggestions from code review * Update README.md
1 parent ac65344 commit c06d334

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The currently published versions are:
1616

1717
* [Edge Microvisor Toolkit Standalone Node (immutable)](https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node)
1818
* [Edge Microvisor Toolkit Developer Node with or without real time extensions (mutable)](./docs/developer-guide/emt-architecture-overview.md#developer-node-mutable-iso-image)
19-
* [Edge Microvisor Toolkit (immutable) - Available in Edge Manageability Framework](https://github.com/open-edge-platform/edge-manageability-framework)
20-
* [Edge Microvisor Toolkit with real time extensions (immutable) - Available in Edge Manageability Framework](https://github.com/open-edge-platform/edge-manageability-framework)
19+
* [Edge Microvisor Toolkit (immutable) - deployable in Edge Manageability Framework](./docs/developer-guide/emt-deployment-edge-orchestrator.md)
20+
* [Edge Microvisor Toolkit with real time extensions (immutable) - deployable in Edge Manageability Framework](./docs/developer-guide/emt-deployment-edge-orchestrator.md)
2121
* [Edge Microvisor Bootkit](./docs/developer-guide/emt-bootkit.md)
2222

2323
The Edge Microvisor Toolkit has undergone extensive validation across all Intel

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

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outlines the key differences between those.
3636
| Linux Kernel | Intel® Kernel 6.12 | Intel® Kernel 6.12 |
3737
| Real time | Available for opt-in | Image variants with standard and RT Kernel provided |
3838
| Desktop Virtualization | Available | Dedicated non-RT image variant provided |
39-
| Add-on packages | Available for opt-in: Docker + K3s | Built into image: Docker + K3s |
39+
| Add-on packages | Available for opt-in: Docker + K3s | Downloaded during installation: K3s and extensions |
4040
| OS Bootloader | GRUB | systemd-boot |
4141
| Secure Boot | Available for opt-in | Enabled |
4242
| Full Disc Encryption | Available for opt-in | Enabled |
@@ -46,16 +46,32 @@ outlines the key differences between those.
4646
### Developer Node mutable ISO image
4747

4848
Mutable Developer node in an ISO format allows you to add packages and
49-
customize the system after deployment. During installation you can select one of four versions:
49+
customize the system after deployment. During setup you can select one of four versions:
5050

5151
- Standard kernel
52-
- Standard kernel with Docker and K3S included
52+
- Standard kernel - Docker and K3S provisioned during installation
5353
- [Kernel with real-time extensions](#preempt-rt-kernel)
54-
- [kernel with real-time extensions](#preempt-rt-kernel), with Docker and K3S included
54+
- [Kernel with real-time extensions](#preempt-rt-kernel) - Docker and K3S provisioned during installation
5555

5656
This image is a customizable developer version that includes only essential pre-installed
57-
packages, providing a basic ready-to-use environment. You can install additional RPM packages,
58-
using DNF to tailor the OS to your specific needs.
57+
packages, providing a basic ready-to-use environment:
58+
59+
| Item | Details |
60+
| ------------------| ----------------------------------------------- |
61+
| Packages | approximately ~400 |
62+
| Core system tools | bash, coreutils, util-linux, tar, gzip |
63+
| Networking | curl, wget, iproute2, iptables, openssh |
64+
| Package Management | tdnf, rpm |
65+
| Development | gcc, make, python3, perl, cmake, git |
66+
| Security | openssl, gnupg, selinux, cryptsetup, tpm2-tools |
67+
| Filesystem | e2fsprogs, mount |
68+
| Included in kernel | iGPU, dGPU (Intel® Arc™), SR-IOV, WiFi, Ethernet, Bluetooth, GPIO, UART, I2C, CAN, USB, PCIe, PWM, SATA, NVMe, MMC/SD, TPM, Manageability Engine, Power Management, Watchdog, RAS |
69+
70+
You can install additional RPM packages, using DNF to tailor the OS to your specific needs.
71+
The supported package repository offers additional `rpm` for tailoring the image
72+
to specific needs of container runtime, virtualization, orchestration software,
73+
monitoring tools, standard cloud-edge (CNCF) software, and more.
74+
5975
Use [kernel with real-time extensions](#preempt-rt-kernel) for enhanced real-time performance
6076
compared to the standard kernel, if quick responses to critical events are crucial for
6177
your use case.

docs/developer-guide/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ also including the existing functionality not downstreamed in the existing distr
2121
Currently published default versions are:
2222

2323
* `Edge Microvisor Toolkit Standalone Node (immutable) <https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node>`__
24-
* `Edge Microvisor Toolkit Developer Node (mutable) <https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/docs/developer-guide/get-started/emt-installation-howto.md>`__
25-
* `Edge Microvisor Toolkit (immutable) <https://github.com/open-edge-platform/edge-manageability-framework>`__
26-
* `Edge Microvisor Toolkit with real time extensions (immutable) <https://github.com/open-edge-platform/edge-manageability-framework>`__
24+
* :doc:`Edge Microvisor Toolkit Developer Node with or without real time extensions (mutable) <./docs/developer-guide/emt-architecture-overview>`
25+
* :doc:`Edge Microvisor Toolkit (immutable) - deployable in Edge Manageability Framework <./docs/developer-guide/emt-deployment-edge-orchestrator>`
26+
* :doc:`Edge Microvisor Toolkit with real time extensions (immutable) - deployable in Edge Manageability Framework <./docs/developer-guide/emt-deployment-edge-orchestrator>`
2727
* :doc:`Edge Microvisor Bootkit <./emt-bootkit>`
2828

2929
If you need more than that, the build infrastructure of Edge Microvisor Toolkit enables you

0 commit comments

Comments
 (0)