Raspberry pi 2, new installation of Raspbian. trying to install the Grove software for my Grove board which has a sound sensor attached, the installation came crashing to a halt:
After this operation, 182 kB of additional disk space will be used.
Get:1 http://archive.raspberrypi.org/debian/ jessie/main python3-rpi.gpio armhf 0.6.2~jessie-1 [28.0 kB]
Fetched 28.0 kB in 0s (233 kB/s)
Selecting previously unselected package python3-rpi.gpio.
(Reading database ... 122973 files and directories currently installed.)
Preparing to unpack .../python3-rpi.gpio_0.6.2~jessie-1_armhf.deb ...
Unpacking python3-rpi.gpio (0.6.2~jessie-1) ...
Setting up python3-rpi.gpio (0.6.2~jessie-1) ...
Requirement already up-to-date: RPi.GPIO in /usr/lib/python2.7/dist-packages
Cleaning up...
Dependencies installed
Cloning into 'wiringPi'...
fatal: read error: Connection reset by peer
./install.sh: line 90: cd: wiringPi: No such file or directory
./install.sh: line 93: ./build: No such file or directory
Something went wrong building/installing wiringPi, exiting.
As the board was already attached when I first tried the installation, I shut down the pi and removed it, then tried the isntallation again, but it field in an identical way.
Any idea what's going wrong?
Hey jacquot,
Looks like cloning the Wiring Pi repo failed for you. Can you try just running this: git clone git://git.drogon.net/wiringPi and check if it works. If it does try running the script again. Also, is there any reason why you are running your own image. We have a custom image Raspbian for Robots which works pretty well with our products and we recommend to people who use our product. Do check the link here for more details: http://www.dexterindustries.com/raspbian-for-robots/.
Hey,
I got exactly the same error as Jacquot in fact :
“Cloning into ‘wiringPi’…
fatal: read error: Connection reset by peer
./install.sh: line 90: cd: wiringPi: No such file or directory
./install.sh: line 93: ./build: No such file or directory
Something went wrong building/installing wiringPi, exiting.”
So, I tried your command : git clone git://git.drogon.net/wiringPi
But, I got this error :
“Cloning into ‘wiringPi’…
fatal: unable to connect to git.drogon.net: git.drogon.net[0: 188.246.205.22]: errno=Connection timed out git.drogon.net[1: 2a03:9800:10:7b::2]: errno=Network is unreachable”
The drogon site sometimes goes out of reach. I just tested it minutes ago, and it’s working.
Can you try again? If you’re still having an issue, then the problem would be elsewhere.
I am assuming that your Pi has an internet connection up and running. That would be the first thing to check.