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
echo {"event": "progress", "stage": "platform", "message": "Coral UsbDk driver installed. Unplug and replug your Coral USB Accelerator to activate."}
120
-
)
121
-
122
-
rmdir /S /Q "%TMP_DIR%"2>nul
104
+
echo%LOG_PREFIX% Emitting Pause Modal for explicit driver installation... 1>&2
105
+
echo {"event": "progress", "stage": "platform", "message": "Waiting for User to install UsbDk Driver..."}
106
+
echo [AEGIS_PAUSE_MODAL] file=driver\UsbDk_1.0.22_x64.msi; msg=Google Coral TPU Requires the UsbDk system driver to run over USB. Click 'Launch Installer' to proceed.
107
+
set /p "DUMMY_VAR=Press ENTER to continue deploy after installing UsbDk..."
108
+
109
+
echo%LOG_PREFIX% Continued deployment. Assuming UsbDk driver was installed. 1>&2
110
+
echo {"event": "progress", "stage": "platform", "message": "Driver installation complete. Unplug and replug your Coral USB Accelerator to activate."}
123
111
) else (
124
112
echo%LOG_PREFIX% WARNING: UsbDk MSI not found in driver\. Skipping driver install. 1>&2
0 commit comments