Hi guys.
I have just got a Raspberry Pi compute module and have followed the steps to install Raspbian Jessie Lite as per https://www.element14.com/community/com ... ng-started (since installing the full version gave me an error that memory is full). All well and good.
Then I went to install ros as per this tutorial http://wiki.ros.org/ROSberryPi/Installi ... berry%20Pi and after this command (sudo pip install rosdep rosinstall_generator wstool rosinstall) an error came up that there is no space available. ?!?!?!. I checked the disk using df command and indeed /dev/root was at 100%.
So I installed raspian jessie lite once more and it seems that the partition is only 1.2GB (as was showing on the previous install) from 3.7GB.
Sudo lsblk shows the following :
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0rpmb 179:96 0 512K 0 disk
mmcblk0boot0 179:32 0 4M 1 disk
mmcblk0boot1 179:64 0 4M 1 disk
mmcblk0 179:0 0 3.7G 0 disk
├─mmcblk0p1 179:1 0 60M 0 part /boot
└─mmcblk0p2 179:2 0 1.2G 0 part /
Has anyone had this problem or does anyone know the solution?
Thanks in advance.
