RealsenseID python version "CrcError" SKU1 Device
Yu-Chern Peh, @...,Kahren,Munesh With the addition of python support to the latest version of RealsenseID, I wanted to test it myself, but I got the following error.
NOTE: The device I use is SKU1.
----
Mistake:
[2021-07-28 15:46:42.814] [debug] [LinuxSerial] Opening serial port /dev/ttyACM0 baudrate 115200
[2021-07-28 15:46:42.931] [debug] [NonSecureSession] Start session
[2021-07-28 15:46:42,931] [debug] [PacketSender] Sending packet 'o'
[2021-07-28 15:46:42.933] [debug] [PacketSender] Waiting packet..
[2021-07-28 15:46:42.941] [error] [PacketSender] Got invalid crc. Expected: 561. Actual: 201000
[2021-07-28 15:46:42.941] [error] [NonSecureSession] Failed to recv device start session response
[2021-07-28 15:46:42,941] [error] [FaceAuthenticatorImpl] Session start failed with status 108
on_result AuthenticateStatus.CrcError
Traceback (most recent call last):
File "authenticate.py", line 22, in
f.authenticate(on_faces=on_faces, on_result=on_result)
RuntimeError: CrcError
------
-
I got the following warnings during the update process. How can I do the update?
Output:
./rsid-fw-update --file F450_4.2.0.8200_SKU1_SIGNED.bin --port /dev/ttyACM0
Using manual device selection...[2021-07-29 15:18:12.100] [debug] [LinuxSerial] Opening serial port /dev/ttyACM0 baudrate 115200
[2021-07-29 15:18:12.674] [info] [FwUpdater] Extract modules from "F450_4.2.0.8200_SKU1_SIGNED.bin"
[2021-07-29 15:18:12.674] [debug] [FwUpdater] [ OPFW] 2.76 MB, 6 blocks
[2021-07-29 15:18:12.719] [debug] [FwUpdater] [ NNLED] 2.64 MB, 6 blocks
[2021-07-29 15:18:12.737] [debug] [FwUpdater] [ NNLAS] 2.28 MB, 5 blocks
[2021-07-29 15:18:12.748] [debug] [FwUpdater] [ DNET] 2.95 MB, 6 blocks
[2021-07-29 15:18:12.765] [debug] [FwUpdater] [ YOLO] 1.04 MB, 3 blocks
[2021-07-29 15:18:12.771] [debug] [FwUpdater] [ RECOG] 4.32 MB, 9 blocks
[2021-07-29 15:18:12.796] [debug] [FwUpdater] [ AS2DLR] 2.30 MB, 5 blocks
[2021-07-29 15:18:12.809] [info] [FwUpdater] Extracted 7 modules
[2021-07-29 15:18:12.809] [debug] [FwUpdater]Summary:
* Serial number: 11476228093499A27FM10464-100
* Serial port: /dev/ttyACM0
* Incompatible with current device firmware
* Compatible with new device firmware
* Firmware update path:
* OPFW: 2.8.0.7 -> 4.2.0.8200
* RECOG: 20.12.20.0 -> 1.6.21.0[2021-07-29 15:18:12.810] [debug] [LinuxSerial] Opening serial port /dev/ttyACM0 baudrate 115200
[2021-07-29 15:18:13.259] [info] [FwUpdater] Extract modules from "F450_4.2.0.8200_SKU1_SIGNED.bin"
[2021-07-29 15:18:13.259] [debug] [FwUpdater] [ OPFW] 2.76 MB, 6 blocks
[2021-07-29 15:18:13.300] [debug] [FwUpdater] [ NNLED] 2.64 MB, 6 blocks
[2021-07-29 15:18:13.316] [debug] [FwUpdater] [ NNLAS] 2.28 MB, 5 blocks
[2021-07-29 15:18:13.328] [debug] [FwUpdater] [ DNET] 2.95 MB, 6 blocks
[2021-07-29 15:18:13.344] [debug] [FwUpdater] [ YOLO] 1.04 MB, 3 blocks
[2021-07-29 15:18:13.349] [debug] [FwUpdater] [ RECOG] 4.32 MB, 9 blocks
[2021-07-29 15:18:13.371] [debug] [FwUpdater] [ AS2DLR] 2.30 MB, 5 blocks
[2021-07-29 15:18:13.384] [info] [FwUpdater] Extracted 7 modules
[2021-07-29 15:18:13.384] [debug] [FwUpdater]
Firmware cannot be updated directly to the chosen version.
Flash firmware version 3.1.#.# first. -
Hello,
Regarding your last error, download this firmware, F450_3.1.0.29_SKU1_SIGNED.bin and force upload this firmware first.
./rsid-fw-update --file F450_3.1.0.29_SKU1_SIGNED.bin --port /dev/ttyACM0 --force-version
./rsid-fw-update --file F450_4.2.0.8200_SKU1_SIGNED.bin --port /dev/ttyACM0Regards,
Yu-Chern
Intel Customer Support
-
Hi Yu-Chern Peh
Thank you for your answer, I did not get any error when I did it as you said.
Please sign in to leave a comment.
Comments
3 comments