Difference between revisions of "Updating RPi Firmware"

From SingletonMillerWiki
Jump to: navigation, search
(Created page with "Category:RaspberryPi == Resources == [http://www.example.com link title] == Install Hexxeh utility == This will save you time and effort in the long run. # Install GIT in ...")
 
Line 7: Line 7:
 
This will save you time and effort in the long run.
 
This will save you time and effort in the long run.
  
# Install GIT in order to be able to access the Firmware repository on GIT.
+
Install GIT in order to be able to access the Firmware repository on GIT.
 
<pre>
 
<pre>
 
sudo apt-get install git-core
 
sudo apt-get install git-core
 
</pre>
 
</pre>
 
+
Install Hex's utility
# Install Hex's utility
+
 
<pre>
 
<pre>
 
sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update
 
sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update
Line 18: Line 17:
 
</pre>
 
</pre>
  
# Run Hex's firmwre utility
+
Run Hex's firmwre utility
 
<pre>sudo rpi-update</pre>
 
<pre>sudo rpi-update</pre>

Revision as of 14:40, 3 June 2012


Resources

link title

Install Hexxeh utility

This will save you time and effort in the long run.

Install GIT in order to be able to access the Firmware repository on GIT.

sudo apt-get install git-core

Install Hex's utility

sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update
sudo chmod +x /usr/bin/rpi-update

Run Hex's firmwre utility

sudo rpi-update