Page 1 of 1

piSerial "WARNING: Wrong CRC received"

Posted: 11 Mar 2024, 15:05
by Philemon Benner
Hey,
today i was setting up a revpi compact with the newest system image from the kunbus downloads page: 2024-02-15-revpi-bullseye-arm64.zip. When i tried configuring the pi the factory password was empty after the setup. When trying to get the password with piserial i get the following output:

Code: Select all

pi@RevPi*****:~ $ piSerial -p
WARNING: Wrong CRC received
ERROR: FATAL: Can't get serial number from device
I already flashed another pi with the same system image and there it worked. I also tried using revpi-factory-reset but same issue there.

Re: piSerial "WARNING: Wrong CRC received"

Posted: 11 Mar 2024, 18:55
by nicolaiB
Hi

Has the correct overlay been loaded (dtoverlay=revpi-compact in /boot/config.txt)? Are there any errors in dmesg respective /var/log/kern.log?

Nicolai

Re: piSerial "WARNING: Wrong CRC received"

Posted: 12 Mar 2024, 12:50
by Philemon Benner
Hey,

yes dtoverlay is revpi-compact in /boot/config.txt.
There are only two messages in dmesg that are marked red which are:

Code: Select all

[    3.241724] rtc-pcf2127-i2c 1-0051: hctosys: unable to read the hardware clock
[    6.472029] piControl: config.rsc is empty! Probably needs to be configured in piCtory

Re: piSerial "WARNING: Wrong CRC received"

Posted: 12 Mar 2024, 19:15
by nicolaiB
Could you please attach the complete log file?

Nicolai