There is a known issue with using the Sense HAT on Pi Zero. To fix it you'll need to do two things:
Code: Select all
sudo rpi-updateCode: Select all
core_freq=250
Code: Select all
sudo rpi-updateCode: Select all
core_freq=250
well there is your problemkcranley wrote:Every time I run sudo rpi-update, I get multiple messages like:
cp: failed to extend '...': No space left on device
cp: cannot create directory '......': No space left on device
I have tried many times re-formatting the disk and writing a new image but I still get the above problem, so presumably this prevents the python statement above from executing?
Please help!!!
As you can see your SD Card is maybe to small or the Partition is to small.kcranley wrote:Every time I run sudo rpi-update, I get multiple messages like:
cp: failed to extend '...': No space left on device
cp: cannot create directory '......': No space left on device
I have tried many times re-formatting the disk and writing a new image but I still get the above problem, so presumably this prevents the python statement above from executing?
Please help!!!
Thanks for your reply. I'm using an 8Gb card, running Raspbian Jessie. Can you tell me exactly how to extend the file system?RaTTuS wrote:well there is your problemkcranley wrote:Every time I run sudo rpi-update, I get multiple messages like:
cp: failed to extend '...': No space left on device
cp: cannot create directory '......': No space left on device
I have tried many times re-formatting the disk and writing a new image but I still get the above problem, so presumably this prevents the python statement above from executing?
Please help!!!
you have run out of space
how big is the SD card ?
are you running noobs or raspbian
have you extended your file system if the latter
After installed the image you should start sudo raspi-config and expand ur Filesystem (there is a extra selectable entry in the Menu for that)kcranley wrote:RaTTuS wrote:Thanks for your reply. I'm using an 8Gb card, running Raspbian Jessie. Can you tell me exactly how to extend the file system?kcranley wrote:Every time I run sudo rpi-update, I get multiple messages like:
......
how big is the SD card ?
are you running noobs or raspbian
have you extended your file system if the latter