You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Announcements in GitHub Discussions](https://github.com/open-edge-platform/edge-microvisor-toolkit/discussions/categories/announcements).
20
17
- USB flash drive (min. 8GB)
21
18
- Access to the target machine
22
19
- 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)
81
78
82
79
### Flashing RAW
83
80
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.
86
89
87
90
1. Navigate to the folder with the RAW image. Then, unpack the image by running the commands:
88
91
@@ -145,12 +148,13 @@ and flash it on a USB drive.
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
0 commit comments