-
Notifications
You must be signed in to change notification settings - Fork 78
feat(linux): Add initial documentation for EV Charging User Guide #618
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
base: master
Are you sure you want to change the base?
Conversation
|
New warnings found with rstcheck: |
cshilwant
left a comment
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.
There are few valid warnings from vale which needs to be resolved - https://github.com/TexasInstruments/processor-sdk-doc/pull/618/files
source/devices/AM62LX/linux/Release_Specific_Yocto_layer_Configuration.rst
Outdated
Show resolved
Hide resolved
| The TIDA-010939 reference design is referred to as **AM62L-EVSE-DEV-EVM** throughout this documentation. | ||
|
|
||
| .. note:: | ||
| For complete hardware setup, testing procedures, and system architecture details, refer to the `AM62L-EVSE-DEV-EVM Software User Guide <https://www.ti.com/lit/pdf/SLUUDH5>`_. |
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.
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.
Yes, it is expected since it is under review and yet to be published.
|
Also, general comment about https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#indentation-and-whitespace |
|
New warnings found with rstcheck: |
Add initial documentation for building EV charging WIC image on AM62L using yocto. Signed-off-by: Yogesh Hegde <[email protected]>
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.
Better to highlight this EV Charging User Guide under Key Release References for AM62L [0]
| $ ./oe-layertool-setup.sh -f configs/processor-sdk/<oeconfig-file> | ||
| $ cd build | ||
| $ . conf/setenv | ||
| $ MACHINE=<machine> ARAGO_RT_ENABLE=1 bitbake -k tisdk-evse-image |
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.
| $ MACHINE=<machine> ARAGO_RT_ENABLE=1 bitbake -k tisdk-evse-image | |
| $ MACHINE=am62lxx-evm ARAGO_RT_ENABLE=1 bitbake -k tisdk-evse-image |
The code-blocks is under ifconfig of AM62L. So, better to have this predefined
| +------------------------------+----------------------------------------------------------------+----------------------------+ | ||
| | tisdk-jailhouse-image | images/<machine>/tisdk-jailhouse-image-<machine>.rootfs.tar.xz | Jailhouse Filesystem | | ||
| +------------------------------+----------------------------------------------------------------+----------------------------+ | ||
| | tisdk-evse-image | images/<machine>/tisdk-evse-image-<machine>.rootfs.tar.xz | EV Charging Filesystem | |
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.
Based on the yocto build instructions above, shouldn't this be?
| | tisdk-evse-image | images/<machine>/tisdk-evse-image-<machine>.rootfs.tar.xz | EV Charging Filesystem | | |
| | tisdk-evse-image | images/<machine>/tisdk-evse-image-rt-<machine>.rootfs.tar.xz | EV Charging Filesystem | |

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