No space on left device

Hello,

I am newbie, I use the version buster of my BeagleBone and when I run my application on it, I get “no space on left device”

How can I fix that please ?

I ran into this problem. I was able to fix it by re-imaging the BeagleBone Black.

https://beagleboard.org/getting-started#update

The “IoT” image (without graphical desktop) is probably what you want. It uses less space, and you’ll need to get used to using a terminal emulator, like PuTTY, to run everything from the command line.

Hi Ichrak,

If your SD is bigger than 4G try:

bone$ /opt/scripts/tools/grow_partition.sh

The default images are for a 4G card. If your card is bigger you need to grow your partition for the bigger card.

–Mark