Skip to content

Conversation

@yogeshhegde
Copy link

Add initial documentation for building EV charging WIC image on AM62L using yocto.

Preview can be found here - https://yogeshhegde.github.io/processor-sdk-doc/processor-sdk-linux-AM62LX/esd/docs/master/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.html

@github-actions
Copy link

New warnings found with rstcheck:

source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:5: (INFO/1) Duplicate explicit target name: "am62l-evse-dev-evm software user guide".
source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:5: (INFO/1) Duplicate explicit target name: "am62l-evse-dev-evm software user guide".
source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:5: (INFO/1) Duplicate explicit target name: "am62l-evse-dev-evm software user guide".

Copy link
Member

@cshilwant cshilwant left a comment

Choose a reason for hiding this comment

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

There are few valid warnings from vale which needs to be resolved - https://github.com/TexasInstruments/processor-sdk-doc/pull/618/files

@StaticRocket
Copy link
Member

@github-actions
Copy link

New warnings found with rstcheck:

source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:103: (INFO/1) Duplicate explicit target name: "am62l-evse-dev-evm software user guide".

@yogeshhegde yogeshhegde force-pushed the master branch 2 times, most recently from e37d9c2 to 64bd6af Compare January 16, 2026 09:38
Copy link
Member

@cshilwant cshilwant left a comment

Choose a reason for hiding this comment

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

Better to highlight this EV Charging User Guide under Key Release References for AM62L [0]

[0] - https://github.com/TexasInstruments/processor-sdk-doc/blob/master/source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst?plain=1#L57

@github-actions
Copy link

New warnings found with rstcheck:

source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:109: (WARNING/2) Definition list ends without a blank line; unexpected unindent.
source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:109: (INFO/1) Unexpected possible title overline or transition.
source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:110: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:116: (ERROR/3) Unexpected indentation.
source/linux/Demo_User_Guides/EV_charging_Demo_User_Guide.rst:123: (ERROR/3) Unexpected indentation.

Add initial documentation for building EV charging WIC image
on AM62L using yocto.

Signed-off-by: Yogesh Hegde <y-hegde@ti.com>
Copy link
Member

@StaticRocket StaticRocket left a comment

Choose a reason for hiding this comment

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

Some nitpicks about use of parsed literals vs inline code, but otherwise this is fine

This documentation assumes you have an existing EV charging software stack ready for integration. If you do not have a charging stack,
consider evaluating `EVerest`_, an open-source EV charging software platform.

----
Copy link
Member

Choose a reason for hiding this comment

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

What's up with these line breaks? I guess they are fine, but this would be the first document to start using them.


Follow the steps given below to add `EVerest`_ stack into the WIC image.

1. Edit sources/meta-tisdk/meta-ti-foundational/recipes-core/images/tisdk-evse-image.bb and add everest-core & tida-010939-everest-config packages:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
1. Edit sources/meta-tisdk/meta-ti-foundational/recipes-core/images/tisdk-evse-image.bb and add everest-core & tida-010939-everest-config packages:
1. Edit :file:`sources/meta-tisdk/meta-ti-foundational/recipes-core/images/tisdk-evse-image.bb` and add ``everest-core`` & ``tida-010939-everest-config`` packages:

.. important::

Find the existing `IMAGE_INSTALL:append` section in the file. **Do not remove or modify the existing packages**. Add the two new packages to the list.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Find the existing `IMAGE_INSTALL:append` section in the file. **Do not remove or modify the existing packages**. Add the two new packages to the list.
Find the existing ``IMAGE_INSTALL:append`` section in the file. **Do not remove or modify the existing packages**. Add the two new packages to the list.

$ systemctl status everest
If `EVerest`_ is added then the output should show `Active: active (running)`, If it shows `Unit everest.service could not be found.`
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
If `EVerest`_ is added then the output should show `Active: active (running)`, If it shows `Unit everest.service could not be found.`
If `EVerest`_ is added then the output should show ``Active: active (running)``, If it shows ``Unit everest.service could not be found.``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants