-
Notifications
You must be signed in to change notification settings - Fork 3
Charge SOM / recent questions #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charge SOM / recent questions #59
Conversation
docs/source/hardware.rst
Outdated
| The i.MX93 on the Charge SOM provides several I2C interfaces: | ||
|
|
||
| +----------+-----------+--------------+-------------+-----------------+ | ||
| | Hardware | Linux | Used by CSOM | Used by EVB | Clock frequency | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should try to avoid introducing more and more different abbreviations, so I'd recommend to use "Charge SOM" here instead of "CSOM". Also I'd use "Single Channel DC Carrier Board" instead of "EVB".
docs/source/hardware.rst
Outdated
| The following devices on the Charge SOM are connected to I2C3: | ||
|
|
||
| * PMIC (0x25) | ||
| * EEPROM (0x50, 0x58) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can fold the lists directly in the table above?
docs/source/troubleshooting.rst
Outdated
|
|
||
| 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 | ||
| for timing critical use cases. Instead use the SAFETY_ESTOPx signals, which are connected to the safety processor to realize realtime | ||
| emergency stop behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add a note that this work is pending, at the moment, there is no EVerest module which connects such a GPIO to the graceful stop command.
docs/source/troubleshooting.rst
Outdated
| - 2 | ||
| - SoM | ||
| - `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>`_ | ||
| * - Charge SOM Single Channel DC carrier board |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I'd spell "Carrier Board" with upper case first letters
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
c7bcd5c to
c81731e
Compare
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
c81731e to
b8d0362
Compare
Recently a customer discovered some empty spots in the documentation (mostly hardware related, which isn't covered by the datasheets).