Our 6P appears to be in a boot loop, as the USB device number is changing every few seconds, and I can no longer ssh in, or see it with ip a
or ifconfig
.
I started with a fresh device and was able to ssh in, after changing the static IP on usb0
to 192.168.197.10/24
.
However, I then tried to update the firmware to the latest version by running:
mender -install luxonisos-1.8.dm-verity.mender ; reboot
After this, I am no longer able to see the device as described above. I have tried flashing various versions (1.2, 1.4) using the recovery SW, e.g:
flashtool flashall fip-oak-ffc-6p-rvc3-1.2.0.bin boot.img data.img system.img syshash.img
This goes through successfully:
(tmp) user@host:~/Downloads/14$ flashtool flashall fip-oak-ffc-6p-rvc3-1.2.0.bin boot.img data.img system.img syshash.img
/home/user/Downloads/14/fip-oak-ffc-6p-rvc3-1.2.0.bin is a valid FIP
/home/user/Downloads/14/boot.img is a valid boot image
/home/user/Downloads/14/data.img is a valid data image
/home/user/Downloads/14/system.img is a valid system image
/home/user/Downloads/14/syshash.img is a valid verity image
FIP flashed to device: 5272C816838860C6
Waiting 30s before reenumarating
FIP flashed successfully for device 1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6
1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6 created GPT in 0.0150s
1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6 flashed boot_a in 13.2160s
1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6 flashed boot_b in 13.0090s
1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6 flashed data in 20.6630s
| Downloading..
1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6 flashed system_a in 295.9090s
1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6 flashed system_b in 381.1670s
1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6 flashed syshash_a in 5.3360s
1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6 flashed syshash_b in 5.3080s
OS flashing done for device 1-6 Intel Keembay USB(in OS recovery mode): 5272C816838860C6. Please shutdown the system, set the boot switch to normal and reboot the system
Unable to find or flash PCIe devices due to missing drivers. If you intend to flash a PCIe device, please install the drivers and rerun the tool
But still is in bootloop. I have tried unplugging and replugging many times.
Any ideas on how to recover?