mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Merge branch 'master' of https://github.com/Hexxeh/rpi-update
This commit is contained in:
@@ -9,6 +9,12 @@ 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:
|
||||
|
||||
<pre>
|
||||
sudo apt-get install ca-certificates
|
||||
</pre>
|
||||
|
||||
To then update your firmware, simply run the following command as root:
|
||||
|
||||
<pre>
|
||||
|
||||
Reference in New Issue
Block a user