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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This repository provides simplified developer kit reference setup scripts for va
9
9
10
10
> **Note:** The main branch contains the latest development version of the project. It may include experimental features, work in progress, or unstable code.
11
11
12
-
- Officially Supported: Ubuntu 24.04 LTS (tested on `Ubuntu 24.04.3 LTS`) with the 6.14 HWE kernel (for example `6.14.0-33-generic`).
12
+
- Officially Supported: Ubuntu 24.04 LTS (tested on `Ubuntu 24.04.4 LTS`) with the 6.17 kernel.
13
13
- Kernel / HWE Guidance: The setup and reference scripts are validated against the Ubuntu 24.04 HWE stack (Linux 6.14). We recommend using the HWE kernel matching the tested version for best compatibility and to avoid driver/packaging mismatches.
echo"$S_VALID HWE kernel installed. Please reboot and run this installer again."
196
-
exit 0
197
-
else
198
-
# If kernel is newer than 6.14 but not PTL
199
-
echo"Kernel newer than 6.14.x are not validated. You may proceed at your own risk by manually install ./gpu_installer.sh and ./npu_installer.sh scripts."
200
-
exit 0
201
-
fi
202
-
fi
203
-
fi
204
-
}
205
-
206
-
# Apply PTL platform prerequisites before standard GPU driver installation
207
-
apply_ptl_platform_prereqs() {
208
-
echo"# Applying PTL platform prerequisites..."
209
-
210
-
# 1. Install OEM 6.17 kernel (24.04d stream)
211
-
echo"Checking available OEM kernel packages (linux-image-oem-24.04d / linux-headers-oem-24.04d)"
0 commit comments