Skip to content

Commit 6299a52

Browse files
[DOCS] Updating instructions for installing EMT on bare metal for 3.0 (open-edge-platform#387)
1 parent 1102f05 commit 6299a52

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

docs/developer-guide/get-started/deployment/emt-bare-metal.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ RAW images.
55

66
## Requirements
77

8-
- OS image, depending on the version of Edge Microvisor Toolkit 3.1:
9-
- **Developer Node**:
10-
- [ISO](https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/iso/EdgeMicrovisorToolkit-3.1.iso)
11-
\- [SHA256](https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/iso/EdgeMicrovisorToolkit-3.1.iso.sha256sum)
12-
13-
The image above was created from the
14-
[3.0.20250718](https://github.com/open-edge-platform/edge-microvisor-toolkit/releases/tag/3.0.20250718)
15-
release.\
16-
For weekly builds, see
17-
[Announcements in GitHub Discussions](https://github.com/open-edge-platform/edge-microvisor-toolkit/discussions/categories/announcements).
18-
- **Standalone Node**:
19-
- [RAW](#installing-edge-microvisor-toolkit-standalone-node)
8+
- OS image of Edge Microvisor Toolkit Developer Node 3.1:
9+
- [ISO](https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/iso/EdgeMicrovisorToolkit-3.1.iso)
10+
\- [SHA256](https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/iso/EdgeMicrovisorToolkit-3.1.iso.sha256sum)
11+
12+
The image above was created from the
13+
[3.0.20250718](https://github.com/open-edge-platform/edge-microvisor-toolkit/releases/tag/3.0.20250718)
14+
release.\
15+
For weekly builds, see
16+
[Announcements in GitHub Discussions](https://github.com/open-edge-platform/edge-microvisor-toolkit/discussions/categories/announcements).
2017
- USB flash drive (min. 8GB)
2118
- Access to the target machine
2219
- Optional: monitor and keyboard, or BMC/iDRAC/iKVM access
@@ -81,8 +78,14 @@ Next, set up the target machine to [boot from the USB drive](#booting-from-usb)
8178

8279
### Flashing RAW
8380

84-
You can [Build](../emt-building-howto.md#build-the-edge-microvisor-toolkit-image) a RAW image
85-
and flash it on a USB drive.
81+
You can [Build](../emt-building-howto.md#build-the-edge-microvisor-toolkit-image) a custom
82+
immutable RAW image from a chosen version of Edge Microvisor Toolkit.
83+
You can use any [imageconfig JSON file](https://github.com/open-edge-platform/edge-microvisor-toolkit/tree/3.0-dev/toolkit/imageconfigs/)
84+
that matches the **"edge-image\*.json"** file name pattern.
85+
Make sure to [add user credentials](https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0-dev/docs/developer-guide/get-started/emt-building-howto.md#example-3-generating-user-passwords) to the JSON file before building
86+
the image, so your custom system can operate correctly when booted.
87+
88+
Once you have built the image, flash it on a USB drive.
8689

8790
1. Navigate to the folder with the RAW image. Then, unpack the image by running the commands:
8891

@@ -145,12 +148,13 @@ and flash it on a USB drive.
145148

146149
## Installing Edge Microvisor Toolkit Standalone Node
147150

148-
Build the OS image and prepare a bootable USB drive, using
149-
[source code](https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node/blob/main/standalone-node/docs/user-guide/Get-Started-Guide.md#prerequisites) to deploy a selected version of the standalone node.
151+
To deploy a selected version of Edge Microvisor Toolkit Standalone Node, build the OS image
152+
and prepare a bootable USB drive, using
153+
[source code](https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node/blob/main/standalone-node/docs/user-guide/get-started-guide.md#prerequisites).
150154

151155
Edge Microvisor Toolkit Standalone Node can be installed from one of available OS
152156
image versions:
153157

154158
- Edge Microvisor Toolkit Non-RT (default)
155-
- Edge Microvisor Toolkit RT (real-time)
156159
- Edge Microvisor Toolkit Desktop Virtualization
160+
- [Immutable custom build](../emt-building-howto.md) of Edge Microvisor Toolkit Developer Node

0 commit comments

Comments
 (0)