I am having an odd problem with a FX30S, I have been running a system I have built with legato for a while, then trying to solve a problem with the modemService not running properly, I have tried to download the firmware for the R13 (Sierra Wireless — GCF)
From there anything started to go wrong…
Initially the legato in target was gone, together with all the apps, I did manage to re-install the FX30S catm R11 which I was using, but still having odd problems.
-ssh command was occasionally hanging
-when connecting through ssh the device said there was no space to save password
-couldn`t install any app from the linux environment anymore.
It seems that the fs is full (100%):
root@fx30s:~# df -h
Filesystem Size Used Available Use% Mounted on
devtmpfs 256.0K 8.0K 248.0K 3% /dev
/dev/mapper/rt 17.3M 17.3M 0 100% /
mdev 256.0K 8.0K 248.0K 3% /dev
tmpfs 91.2M 0 91.2M 0% /dev/shm
tmpfs 91.2M 0 91.2M 0% /run
tmpfs 91.2M 40.0K 91.2M 0% /var
tmpfs 91.2M 380.0K 90.9M 0% /tmp
mdev 256.0K 8.0K 248.0K 3% /dev
tmpfs 91.2M 0 91.2M 0% /dev/shm
tmpfs 91.2M 0 91.2M 0% /run
tmpfs 91.2M 40.0K 91.2M 0% /var
tmpfs 91.2M 380.0K 90.9M 0% /tmp
/dev/ubi3_0 104.5M 103.7M 0 100% /mnt/flash
/dev/ubiblock2_0 4.0M 4.0M 0 100% /mnt/legato
/dev/ubi4_0 8.7M 68.0K 8.1M 1% /mnt/userrw
overlay 104.5M 103.7M 0 100% /etc
overlay 104.5M 103.7M 0 100% /data
overlay 104.5M 103.7M 0 100% /lib/firmware
/dev/ubi3_0 104.5M 103.7M 0 100% /home
/dev/ubiblock1_0 15.5M 15.5M 0 100% /firmware
/dev/ubi3_0 104.5M 103.7M 0 100% /legato
tmpfs 91.2M 380.0K 90.9M 0% /etc/ld.so.conf
tmpfs 91.2M 380.0K 90.9M 0% /etc/ld.so.cache
tmpfs 91.2M 380.0K 90.9M 0% /etc/hosts
cgroupsRoot 91.4M 0 91.4M 0% /sys/fs/cgroup
/dev/ubi3_0 104.5M 103.7M 0 100% /legato/systems/current
/dev/mapper/rt 17.3M 17.3M 0 100% /usr/share/zoneinfo/localtime
It seems that the firmware is not updating correctly:
root@fx30s:~# fwupdate checkStatus
Connecting to service …
Bad status (Download failed), install not possible.
Possibly because there was not enough space in the fs to handle the install?
So my question is how I recover from this…?