collapse

* Posts Recentes

Ajuda com Antena TDT por almamater
[28 de Fevereiro de 2026, 17:21]


Not Just Printers. It Bans Everything. por SerraCabo
[11 de Fevereiro de 2026, 14:48]


Como lutar contra a "enshitification" por jm_araujo
[30 de Janeiro de 2026, 17:10]


Ajuda Pcb USB 3.0 por andlig
[23 de Novembro de 2025, 19:59]


Motor ventoinha por KammutierSpule
[10 de Novembro de 2025, 20:43]


Aquisição da Arduino LLC pela Qualcomm por SerraCabo
[22 de Outubro de 2025, 14:16]


MMD-1 Mini Micro Designer Restoration - Part 1 por SerraCabo
[22 de Outubro de 2025, 12:44]


Identificar 2 componentes por dropes
[09 de Setembro de 2025, 20:59]


Microondas o que terá sido? por almamater
[09 de Setembro de 2025, 18:29]


+ LASERs por dropes
[16 de Julho de 2025, 12:38]

Autor Tópico: Update Firmware Raspberry Pi  (Lida 9057 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline TigPT

  • Administrator
  • Mini Robot
  • *****
  • Mensagens: 5.378
    • Tiago Rodrigues
Update Firmware Raspberry Pi
« 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


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