@@ -9,11 +9,11 @@ meet specific edge deployment needs. You can choose between:
99
1010- ** Edge Microvisor Toolkit Non-Real-Time image** (default)
1111- ** Edge Microvisor Toolkit Desktop Virtualization image**
12- - ** Custom immutable Edge Microvisor Toolkit created using** [ Build Instructions] ( #1-build-the-microvisor )
12+ - ** Custom immutable Edge Microvisor Toolkit created using** [ Build Instructions] ( #1-build-the-edge- microvisor-toolkit )
1313
1414** Table of contents:**
1515
16- 1 . [ Build a custom image of Edge Microvisor Toolkit.] ( #1-build-the-microvisor )
16+ 1 . [ Build a custom image of Edge Microvisor Toolkit.] ( #1-build-the-edge- microvisor-toolkit )
17172 . [ Create a bootable USB installer.] ( #2-create-a-bootable-usb-installer )
18183 . [ Install the toolkit on an edge device.] ( #3-install-the-toolkit-on-an-edge-device )
19194 . [ Deploy AI solution.] ( #4-deploy-ai-solution )
@@ -23,11 +23,11 @@ meet specific edge deployment needs. You can choose between:
2323
2424Make sure your machine meets the [ minimum hardware configuration] ( ../emt-system-requirements.md#minimum-hardware-configuration-for-building-os-image ) .
2525
26- ## 1. Build the microvisor
26+ ## 1. Build the Edge Microvisor Toolkit
2727
2828If you want to create your own custom standalone node, follow the instructions below to build
29- the Edge Microvisor from scratch. If you wish to use the default, non-real-time image of Edge Microvisor
30- skip to [ Create a bootable USB installer] ( #2-create-a-bootable-usb-installer ) .
29+ the Edge Microvisor Toolkit from scratch. If you wish to use the default, non-real-time image
30+ of Edge Microvisor Toolkit skip to [ Create a bootable USB installer] ( #2-create-a-bootable-usb-installer ) .
3131
3232All available image configurations are stored in JSON files, located in the ` imageconfigs ` folder.
3333If you want to configure any additional kernel command line arguments, follow the instructions in
@@ -363,7 +363,7 @@ Replace `/dev/sdX` with the device name of your USB drive.
363363 If you want to use the default non-RT image, [proceed with installation](# 3-install-the-toolkit-on-an-edge-device),
364364 as the ` usb-bootable-files.tar.gz` file already includes this image.
365365
366- To install [custom build image](# 1-build-the-microvisor), or the image with desktop
366+ To install [custom build image](# 1-build-the-edge- microvisor-toolkit ), or the image with desktop
367367 virtualization features (DV) you need to copy it manually to the 5th partition of the USB
368368 drive, replacing the default non-RT one. Follow the instructions below:
369369
0 commit comments