Skip to content

Commit 52f7ed3

Browse files
adding the standalone automation script readme
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
1 parent 3f0f0a3 commit 52f7ed3

2 files changed

Lines changed: 29 additions & 9 deletions

File tree

emt-dv-iso/README.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,61 @@
11
<!-- Copyright (C) 2025 Intel Corporation -->
22
# Building EMT ISO with Desktop Virtualization (graphics SR-IOV)
33

4+
## Using Standalone Build Script (Automated)
5+
6+
> The pre-reuisite : Ubuntu 22.04 or Ubuntu 24.04
7+
8+
### Run the script as sudo
9+
```sh
10+
sudo ./build_idv_iso.sh
11+
```
12+
### ISO file will be generated in the same path
13+
14+
<p align="left">
15+
<img align="center" width=50% height=50% src="docs/emt-idv-iso-out.png" >
16+
</p>
17+
<p align="center">
18+
<em></em>
19+
</p>
20+
21+
### Refer the demo below
22+
23+
24+
## Manual Steps
25+
426
The image configuration is part of this repo [here](./idv.json)
527

6-
## Pre-requisite
28+
### Pre-requisite
729

830
[Build Requirements](https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/toolkit/docs/building/prerequisites-ubuntu.md#build-requirements-on-ubuntu)
931

10-
## External
11-
1232
> It is recommended to built against a stable/release tag.
1333
14-
### Step 1: clone the EMT repo
34+
#### Step 1: clone the EMT repo
1535
```sh
1636
git clone https://github.com/open-edge-platform/edge-microvisor-toolkit
1737
```
18-
### Step 2: Checkout the tag
38+
#### Step 2: Checkout the tag
1939
```sh
2040
git checkout tags/<tag_name>
2141
```
22-
### Step 3: Copy the idv.json to edge-microvisor-toolkit/toolkit/imageconfigs/
42+
#### Step 3: Copy the idv.json to edge-microvisor-toolkit/toolkit/imageconfigs/
2343
```sh
2444
cp idv.json edge-microvisor-toolkit/toolkit/imageconfigs/
2545
```
26-
### Step 4: Build the tools
46+
#### Step 4: Build the tools
2747
```sh
2848
cd edge-microvisor-toolkit/toolkit
2949
sudo make toolchain REBUILD_TOOLS=y
3050
```
31-
### Step 5: Build the ISO for desktop virtualization (IDV)
51+
#### Step 5: Build the ISO for desktop virtualization (IDV)
3252
```sh
3353
sudo make iso -j8 REBUILD_TOOLS=y REBUILD_PACKAGES=n CONFIG_FILE=./imageconfigs/idv.json
3454
```
3555

3656
### Troubleshoot
3757

38-
#### Clean build
58+
### Clean build
3959

4060
> For re-building with any other tags, its recommended to start clean and repeat above Steps 1 to 5.
4161
> ```sh
151 KB
Loading

0 commit comments

Comments
 (0)