Hi,
I’m having trouble updating my RVC4 device from Luxonis OS 1.8.0 to 1.14.1.
The initial setup via QR code starts (device blinks green) but never completes (never turns solid blue). The setup-agent appears to hang. Below is a details of what I’ve tried so far.
- QR code scanned successfully
- Device starts blinking green
- Never transitions to solid blue (setup does not complete)
- Attempting to connect via oakctl fails
oakctl connect 172.94.2.240 actively refused and no devices found when oakctl list
- SSH access works (root)
- Manually running oak-agent fails
- Setup process was hanging (/usr/bin/setup-app still running)
- Rebooted
Discovered that /etc/os-release return Luxonis OS RVC4 version 1.8.0 and I understand this version is too old for the QR-based setup to work properly?
- Downloaded the OTA update file for the latest 1.14.1 version (full_update_luxonis_ext4_debug-1.14.1.zip from Luxonis docs)
- Tried to upload via SCP to /data but it fails (because it's a read-only file system?)
- Uploaded to /tmp via SCP successfully
- Ran recovery --wipe_cache --update_package=/tmp/full_update_luxonis_ext4_debug-1.14.1.zip
- Rebooted
But I'm still on version 1.8.0 after reboot
I wrote a recovery.log:
script aborted: E1001: Failed to update system image.
cause: 101
Recovery exiting, upgrade failed!
OTA_FAILED
Failed to open /cache/recovery/ota_status : No such file or directory
I investigated further and found that
- system_a = /dev/sda6
- system_b = /dev/sda7
- Both are 5 GiB in size.
But blkid /dev/sda7 returns only PARTLABEL, no TYPE?
Is the update is trying to patch system_b but sda7 has no valid filesystem?
I’d be happy to send full recovery logs or output or others if needed.
Best regards