From 7e24246b458b656b06714a37abd4b2965b688f00 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Mon, 4 May 2026 16:52:40 +0200 Subject: [PATCH] FAQ/Charge Control C: Add question about full root partition Since the latest Charge Control C EVerest development images had a full root partition, this should at least provide a workaround. Signed-off-by: Stefan Wahren --- docs/source/troubleshooting.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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