Skip to content

Commit aec0cc0

Browse files
committed
Troubleshooting: Add FAQs about charging stop & DTS
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
1 parent ffe3841 commit aec0cc0

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

docs/source/troubleshooting.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,45 @@ and a `library <https://github.com/EVerest/everest-core/tree/main/lib/staging/ca
4040
which uses the CAN interface.
4141

4242

43+
What is the difference between CHSTOP_IN and SAFETY_ESTOPx?
44+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45+
46+
The signal CHSTOP_IN is connected to the i.MX93 SoC and could be used to gracefully stop the charging process. So it is not designed
47+
for timing critical use cases. Currently there is no EVerest module, which is able to handle this signal. This work is pending.
48+
49+
In order to realize realtime emergency stop behavior use the SAFETY_ESTOPx signals, which are connected to the safety processor.
50+
51+
52+
Where can I find the device tree sources of the Charge SOM?
53+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54+
55+
The device tree sources of the Charge SOM are divided into multiple layers:
56+
57+
.. list-table::
58+
:header-rows: 1
59+
60+
* - Part
61+
- Level
62+
- Layer
63+
- Filename
64+
* - i.MX93
65+
- 0
66+
- SoC
67+
- `imx93.dtsi <https://github.com/chargebyte/linux/blob/v6.6.23-2.0.0-phy-cb/arch/arm64/boot/dts/freescale/imx93.dtsi>`_
68+
* - phyCORE-i.MX93
69+
- 1
70+
- SoM
71+
- `imx93-phycore-som.dtsi <https://github.com/chargebyte/linux/blob/v6.6.23-2.0.0-phy-cb/arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi>`_
72+
* - Charge SOM
73+
- 2
74+
- SoM
75+
- `imx93-charge-som.dtsi <https://github.com/chargebyte/linux/blob/v6.6.23-2.0.0-phy-cb/arch/arm64/boot/dts/freescale/imx93-charge-som.dtsi>`_
76+
* - Charge SOM Single Channel DC Carrier Board
77+
- 3
78+
- Board
79+
- `imx93-charge-som-dc-evb.dts <https://github.com/chargebyte/linux/blob/v6.6.23-2.0.0-phy-cb/arch/arm64/boot/dts/freescale/imx93-charge-som-dc-evb.dts>`_
80+
81+
4382
How can I access the EVerest admin panel on Charge SOM?
4483
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4584

0 commit comments

Comments
 (0)