Hi,
Having previously worked this morning I cannot deploy a debug build to a device. I get the message:
VALIDATING ENVIRONMENT
❌ Docker container registry is not running!
⚠️ Please make sure to reload the VS Code Window if you had initialization errorsThe terminal process "pwsh '-nop', '.conf/validateDepsRunning.ps1'" terminated with exit code: 69.`
I tried:
- Restarting vscode
- Restarting docker
- Logging out and into docker
- Disconnecting and reconnecting the device
- Restarting my laptop
Some things I noticed:
- Container registry in docker vscode plugin was unconnected so i logged in there as well
- Plugin seems fine, powershell script runs on vscode startup and devices scan and connect ok
Workspace file includes:
"docker.environment": {
"DOCKER_HOST": "tcp://192.168.0.110:2375",
"DEBUG_SSH_PORT": "2222",
"DEBUG_PORT1": "2222",
"DEBUG_PORT2": "2223",
"DEBUG_PORT3": "2224"
}
Settings file is:
{
"torizon_login": "torizon",
"torizon_ip": "192.168.0.110",
"torizon_ssh_port": "22",
"host_ip": "192.168.0.108",
"torizon_workspace": "${workspaceFolder}",
"torizon_debug_ssh_port": "6502",
"torizon_debug_port1": "6512",
"torizon_debug_port2": "",
"torizon_debug_port3": "",
"torizon_gpu": "-imx8",
"torizon_arch": "aarch64",
"wait_sync": "1",
"torizon_run_as": "root",
"torizon_app_root": "/home/torizon/app",
"tcb.packageName": "v3DeviceApplication",
"tcb.version": "3.11.0",
"torizon.gpuPrefixRC": true,
"python.defaultInterpreterPath": "./.venv/bin/python3",
"torizon_psswd": "********",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.cwd": "./src/",
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
TDX Info
Software summary
------------------------------------------------------------
Bootloader: U-Boot
Kernel version: 5.15.148-6.7.0-devel+git.bfdbfb2c85fb #1-TorizonCore SMP PREEMPT Thu Jun 20 15:59:41 UTC 2024
Kernel command line: root=LABEL=otaroot rootfstype=ext4 quiet logo.nologo vt.global_cursor_default=0 plymouth.ignore-serial-consoles splash fbcon=map:3 ostree=/ostree/boot.0/torizon/6a9a9ff4d30f1e447947d7c1110f900fe2552b1b3c73ac6bf5f8bf300c5facae/0
Distro name: NAME="TorizonCore"
Distro version: VERSION_ID=6.7.0-devel-20240917160527-build.0
Distro variant: VARIANT="Docker"
Hostname: CB20300133
------------------------------------------------------------
Hardware info
------------------------------------------------------------
HW model: Toradex Verdin iMX8M Mini on Cloudcycle Cloudbox V3
Toradex version: 0059 V1.1B
Serial number: 06899344
Processor arch: aarch64
------------------------------------------------------------
All suggestions very welcome, I really needed to get some stuff tested this morning!
Thanks
Ed