Revision History:

First Release: 12/29/20 (QR)


On occasion, the Beaglebone board running the Pocket NC can end up in a state where it continually logs a single error over and over. This can cause the Beaglebone's disk to run out of space, making connection over USB impossible. The steps below show how to clear those logs and free up disk space.

Step 1: Checking and Clearing Space

Symptoms:

Solution:

Use command line interactions to find one or more large files on the BeagleBone, delete or truncate that file to clear space, then reboot.

  1. Establish a command line session over SSH.

2. You will be prompted for a password, which is pocketnc

3. Next check that the disk space is in fact full and there is not some other issue causing connection problems:

4. There are two causes of full disks that we've observed. It can be a combination, but usually one factor is dominant:

5. If you have uploaded numerous or large G-code programs, we'll check that first, if not skip to the next step to check log files.

6. Automatic log files can also become quite large and eventually consume all disk space.

7. Reboot the machine

8. After powering back up, if the UI now succesfully connnects, please go into the "Conf." tab, Status sub-tab, and then click Clear Logs. This will automatically truncate any log files that were not truncated in step 6. We recommend this gets checked semi-regularly, though we are working on a fix to make this unnecessary.

An example using Terminal on a Mac:

To prevent this error from occuring again, occasionally check the Conf > Status tab to keep an eye on how much space G-code and log files are taking up. You can click the Clear Logs button at the bottom to delete your log files. If your logs seem to fill up space often, please contact us.

Step 2: Re-Installing the Tool Table 

In the case where the tool table on your "Tooling" page is missing after performing the above steps: