diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst index d32e772..c2010d2 100644 --- a/docs/source/troubleshooting.rst +++ b/docs/source/troubleshooting.rst @@ -142,6 +142,21 @@ EVerest already has a module which takes care of Modbus communication. Please ha `SerialCommHub `_, and let your module interact with this module via the `serial_communication_hub` interface. + +The root partition of my Charge Control C is full. How can I free some space? +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The latest EVerest development images don't have much space left on the root +partition. As a temporary solution you can remove the Boost header files, +in order to free some space: + +.. code-block:: bash + + root@tarragon:~# rm -rf /usr/include/boost + +After that you will no longer be able to compile Boost C++ programs on the +target. + .. _contact: .. include:: ../../includes/troubleshooting_contact.inc