diff --git a/ServoBlaster/user/servod b/ServoBlaster/user/servod new file mode 100755 index 0000000..94db581 Binary files /dev/null and b/ServoBlaster/user/servod differ diff --git a/ServoBlaster/user/servod.c b/ServoBlaster/user/servod.c index 341776c..6895c7b 100644 --- a/ServoBlaster/user/servod.c +++ b/ServoBlaster/user/servod.c @@ -959,6 +959,8 @@ get_model_and_revision(void) board_model = 1; else if (strstr(modelstr, "BCM2709")) board_model = 2; + else if (strstr(modelstr, "BCM2835")) + board_model = 3; else fatal("servod: Cannot parse the hardware name string\n");