Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexxeh committed May 1, 2012
1 parent b7e7878 commit cb83676
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ To install the tool, run the following command as root:
wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update --quiet && chmod +x /usr/bin/rpi-update
</pre>

If you get errors relating to certificates, then the problem is likely due to one of two things. Either the time is set incorrectly on your Raspberry Pi, which you can fix by simply setting the time using NTP. The other possible issue is that you might not have the ca-certificates package installed, and so GitHub's SSL certificate isn't trusted. If you're on Debian, you can resolve this by typing sudo apt-get install ca-certificates
If you get errors relating to certificates, then the problem is likely due to one of two things. Either the time is set incorrectly on your Raspberry Pi, which you can fix by simply setting the time using NTP. The other possible issue is that you might not have the ca-certificates package installed, and so GitHub's SSL certificate isn't trusted. If you're on Debian, you can resolve this by typing:

<pre>
sudo apt-get install ca-certificates
</pre>

To then update your firmware, simply run the following command as root:

Expand Down

0 comments on commit cb83676

Please sign in to comment.