Hi, I have an OAK-D CM4 PoE device. According to the specifications of the Raspberry Compute Module 4, it should have an ARM Cortex-A72 (64bit instruction set). When I check /proc/cpuinfo
, however, I get ARMv7 Processor rev 3 (v7l)
instead of ARMv8. Why does it tell me that the raspi is a 32bit system, when it should be a 64bit system?
Is it because the device runs a 32bit Raspi OS on a 64bit system? If so, can I change the OS version? Does Luxonis provide a 64bit Raspi OS with the depthai firmware?