LusoRobótica - Robótica em Português

Sistemas específicos => ARM => Raspberry Pi => Tópico iniciado por: TigPT em 13 de Julho de 2012, 18:59

Título: Update Firmware Raspberry Pi
Enviado por: TigPT em 13 de Julho de 2012, 18:59
Sim, ou pen. Nem pensei.

Já agora, updates de firmwares:
http://wrightrocket.blogspot.pt/2012/06/keeping-your-raspberry-pi-fresh.html?m=1 (http://wrightrocket.blogspot.pt/2012/06/keeping-your-raspberry-pi-fresh.html?m=1)


Install software needed to perform the update:
Código: [Seleccione]
sudo apt-get install ca-certificates git-core binutilsDownload the script:
Código: [Seleccione]
sudo wget [url]https://raw.github.com/Hexxeh/rpi-update/master/rpi-update[/url]Copy the script to /usr/local/bin:
Código: [Seleccione]
sudo cp rpi-update /usr/local/bin/rpi-updateMake the script executable:
Código: [Seleccione]
sudo chmod +x /usr/local/bin/rpi-updateRun the script:
Código: [Seleccione]
sudo rpi-updateIn the future to check for updates, just execute this last step!



Every time you want to check for firmware updates, then execute:
Código: [Seleccione]
sudo rpi-update