raspberry-sharp / raspberry-sharp-system

A .NET/Mono Library for Raspberry Pi
69 stars 49 forks source link

Fix processor detection for Raspberry Pi 2 Model B v1.1 #5

Closed Amarok79 closed 7 years ago

Amarok79 commented 7 years ago

Added BCM2835 to list of supported Processor so that my Raspberry Pi 2 Model B v1.1 is correctly recognized by the library.

According to https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2836/README.md the Pi 2 Model B has a BC2836, but by /proc/cpuinfo reports BCM2835.