Think I might have bricked a unit by running out of space.
I had a script running and I had a log file (not in /tmp unfortunately) that only was catching errors. I left it running overnight and somehow the filesystem ran up to 100% usage in non-volatile storage.
I didn’t catch it right away and issued a reboot command.
Now I cannot SSH in.
I can get in through the modem (com ) port to issue AT commands.
I had enabled factory reset button several weeks ago, but when I try to issue that command or the check status of factory reset button, I just get ERROR.
I have tried holding in the factory reset button on power up at least 5X and it doesn’t change anything.
When I try:
AT!ENTERCND=“A710”
ERROR
AT!RMARESET=1
ERROR
I also tried to re-install the firmware, which actually works, but doesn’t actually clear any space off the device. I was hoping re-installing firmware would clean all the files out.
if you have the UART port, you can set AT!MAPUART=16,1, and then after reboot, there will be linux console terminal in this UART port.
After that you can use the flash_eraseall command to erase the userapp partition.
I was finally able to do a reset with
AT!ENTERCND=“A710”
AT!RMARESET=1
it took quite a few tries, but it finally did it.
Which then told me to reboot.
I rebooted, connected over serial and verified AT command worked, then I downloaded R15 firmware.
I rebooted and did a factory reset a few times to make sure everything was cleared out.
I can connect over serial modem (to the AT commands), but still CANNOT connect using IP address 192.168.2.2. I did verify that the Ethernet adapter was working and had assigned the 192.168.2.3 to the interface.
I can ping 192.168.2.2 from the command prompt, so it is not a connectivity or ethernet address assignment problem.