imrahil / OctoPrint-NavbarTemp

Plugin for OctoPrint - displays temperatures on navbar
GNU Affero General Public License v3.0
44 stars 50 forks source link

Add BCM2711 as supported SoC #79

Closed ManuelMcLure closed 3 years ago

ManuelMcLure commented 4 years ago

The latest Raspbian kernel (installed if you do a apt upgrade) now correctly reports the processor on the Raspberry Pi 4B as a BCM2711. This PR adds BCM2711 to the list of supported SoCs.

Cosik commented 3 years ago

@ManuelMcLure did you test this solution? Could you please provide console output where you get BCM2711?

ManuelMcLure commented 3 years ago

Yes, I tested this solution. I used the solution for several months until I retired my RPi4 from OctoPrint duties. Here's the end of the /proc/cpuinfo output from kernel 5.4.72-v7l+ (installed by doing sudo apt update/sudo apt upgrade on a fresh OctoPi 0.17.0 installation):

Hardware        : BCM2711
Revision        : c03112
Serial          : 100000007d4ad56a
Model           : Raspberry Pi 4 Model B Rev 1.2
Cosik commented 3 years ago

Done