I'm still not able to connect to RH and will try this again from a hard reset, but before doing that here is some info:
cat /etc/os-release
ID=luxonisos
NAME="Luxonis OS"
VERSION="1.14"
VERSION_ID=1.14
PRETTY_NAME="Luxonis OS 1.14"
DISTRO_CODENAME="dunfell"
IMAGE_REV=e57c058e3040838683b42e6ce59a2816d2332aa3
BUILD_ID="20231206224801"
Also
`robothub-ctl status
╔════════════════════════════════════════════════════════════════════════════╗
║ ║
║ RobotHub Agent (23.340.1249 | keembay/arm64 Version 1.14 | DepthAI 2.19.1) ║
║ ║
╚════════════════════════════════════════════════════════════════════════════╝
Web UI https://localhost:9010
DepthAI 2.19.1
Connected to cloud? no (https://robothub.luxonis.com)
Pending detections 0
`
and
robothub-ctl logs
313 11:04:38 W user/agent/hub-connection : callHome failed!
{
"error": {
"cause": {
"cause": {
"code": "EAI_AGAIN",
"errno": -3001,
"hostname": "robothub.luxonis.com",
"message": "getaddrinfo EAI_AGAIN robothub.luxonis.com",
"name": "Error",
"stack": "Error: getaddrinfo EAI_AGAIN robothub.luxonis.com\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)",
"syscall": "getaddrinfo"
},
"message": "fetch failed",
"name": "TypeError",
"stack": "TypeError: fetch failed\n at Object.fetch (node:internal/deps/undici/undici:11457:11)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async RobotHubHttpClient.request (file:///usr/libexec/robothub/robothub-agent.mjs:187887:23)\n at async Object.callHome (file:///usr/libexec/robothub/robothub-agent.mjs:188228:22)\n at async ensureCallingHome (file:///usr/libexec/robothub/robothub-agent.mjs:158730:28)\n at async Object.ensureCallingHome (file:///usr/libexec/robothub/robothub-agent.mjs:156991:9)\n at async Promise.all (index 0)\n at async file:///usr/libexec/robothub/robothub-agent.mjs:234107:11"
},
"message": "failed to obtain auth code",
"name": "Error",
"stack": "Error: failed to obtain auth code\n at Object.callHome (file:///usr/libexec/robothub/robothub-agent.mjs:188255:17)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async ensureCallingHome (file:///usr/libexec/robothub/robothub-agent.mjs:158730:28)\n at async Object.ensureCallingHome (file:///usr/libexec/robothub/robothub-agent.mjs:156991:9)\n at async Promise.all (index 0)\n at async file:///usr/libexec/robothub/robothub-agent.mjs:234107:11"
}
}
313 11:04:38 I user/agent/hub-connection : waiting 23004 milliseconds
313 11:05:01 I user/agent/hub-connection :
313 11:05:01 I user/agent/hub/config : calling home (expectedTeamId = null)
313 11:05:01 I user/agent/hub/config : calling home -> first time, need to authorize
313 11:05:01 W user/agent/hub-connection : callHome failed!
So this looks like a comm issue, so then I went through the wifi setup per https://docs-beta.luxonis.com/hardware/rae/get-started?v=Advanced+%28manual%29 (notes: the psk=<long generated key> should not be in quotes as the instructions indicate and I had to enter 'wpa_supplicant -B -i wlp1s0 -c /etc/wpa_supplicant.conf' twice which has been previously reported).
I can connect to the outside:
root@rae:/# ping apple.com
PING apple.com (17.253.144.10): 56 data bytes
64 bytes from 17.253.144.10: seq=0 ttl=56 time=14.667 ms
64 bytes from 17.253.144.10: seq=1 ttl=56 time=15.297 ms
Still - robothub-ctl status showed " Connected to cloud? no (https://robothub.luxonis.com)"