Yes I have. I did some searching and thought the [problem might be caused by an older version of Wiringpi, because when i checked the wiringpi version with “gpio -v” it also showed the same message about the hardware version. Then i proceeded to update wiringpi to the latest version (V 2.44) and wiringpi itself doesn’t show the error any more.
After installing the update of wiringpi i reinstalled particle agent. But nothing changed on the particle setup side where i keep getting the same error.
Can you run cat /proc/cpuinfo and share the output? Here’s what I get from a Raspberry Pi 3 Model B V1.2 (that’s the version printed on the circuit board).
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2709
Revision : a02082
Serial : 0000000088f4561a
Upgrading the distribution seems to have done the trick. Interesting. But I am happy I could get it working. Thanks a lot for your suggestion and help.