On Tue, Oct 21, 2014 at 10:23 PM, <[email protected]> wrote: > Thanks Robert, but it didn't work > > debian@beaglebone:~$ df -h > Filesystem Size Used Avail > Use% Mo unted on > rootfs 3.4G 1.5G 1.8G > 45% / > ..... > debian@beaglebone:~$ cd /opt/scripts/tools/ > debian@beaglebone:/opt/scripts/tools$ git pull > ..... > `/boot/vmlinuz-3.14.19-ti-r30' -> `/boot/uboot/zImage' > `/boot/initrd.img-3.14.19-ti-r30' -> `/boot/uboot/initrd.img' > cp: writing `/boot/uboot/initrd.img': No space left on device > cp: failed to extend `/boot/uboot/initrd.img': No space left on device
Ran out of space in the "boot" partition, you can either clean up some of the extra stuff under /boot/uboot/ Or just reflash the latest.. http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-10-08 One of the big improvements, we moved the kernel files into the ext4 partition so the above never happens.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
