Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,18 @@ EVerest already has a module which takes care of Modbus communication. Please ha
`SerialCommHub <https://everest.github.io/nightly/reference/modules/Misc/SerialCommHub/autogenerated.html>`_,
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 doesn'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

.. _contact:

.. include:: ../../includes/troubleshooting_contact.inc
Loading