Skip to content

Commit e2eb7e2

Browse files
authored
Update with EMT images from file server for engineering release (#163)
Signed-off-by: Anand B Jyoti <[email protected]>
1 parent b2ae028 commit e2eb7e2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

standalone-node/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.12-dev
1+
3.1.0

standalone-node/docs/user-guide/get-started-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ Follow these steps to replace the image:
245245
sudo umount /mnt/test
246246
```
247247
248+
The DV image is available here [Download DV Image](https://files-rs.edgeorchestration.intel.com/files-edge-orch/repository/microvisor/dv/edge-readonly-dv-3.0.20250717.0840.raw.gz)
249+
248250
> **Important:** These steps are manually executed by the user to put the desired image
249251
> into the 5th partition before standalone deployment mentioned in
250252
> [Step 2: Deploy Edge Node](#step-2-deploy-edge-node)

standalone-node/emt_uos/download_emt_ous_with_custom_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#EMT_FILE_NAME="emt_uos_image/emt_uos_x86_64_${EMT_BUILD_DATE}"
2121

2222
FILE_RS_URL="https://files-rs.edgeorchestration.intel.com/files-edge-orch/repository"
23-
EMT_BUILD_DATE=20250710
23+
EMT_BUILD_DATE=20250717
2424
EMT_FILE_NAME="microvisor/uos/emb_uos_x86_64_${EMT_BUILD_DATE}"
2525
EMT_RAW_GZ="${EMT_FILE_NAME}.tar.gz"
2626

standalone-node/host_os/download_tmv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# The file server URL is defined in FILE_RS_URL
77
FILE_RS_URL="https://files-rs.edgeorchestration.intel.com"
88
EMT_VERSION=3.0
9-
EMT_BUILD_DATE=20250711
10-
EMT_BUILD_NO=0415
9+
EMT_BUILD_DATE=20250717
10+
EMT_BUILD_NO=0734
1111
EMT_FILE_NAME="edge-readonly-${EMT_VERSION}.${EMT_BUILD_DATE}.${EMT_BUILD_NO}"
1212
EMT_RAW_GZ="${EMT_FILE_NAME}.raw.gz"
1313
EMT_SHA256SUM="${EMT_FILE_NAME}.raw.gz.sha256sum"

0 commit comments

Comments
 (0)