Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion standalone-node/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.14
3.1.15
4 changes: 2 additions & 2 deletions standalone-node/docs/user-guide/get-started-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ there is no need for further image setup. The `usb-bootable-files.tar.gz` instal
If you need Desktop Virtualization features, follow these steps to replace the default image:

1. Download the desktop virtualization image (DV) from the "no Auth" file server registry.
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)
Link to the [sha256sum for this image](https://files-rs.edgeorchestration.intel.com/files-edge-orch/repository/microvisor/dv/edge-readonly-dv-3.0.20250717.0840.raw.gz.sha256sum)
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.20251026.2000.raw.gz)
Link to the [sha256sum for this image](https://files-rs.edgeorchestration.intel.com/files-edge-orch/repository/microvisor/dv/edge-readonly-dv-3.0.20251026.2000.raw.gz.sha256sum)

> **Note:** A custom image can be copied locally from your development system to the 5th
> partition, as shown in **Step 2** below.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#EMT_FILE_NAME="emt_uos_image/emt_uos_x86_64_${EMT_BUILD_DATE}"

FILE_RS_URL="https://files-rs.edgeorchestration.intel.com/files-edge-orch/repository"
EMT_BUILD_DATE=20250717
EMT_BUILD_DATE=20251023
EMT_FILE_NAME="microvisor/uos/emb_uos_x86_64_${EMT_BUILD_DATE}"
EMT_RAW_GZ="${EMT_FILE_NAME}.tar.gz"

Expand Down
4 changes: 2 additions & 2 deletions standalone-node/host_os/download_tmv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# The file server URL is defined in FILE_RS_URL
FILE_RS_URL="https://files-rs.edgeorchestration.intel.com"
EMT_VERSION=3.0
EMT_BUILD_DATE=20250717
EMT_BUILD_NO=0734
EMT_BUILD_DATE=20251024
EMT_BUILD_NO=1518
EMT_FILE_NAME="edge-readonly-${EMT_VERSION}.${EMT_BUILD_DATE}.${EMT_BUILD_NO}"
EMT_RAW_GZ="${EMT_FILE_NAME}.raw.gz"
EMT_SHA256SUM="${EMT_FILE_NAME}.raw.gz.sha256sum"
Expand Down
Loading