jbarradas
Posts: 7
Joined: Fri Nov 08, 2013 8:38 pm

updating firmware manually

Mon Nov 11, 2013 7:27 pm

Hi. I'm trying to update firmware manually, since rpi-update doesn't work and causes Pi not to boot.

But when I copy the files from https://github.com/Hexxeh/rpi-firmware , it says that the partition does not have enough space.

I wrote the *.img with win32diskimager, so I didn't chose the size of the partition.


How can I do this?

User avatar
DougieLawson
Posts: 38883
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: updating firmware manually

Mon Nov 11, 2013 7:36 pm

How big is your SDCard? You really need to be using a 4GB card as a minimum (my RPi has a 32GB card with Raspbian on it).
Have you expanded the filesystem to use the whole card?

The firmware update is quite a large package when it's downloaded.

How many old versions do you have in /lib/modules/? I found one that I'd not used since I first booted my RPi.
How much stuff is in /var/log, /var/cache or /tmp that you really don't need?

sudo apt-get clean
sudo apt-get autoclean
du -a /var | sort -n -r | head -n 20
might help clean up and find where things are hiding.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Phill Rymer
Posts: 207
Joined: Sun Nov 04, 2012 3:01 am

Re: updating firmware manually

Mon Nov 11, 2013 7:41 pm

try sudo raspi-config at command prompt gives you first time use configuration select expand memory to full card and reboot

Return to “Troubleshooting”