Skip to content
Merged
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
15 changes: 15 additions & 0 deletions docs/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,21 @@ 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 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:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to mention what there files are actually good for? ("You will no longer be able to compile Boost C++ programs on the target.")

But frankly, it doesn't matter, no-one will need this.


.. 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
Loading