jperkin / node-rpio

Raspberry Pi GPIO library for node.js
858 stars 124 forks source link

"Unable to determine board revision" #48

Closed felixgalindo closed 5 years ago

felixgalindo commented 7 years ago

Getting "Unable to determine board revision" for CM3 raspberry pi.

felixgalindo commented 7 years ago

Hardware : BCM2835 Revision : a020a0

felixgalindo commented 7 years ago

Added support for Compute Module 3 revision number.

jperkin commented 7 years ago

Thanks, I'll take a look at this. Is it expected that most people will use the expansion header module? Adding support should be straight-forward but I'll need to implement a physical pin mapping, so if it's expected that everyone will have the J5 and J6 60-pin headers then I can write a single mapping.

jperkin commented 5 years ago

Have committed this as-is for now. I'd still like to have proper Compute Module support, but this should at least get things working for you out of the box for now. Thanks!